diff options
author | Nico Weber <thakis@chromium.org> | 2022-08-30 18:05:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 18:05:10 (GMT) |
commit | f6aa7537a7d003f17ebce2fdcb32bddf26fca305 (patch) | |
tree | 3c8d69ea1e2d2dce49f415b1ecb637588f47c886 | |
parent | ee98487d695408ce8f72b6878a461f2dad028b8d (diff) | |
download | Ninja-f6aa7537a7d003f17ebce2fdcb32bddf26fca305.zip Ninja-f6aa7537a7d003f17ebce2fdcb32bddf26fca305.tar.gz Ninja-f6aa7537a7d003f17ebce2fdcb32bddf26fca305.tar.bz2 |
Remove requirement for Google copyright from CONTRIBUTING
We should keep the Google copyright on files authored by people at Google,
but for new files added by people not at Google, this really isn't necessary.
(Someone from open-source compliance at Google reached out to me and
suggested removing this line.)
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6c190c..37f6ebc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,6 @@ a few additions: please try to avoid relying on it and instead whenever possible use `std::`. However, please do not change existing code simply to add `std::` unless your contribution already needs to change that line of code anyway. -* All source files should have the Google Inc. license header. * Use `///` for [Doxygen](http://www.doxygen.nl/) (use `\a` to refer to arguments). * It's not necessary to document each argument, especially when they're |