Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Krüger <t@timkrueger.me>2022-08-31 15:52:08 +0300
committerTim Krüger <t@timkrueger.me>2022-08-31 17:11:49 +0300
commit65d2425d65fecb6a4fd943eca3dc523d47d637a9 (patch)
tree504228b9f1d57fb270108bd4c33f10ce9a51e50d /contribute
parent5a8eee88146cf7e1ae695d647a799675e6ccc5a0 (diff)
Remove duplicated copyright explanation
This is also explained in the 'CONTRIBUTING.md'. Signed-off-by: Tim Krüger <t@timkrueger.me>
Diffstat (limited to 'contribute')
-rw-r--r--contribute/HowToApplyALicense.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/contribute/HowToApplyALicense.md b/contribute/HowToApplyALicense.md
deleted file mode 100644
index 44c279a3f..000000000
--- a/contribute/HowToApplyALicense.md
+++ /dev/null
@@ -1,42 +0,0 @@
-# How to apply a license
-
-This application is licenced under the GNU GPLv3 or any later version.
-
-Nextcloud doesn't require a CLA (Contributor License Agreement).
-The copyright belongs to all the individual contributors.
-
-If you modify an existing file, please keep the existing license header as
-it is and just add your copyright notice:
-
-````
-@copyright Copyright (c) <year> <your name> (<your email address>)
-````
-
-If you create a new file please use this license header:
-
-````
-/*
- * Nextcloud Talk application
- *
- * @author <your name>
- * Copyright (C) <year> <your name> (<your email address>)
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- ````
-
-Additionally we require a Developer Certificate of Origin (DCO), look
-at [CONTRIBUTING.md][contributing] to learn more how to sign your commits.
-
-[contributing]: https://github.com/nextcloud/talk-android/blob/master/CONTRIBUTING.md#sign-your-work