]> go.fuhry.dev Git - fsnotify.git/commitdiff
Remove CLA section in contributing
authorMartin Tournoij <martin@arp242.net>
Wed, 3 Aug 2022 12:50:33 +0000 (14:50 +0200)
committerMartin Tournoij <martin@arp242.net>
Wed, 3 Aug 2022 12:50:33 +0000 (14:50 +0200)
Not really needed anymore as far as I can tell:
https://github.com/fsnotify/fsnotify/issues/193#issuecomment-1203909130

CONTRIBUTING.md

index 3906d1d8a8c5efcecd4e2c104862b39208652906..3b4de1ef8327e0858083315cc2b26b760af06493 100644 (file)
@@ -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