aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
authorAlejandro Colomar <alx@kernel.org>2025-04-11 02:19:48 +0200
committerAlejandro Colomar <alx@kernel.org>2025-05-06 00:41:51 +0200
commit9f2986c34166085225bb5606ebfd4952054e1657 (patch)
tree434c3fefe95191f717c6b31e38e4205c5b99cc46 /scripts
parent8893f6d15f0696ad9db1c66006315b1a44f3d21d (diff)
downloadman-pages-9f2986c34166085225bb5606ebfd4952054e1657.tar.gz
*, CREDITS: Unify copyright notices
Link: <https://lore.kernel.org/linux-man/jpin2dbnp5vpitnh7l4qmvkamzq3h3xljzsznrudgioox3nn72@57uybxbe3h4p/T/#u> Link: <https://www.linuxfoundation.org/blog/blog/copyright-notices-in-open-source-software-projects> Cc: "G. Branden Robinson" <branden@debian.org> Cc: Carlos O'Donell <carlos@redhat.com> Cc: Eugene Syromyatnikov <evgsyr@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/FIXME_list.sh17
-rwxr-xr-xscripts/add_parens_for_own_funcs.sh2
-rw-r--r--scripts/bash_aliases15
-rwxr-xr-xscripts/convert_to_utf_8.sh2
-rwxr-xr-xscripts/find_dots_no_parens.sh2
-rwxr-xr-xscripts/find_repeated_words.sh2
-rwxr-xr-xscripts/find_slashes_no_parens.sh2
-rwxr-xr-xscripts/unformat_parens.sh2
8 files changed, 8 insertions, 36 deletions
diff --git a/scripts/FIXME_list.sh b/scripts/FIXME_list.sh
index cdaef7691c..d2482c4157 100755
--- a/scripts/FIXME_list.sh
+++ b/scripts/FIXME_list.sh
@@ -4,7 +4,7 @@
#
# Display FIXME segments from man-pages source files
#
-# (C) Copyright 2007 & 2013, Michael Kerrisk
+# Copyright, The contributors to the Linux man-pages project
# 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 2
@@ -16,21 +16,6 @@
# GNU General Public License for more details
# (http://www.gnu.org/licenses/gpl-2.0.html).
#
-######################################################################
-#
-# (C) Copyright 2006 & 2013, Michael Kerrisk
-# 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 2
-# 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
-# (http://www.gnu.org/licenses/gpl-2.0.html).
-#
-#
show_all="n"
while getopts "a" optname; do
diff --git a/scripts/add_parens_for_own_funcs.sh b/scripts/add_parens_for_own_funcs.sh
index 49ec62923a..558fa943f6 100755
--- a/scripts/add_parens_for_own_funcs.sh
+++ b/scripts/add_parens_for_own_funcs.sh
@@ -53,7 +53,7 @@
#
######################################################################
#
-# (C) Copyright 2005 & 2013, Michael Kerrisk
+# Copyright, The contributors to the Linux man-pages project
# 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 2
diff --git a/scripts/bash_aliases b/scripts/bash_aliases
index 967a69efea..177ee41242 100644
--- a/scripts/bash_aliases
+++ b/scripts/bash_aliases
@@ -1,18 +1,5 @@
+# Copyright, The contributors to the Linux man-pages project
# SPDX-License-Identifier: GPL-2.0-only
-########################################################################
-#
-# (C) Copyright 2020-2022, Alejandro Colomar
-# These functions are free software; you can redistribute them and/or
-# modify them under the terms of the GNU General Public License
-# as published by the Free Software Foundation; version 2.
-#
-# These functions are distributed in the hope that they 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
-# (http://www.gnu.org/licenses/gpl-2.0.html).
-#
-########################################################################
########################################################################
# Exit status
diff --git a/scripts/convert_to_utf_8.sh b/scripts/convert_to_utf_8.sh
index b0d222c127..ce18529b3b 100755
--- a/scripts/convert_to_utf_8.sh
+++ b/scripts/convert_to_utf_8.sh
@@ -12,7 +12,7 @@
#
######################################################################
#
-# (C) Copyright 2013, Peter Schiffer <pschiffe@redhat.com>
+# Copyright, The contributors to the Linux man-pages project
# 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 2
diff --git a/scripts/find_dots_no_parens.sh b/scripts/find_dots_no_parens.sh
index 27072d35c8..2c69df68b8 100755
--- a/scripts/find_dots_no_parens.sh
+++ b/scripts/find_dots_no_parens.sh
@@ -21,7 +21,7 @@
#
######################################################################
#
-# (C) Copyright 2005 & 2013, Michael Kerrisk
+# Copyright, The contributors to the Linux man-pages project
# 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 2
diff --git a/scripts/find_repeated_words.sh b/scripts/find_repeated_words.sh
index 23060823fa..cb64b1e9cf 100755
--- a/scripts/find_repeated_words.sh
+++ b/scripts/find_repeated_words.sh
@@ -10,7 +10,7 @@
#
######################################################################
#
-# (C) Copyright 2007 & 2013, Michael Kerrisk
+# Copyright, The contributors to the Linux man-pages project
# 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 2
diff --git a/scripts/find_slashes_no_parens.sh b/scripts/find_slashes_no_parens.sh
index c53034ab3a..7a9ffe81b1 100755
--- a/scripts/find_slashes_no_parens.sh
+++ b/scripts/find_slashes_no_parens.sh
@@ -21,7 +21,7 @@
#
######################################################################
#
-# (C) Copyright 2005 & 2013, Michael Kerrisk
+# Copyright, The contributors to the Linux man-pages project
# 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 2
diff --git a/scripts/unformat_parens.sh b/scripts/unformat_parens.sh
index 37e183aeea..a65a410038 100755
--- a/scripts/unformat_parens.sh
+++ b/scripts/unformat_parens.sh
@@ -20,7 +20,7 @@
#
######################################################################
#
-# (C) Copyright 2005 & 2013, Michael Kerrisk
+# Copyright, The contributors to the Linux man-pages project
# 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 2