From f2d35c37b5ecb2b9635bc17e8564c06b96a5f676 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Wed, 3 Aug 2022 14:50:33 +0200 Subject: [PATCH] Remove CLA section in contributing Not really needed anymore as far as I can tell: https://github.com/fsnotify/fsnotify/issues/193#issuecomment-1203909130 --- CONTRIBUTING.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3906d1d..3b4de1e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,19 +12,6 @@ merge PRs in a reasonable timeframe, but please be aware that: runtime behaviour can't change in ways that are likely to lead to problems for users. -Contributor License Agreement ------------------------------ -fsnotify is derived from code in the [golang.org/x/exp] package and it may be -merged back to a golang.org/x/... package in the future. Therefore fsnotify -carries the same license as Go and all contributors have to [sign the Google -CLA]. **You retain your copyright**; it just declares that you own the copyright -(i.e. wrote the code) and grants Google permission to use it. - -[golang.org/x/exp]: https://godoc.org/golang.org/x/exp -[sign the Google CLA]: https://cla.developers.google.com/about/google-individual - -Please indicate that you have signed the CLA in your pull request. - Testing ------- Just `go test ./...` runs all the tests; the CI runs this on all supported -- 2.50.1