Skip to content

Commit

Permalink
Remove copyright holder names from LICENSE file
Browse files Browse the repository at this point in the history
It confusing and a maintenance nightmare to have copyright holder names
embedded in the LICENSE file. GitHub does so for MIT and BSD-3-clause
license templates, but not for, say, GPLv3. Hence, it can't really be a
necessity to have them there. Just remove the names. They are listed
inside the individual Cargo.toml files. While at it, update the
copyright year.

Reported-by: Michel Lind <salimma@fedoraproject.org>
Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o authored and danielocfb committed Jul 30, 2024
1 parent 7b6bd0b commit da886ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2022, Kuifeng Lee
Copyright (c) 2024
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit da886ec

Please sign in to comment.