summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Tobias Quathamer <toddy@debian.org>2023-09-11 21:43:03 +0200
committerDr. Tobias Quathamer <toddy@debian.org>2023-09-11 21:49:11 +0200
commit2d85352e3d759908fa2d34ffc60368c08a9efbcb (patch)
tree6b4b4f3cb2744b0010917cfe822955825b02c173
parent397febaf3a7987a93b2ebda9fc704a8631cfa78b (diff)
Update copyright script for new licenses
-rw-r--r--debian/licenses/Linux-man-pages-1-para3
-rw-r--r--debian/licenses/Linux-man-pages-copyleft-2-para8
-rw-r--r--debian/licenses/Linux-man-pages-copyleft-var16
-rwxr-xr-xdebian/update-copyright15
4 files changed, 42 insertions, 0 deletions
diff --git a/debian/licenses/Linux-man-pages-1-para b/debian/licenses/Linux-man-pages-1-para
new file mode 100644
index 000000000..af47eee1f
--- /dev/null
+++ b/debian/licenses/Linux-man-pages-1-para
@@ -0,0 +1,3 @@
+Permission is granted to distribute possibly modified copies of this page
+provided the header is included verbatim, and in case of nontrivial
+modification author and date of the modification is added to the header.
diff --git a/debian/licenses/Linux-man-pages-copyleft-2-para b/debian/licenses/Linux-man-pages-copyleft-2-para
new file mode 100644
index 000000000..0efd4c6d4
--- /dev/null
+++ b/debian/licenses/Linux-man-pages-copyleft-2-para
@@ -0,0 +1,8 @@
+Permission is granted to make and distribute verbatim copies of this manual
+provided the copyright notice and this permission notice are preserved on all
+copies.
+.
+Permission is granted to copy and distribute modified versions of this manual
+under the conditions for verbatim copying, provided that the entire resulting
+derived work is distributed under the terms of a permission notice identical
+to this one.
diff --git a/debian/licenses/Linux-man-pages-copyleft-var b/debian/licenses/Linux-man-pages-copyleft-var
new file mode 100644
index 000000000..c54c150d6
--- /dev/null
+++ b/debian/licenses/Linux-man-pages-copyleft-var
@@ -0,0 +1,16 @@
+Permission is granted to make and distribute verbatim copies of this manual
+provided the copyright notice and this permission notice are preserved on all
+copies.
+.
+Permission is granted to copy and distribute modified versions of this manual
+under the conditions for verbatim copying, provided that the entire resulting
+derived work is distributed under the terms of a permission notice identical
+to this one.
+.
+Since the Linux kernel and libraries are constantly changing, this manual page
+may be incorrect or out-of-date. The author(s) assume no responsibility for
+errors or omissions, or for damages resulting from the use of the information
+contained herein.
+.
+Formatted or processed versions of this manual, if unaccompanied by the
+source, must acknowledge the copyright and authors of this work.
diff --git a/debian/update-copyright b/debian/update-copyright
index ca203adde..5a8b89ee7 100755
--- a/debian/update-copyright
+++ b/debian/update-copyright
@@ -75,11 +75,26 @@ license_information = [
],
},
{
+ "shortname": "Linux-man-pages-1-para",
+ "filename": "Linux-man-pages-1-para",
+ "upstream_names": ["Linux-man-pages-1-para"],
+ },
+ {
+ "shortname": "Linux-man-pages-copyleft-2-para",
+ "filename": "Linux-man-pages-copyleft-2-para",
+ "upstream_names": ["Linux-man-pages-copyleft-2-para"],
+ },
+ {
"shortname": "Linux-man-pages-copyleft",
"filename": "Linux-man-pages-copyleft",
"upstream_names": ["Linux-man-pages-copyleft", "Copyleft"],
},
{
+ "shortname": "Linux-man-pages-copyleft-var",
+ "filename": "Linux-man-pages-copyleft-var",
+ "upstream_names": ["Linux-man-pages-copyleft-var"],
+ },
+ {
# This shortname is not defined by the standard.
"shortname": "henry-spencer-regex",
"filename": "henry-spencer-regex",