diff options
author | Simon Ser <contact@emersion.fr> | 2023-07-05 10:25:13 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-07-05 10:27:50 +0200 |
commit | 77d5631e42fbcf3ceb51a1d607219228aeaabb00 (patch) | |
tree | de1951c972f33a081083bccbdfb91f9e1001c846 | |
parent | 6f8287128b7bd07b82377df4dcd88a6737e84be2 (diff) |
license: add copyright line for all contributors
Recently it has come up that someone wants to re-use part of
wlroots in their own project. The standard procedure is to copy
over the license text and copyright lines.
Let's make it clear that the wlroots copyright is held by all
wlroots contributors, and that the license file comes from the
wlroots project.
See [1] for more details.
[1]: https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects
-rw-r--r-- | LICENSE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ Copyright (c) 2017, 2018 Drew DeVault Copyright (c) 2014 Jari Vetoniemi +Copyright (c) 2023 The wlroots contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in |