1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

copyright: remove years from copyright headers

Also:
- uppercase `(C)`.
- add missing 'All rights reserved.' lines.
- drop duplicate 'Author' lines.
- add copyright headers where missing.
- enable copyright header check in checksrc.

Reasons for deleting years (copied as-is from curl):
- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

Closes #1082
This commit is contained in:
Viktor Szakats
2023-06-04 02:09:41 +00:00
parent 43df6a46b1
commit 187d89bb07
159 changed files with 280 additions and 207 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 Patrick Monnerat <patrick@monnerat.net>
* Copyright (C) Patrick Monnerat <patrick@monnerat.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms,