From: Martin Tournoij Date: Wed, 3 Aug 2022 12:50:33 +0000 (+0200) Subject: Remove CLA section in contributing X-Git-Tag: v1.7.2~80 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=f2d35c37b5ecb2b9635bc17e8564c06b96a5f676;p=fsnotify.git Remove CLA section in contributing Not really needed anymore as far as I can tell: https://github.com/fsnotify/fsnotify/issues/193#issuecomment-1203909130 --- 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