0
0
control-vm/LICENSE-MIT
Nils Freydank 5aa532bb84
Drop the copyright year from all files
I actually copied that strategy from curl:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years

Comments below that blog post mention other sources,
disagreeing or agreeing with the kind of strategy propagated:

lawyer propagating the year (re-publishing and own blog):
https://liferay.dev/blogs/-/blogs/how-and-why-to-properly-write-copyright-statements-in-your-code#why-keep-the-year
https://matija.suklje.name/how-and-why-to-properly-write-copyright-statements-in-your-code#why-keep-the-year

linux foundation note about copyright notices w/o years mentioned:
https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects

To me it seems currently viable to reproduce the date based on the git log,
even signed if necessary.
2024-05-05 18:28:43 +02:00

20 lines
1.1 KiB
Plaintext

Copyright Nils Freydank <nils.freydank@datenschutz-ist-voll-doof.de>
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
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.