diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-07-11 10:17:13 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-07-11 10:22:38 +0200 |
commit | c13f1948e21d6f5c70f778ad52a96e595906cf5a (patch) | |
tree | af5622385e7d3007bc94e19240b0bf25c2897539 /README.md | |
parent | 95af299cf58e7a4c01c18020627135796eadb591 (diff) | |
download | nextcloud-server-c13f1948e21d6f5c70f778ad52a96e595906cf5a.tar.gz nextcloud-server-c13f1948e21d6f5c70f778ad52a96e595906cf5a.zip |
docs: Update license header infos
...to be inline with the SPDX strategy
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index 00126be7520..119cad6d412 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,11 @@ All contributions to this repository from June 16, 2016, and onward are consider licensed under the AGPLv3 or any later version. Nextcloud doesn't require a CLA (Contributor License Agreement). -The copyright belongs to all the individual contributors. Therefore we recommend -that every contributor adds the following line to the header of a file if they -changed it substantially: +The copyright belongs to all the individual contributors. +Therefore we recommend that every contributor adds the following line to the [AUTHORS](AUTHORS) file if they made substantial changes to the code: ``` -@copyright Copyright (c) <year>, <your name> (<your email address>) +- <your name> <your email address> ``` Please read the [Code of Conduct](https://nextcloud.com/community/code-of-conduct/). This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere and to explain how together we can strengthen and support each other. |