i noticed in 22c80add7a4875d6749b3233b1f71dc65c59fd92 we updated the year of copyright in the README
But also the LICENSE file still says 2019 and has a totally different list of contributors
I propose we:
- drop the copyright line from the README entirely
- request permission from all contributors, especially those currently named, to change the copyright line in the
LICENSE file to something more general, like Copyright The Augur Contributors
This follows LF guidance:
Instead, many LF project communities recommend using a more general statement in a form similar to the following (where XYZ is the project’s name):
Copyright The XYZ Authors.
Copyright The XYZ Contributors.
Copyright Contributors to the XYZ project.
By using a common format, the project avoids having to maintain lists of names of the authors or copyright holders, years or ranges of years, and variations on the (c) symbol. This aims to minimize the burden on developers and maintainers as well as redistributors of the code, particularly where compliance with the license requires that further distributions retain or reproduce copyright notices.
You should not change or remove someone else’s copyright notice unless they have expressly (in writing) permitted you to do so. This includes third parties’ notices in pre-existing code.
https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects
I think this will generally reduce the various hassles and undue stress associated with keeping this stuff up to date.
Note
Migrated from augurlabs/augur#3629
Originally opened by
@MoralCodeon 2026-01-26i noticed in 22c80add7a4875d6749b3233b1f71dc65c59fd92 we updated the year of copyright in the README
But also the
LICENSEfile still says 2019 and has a totally different list of contributorsI propose we:
LICENSEfile to something more general, likeCopyright The Augur ContributorsThis follows LF guidance:
https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects
I think this will generally reduce the various hassles and undue stress associated with keeping this stuff up to date.