aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 18:30:44 -0700
committerPaul Eggert2017-10-01 18:31:10 -0700
commit8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (patch)
treeab69af4b27f6e323bb5a6daaed764c47393a6b80
parent60b7668b89ff00213dd8f66b54698b6ddecb427b (diff)
downloademacs-8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e.tar.gz
emacs-8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e.zip
Merge from Gnulib
This is mostly to change http: to https: in licenses. * COPYING, build-aux/config.guess, build-aux/config.sub: * doc/emacs/doclicense.texi, doc/emacs/gpl.texi: * doc/lispintro/doclicense.texi, doc/lispref/doclicense.texi: * doc/lispref/gpl.texi, doc/misc/doclicense.texi: * doc/misc/gpl.texi, etc/COPYING, leim/COPYING: * lib-src/COPYING, lib/COPYING, lisp/COPYING, lwlib/COPYING: * msdos/COPYING, nt/COPYING, src/COPYING: Copy from Gnulib.
-rw-r--r--COPYING8
-rwxr-xr-xbuild-aux/config.guess18
-rwxr-xr-xbuild-aux/config.sub4
-rw-r--r--doc/emacs/doclicense.texi4
-rw-r--r--doc/emacs/gpl.texi8
-rw-r--r--doc/lispintro/doclicense.texi4
-rw-r--r--doc/lispref/doclicense.texi2
-rw-r--r--doc/lispref/gpl.texi8
-rw-r--r--doc/misc/doclicense.texi4
-rw-r--r--doc/misc/gpl.texi8
-rw-r--r--etc/COPYING2
-rw-r--r--leim/COPYING8
-rw-r--r--lib-src/COPYING8
-rw-r--r--lib/COPYING8
-rw-r--r--lisp/COPYING8
-rw-r--r--lwlib/COPYING8
-rw-r--r--msdos/COPYING8
-rw-r--r--nt/COPYING8
-rw-r--r--src/COPYING8
19 files changed, 73 insertions, 61 deletions
diff --git a/COPYING b/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 8bd1095f112..ba1c1439a9f 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
2# Attempt to guess a canonical system name. 2# Attempt to guess a canonical system name.
3# Copyright 1992-2017 Free Software Foundation, Inc. 3# Copyright 1992-2017 Free Software Foundation, Inc.
4 4
5timestamp='2017-09-16' 5timestamp='2017-09-26'
6 6
7# This file is free software; you can redistribute it and/or modify it 7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by 8# under the terms of the GNU General Public License as published by
@@ -1400,8 +1400,20 @@ EOF
1400 exit ;; 1400 exit ;;
1401esac 1401esac
1402 1402
1403echo "$0: unable to guess system type" >&2
1404
1405case "${UNAME_MACHINE}:${UNAME_SYSTEM}" in
1406 mips:Linux | mips64:Linux)
1407 # If we got here on MIPS GNU/Linux, output extra information.
1408 cat >&2 <<EOF
1409
1410NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize
1411the system type. Please install a C compiler and try again.
1412EOF
1413 ;;
1414esac
1415
1403cat >&2 <<EOF 1416cat >&2 <<EOF
1404$0: unable to guess system type
1405 1417
1406This script (version $timestamp), has failed to recognize the 1418This script (version $timestamp), has failed to recognize the
1407operating system you are using. If your script is old, overwrite *all* 1419operating system you are using. If your script is old, overwrite *all*
@@ -1441,7 +1453,7 @@ EOF
1441exit 1 1453exit 1
1442 1454
1443# Local variables: 1455# Local variables:
1444# eval: (add-hook 'write-file-hooks 'time-stamp) 1456# eval: (add-hook 'write-file-functions 'time-stamp)
1445# time-stamp-start: "timestamp='" 1457# time-stamp-start: "timestamp='"
1446# time-stamp-format: "%:y-%02m-%02d" 1458# time-stamp-format: "%:y-%02m-%02d"
1447# time-stamp-end: "'" 1459# time-stamp-end: "'"
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 95dc3d07248..c6950fd68ab 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -2,7 +2,7 @@
2# Configuration validation subroutine script. 2# Configuration validation subroutine script.
3# Copyright 1992-2017 Free Software Foundation, Inc. 3# Copyright 1992-2017 Free Software Foundation, Inc.
4 4
5timestamp='2017-09-16' 5timestamp='2017-09-26'
6 6
7# This file is free software; you can redistribute it and/or modify it 7# This file is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License as published by 8# under the terms of the GNU General Public License as published by
@@ -1829,7 +1829,7 @@ echo $basic_machine$os
1829exit 1829exit
1830 1830
1831# Local variables: 1831# Local variables:
1832# eval: (add-hook 'write-file-hooks 'time-stamp) 1832# eval: (add-hook 'write-file-functions 'time-stamp)
1833# time-stamp-start: "timestamp='" 1833# time-stamp-start: "timestamp='"
1834# time-stamp-format: "%:y-%02m-%02d" 1834# time-stamp-format: "%:y-%02m-%02d"
1835# time-stamp-end: "'" 1835# time-stamp-end: "'"
diff --git a/doc/emacs/doclicense.texi b/doc/emacs/doclicense.texi
index 9c3bbe56e91..eaf3da0e92d 100644
--- a/doc/emacs/doclicense.texi
+++ b/doc/emacs/doclicense.texi
@@ -6,7 +6,7 @@
6 6
7@display 7@display
8Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. 8Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
9@uref{http://fsf.org/} 9@uref{https://fsf.org/}
10 10
11Everyone is permitted to copy and distribute verbatim copies 11Everyone is permitted to copy and distribute verbatim copies
12of this license document, but changing it is not allowed. 12of this license document, but changing it is not allowed.
@@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions
414of the GNU Free Documentation License from time to time. Such new 414of the GNU Free Documentation License from time to time. Such new
415versions will be similar in spirit to the present version, but may 415versions will be similar in spirit to the present version, but may
416differ in detail to address new problems or concerns. See 416differ in detail to address new problems or concerns. See
417@uref{http://www.gnu.org/copyleft/}. 417@uref{https://www.gnu.org/licenses/}.
418 418
419Each version of the License is given a distinguishing version number. 419Each version of the License is given a distinguishing version number.
420If the Document specifies that a particular numbered version of this 420If the Document specifies that a particular numbered version of this
diff --git a/doc/emacs/gpl.texi b/doc/emacs/gpl.texi
index 0e2e212acb1..c007dc06966 100644
--- a/doc/emacs/gpl.texi
+++ b/doc/emacs/gpl.texi
@@ -5,7 +5,7 @@
5@c hence no sectioning command or @node. 5@c hence no sectioning command or @node.
6 6
7@display 7@display
8Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/} 8Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/}
9 9
10Everyone is permitted to copy and distribute verbatim copies of this 10Everyone is permitted to copy and distribute verbatim copies of this
11license document, but changing it is not allowed. 11license document, but changing it is not allowed.
@@ -684,7 +684,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
684General Public License for more details. 684General Public License for more details.
685 685
686You should have received a copy of the GNU General Public License 686You should have received a copy of the GNU General Public License
687along with this program. If not, see @url{http://www.gnu.org/licenses/}. 687along with this program. If not, see @url{https://www.gnu.org/licenses/}.
688@end smallexample 688@end smallexample
689 689
690Also add information on how to contact you by electronic and paper mail. 690Also add information on how to contact you by electronic and paper mail.
@@ -707,11 +707,11 @@ use an ``about box''.
707You should also get your employer (if you work as a programmer) or school, 707You should also get your employer (if you work as a programmer) or school,
708if any, to sign a ``copyright disclaimer'' for the program, if necessary. 708if any, to sign a ``copyright disclaimer'' for the program, if necessary.
709For more information on this, and how to apply and follow the GNU GPL, see 709For more information on this, and how to apply and follow the GNU GPL, see
710@url{http://www.gnu.org/licenses/}. 710@url{https://www.gnu.org/licenses/}.
711 711
712The GNU General Public License does not permit incorporating your 712The GNU General Public License does not permit incorporating your
713program into proprietary programs. If your program is a subroutine 713program into proprietary programs. If your program is a subroutine
714library, you may consider it more useful to permit linking proprietary 714library, you may consider it more useful to permit linking proprietary
715applications with the library. If this is what you want to do, use 715applications with the library. If this is what you want to do, use
716the GNU Lesser General Public License instead of this License. But 716the GNU Lesser General Public License instead of this License. But
717first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. 717first, please read @url{https://www.gnu.org/licenses/why-not-lgpl.html}.
diff --git a/doc/lispintro/doclicense.texi b/doc/lispintro/doclicense.texi
index 9c3bbe56e91..eaf3da0e92d 100644
--- a/doc/lispintro/doclicense.texi
+++ b/doc/lispintro/doclicense.texi
@@ -6,7 +6,7 @@
6 6
7@display 7@display
8Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. 8Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
9@uref{http://fsf.org/} 9@uref{https://fsf.org/}
10 10
11Everyone is permitted to copy and distribute verbatim copies 11Everyone is permitted to copy and distribute verbatim copies
12of this license document, but changing it is not allowed. 12of this license document, but changing it is not allowed.
@@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions
414of the GNU Free Documentation License from time to time. Such new 414of the GNU Free Documentation License from time to time. Such new
415versions will be similar in spirit to the present version, but may 415versions will be similar in spirit to the present version, but may
416differ in detail to address new problems or concerns. See 416differ in detail to address new problems or concerns. See
417@uref{http://www.gnu.org/copyleft/}. 417@uref{https://www.gnu.org/licenses/}.
418 418
419Each version of the License is given a distinguishing version number. 419Each version of the License is given a distinguishing version number.
420If the Document specifies that a particular numbered version of this 420If the Document specifies that a particular numbered version of this
diff --git a/doc/lispref/doclicense.texi b/doc/lispref/doclicense.texi
index 542edaad258..eaf3da0e92d 100644
--- a/doc/lispref/doclicense.texi
+++ b/doc/lispref/doclicense.texi
@@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions
414of the GNU Free Documentation License from time to time. Such new 414of the GNU Free Documentation License from time to time. Such new
415versions will be similar in spirit to the present version, but may 415versions will be similar in spirit to the present version, but may
416differ in detail to address new problems or concerns. See 416differ in detail to address new problems or concerns. See
417@uref{https://www.gnu.org/copyleft/}. 417@uref{https://www.gnu.org/licenses/}.
418 418
419Each version of the License is given a distinguishing version number. 419Each version of the License is given a distinguishing version number.
420If the Document specifies that a particular numbered version of this 420If the Document specifies that a particular numbered version of this
diff --git a/doc/lispref/gpl.texi b/doc/lispref/gpl.texi
index 0e2e212acb1..c007dc06966 100644
--- a/doc/lispref/gpl.texi
+++ b/doc/lispref/gpl.texi
@@ -5,7 +5,7 @@
5@c hence no sectioning command or @node. 5@c hence no sectioning command or @node.
6 6
7@display 7@display
8Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/} 8Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/}
9 9
10Everyone is permitted to copy and distribute verbatim copies of this 10Everyone is permitted to copy and distribute verbatim copies of this
11license document, but changing it is not allowed. 11license document, but changing it is not allowed.
@@ -684,7 +684,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
684General Public License for more details. 684General Public License for more details.
685 685
686You should have received a copy of the GNU General Public License 686You should have received a copy of the GNU General Public License
687along with this program. If not, see @url{http://www.gnu.org/licenses/}. 687along with this program. If not, see @url{https://www.gnu.org/licenses/}.
688@end smallexample 688@end smallexample
689 689
690Also add information on how to contact you by electronic and paper mail. 690Also add information on how to contact you by electronic and paper mail.
@@ -707,11 +707,11 @@ use an ``about box''.
707You should also get your employer (if you work as a programmer) or school, 707You should also get your employer (if you work as a programmer) or school,
708if any, to sign a ``copyright disclaimer'' for the program, if necessary. 708if any, to sign a ``copyright disclaimer'' for the program, if necessary.
709For more information on this, and how to apply and follow the GNU GPL, see 709For more information on this, and how to apply and follow the GNU GPL, see
710@url{http://www.gnu.org/licenses/}. 710@url{https://www.gnu.org/licenses/}.
711 711
712The GNU General Public License does not permit incorporating your 712The GNU General Public License does not permit incorporating your
713program into proprietary programs. If your program is a subroutine 713program into proprietary programs. If your program is a subroutine
714library, you may consider it more useful to permit linking proprietary 714library, you may consider it more useful to permit linking proprietary
715applications with the library. If this is what you want to do, use 715applications with the library. If this is what you want to do, use
716the GNU Lesser General Public License instead of this License. But 716the GNU Lesser General Public License instead of this License. But
717first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. 717first, please read @url{https://www.gnu.org/licenses/why-not-lgpl.html}.
diff --git a/doc/misc/doclicense.texi b/doc/misc/doclicense.texi
index 9c3bbe56e91..eaf3da0e92d 100644
--- a/doc/misc/doclicense.texi
+++ b/doc/misc/doclicense.texi
@@ -6,7 +6,7 @@
6 6
7@display 7@display
8Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. 8Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
9@uref{http://fsf.org/} 9@uref{https://fsf.org/}
10 10
11Everyone is permitted to copy and distribute verbatim copies 11Everyone is permitted to copy and distribute verbatim copies
12of this license document, but changing it is not allowed. 12of this license document, but changing it is not allowed.
@@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions
414of the GNU Free Documentation License from time to time. Such new 414of the GNU Free Documentation License from time to time. Such new
415versions will be similar in spirit to the present version, but may 415versions will be similar in spirit to the present version, but may
416differ in detail to address new problems or concerns. See 416differ in detail to address new problems or concerns. See
417@uref{http://www.gnu.org/copyleft/}. 417@uref{https://www.gnu.org/licenses/}.
418 418
419Each version of the License is given a distinguishing version number. 419Each version of the License is given a distinguishing version number.
420If the Document specifies that a particular numbered version of this 420If the Document specifies that a particular numbered version of this
diff --git a/doc/misc/gpl.texi b/doc/misc/gpl.texi
index 0e2e212acb1..c007dc06966 100644
--- a/doc/misc/gpl.texi
+++ b/doc/misc/gpl.texi
@@ -5,7 +5,7 @@
5@c hence no sectioning command or @node. 5@c hence no sectioning command or @node.
6 6
7@display 7@display
8Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/} 8Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/}
9 9
10Everyone is permitted to copy and distribute verbatim copies of this 10Everyone is permitted to copy and distribute verbatim copies of this
11license document, but changing it is not allowed. 11license document, but changing it is not allowed.
@@ -684,7 +684,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU
684General Public License for more details. 684General Public License for more details.
685 685
686You should have received a copy of the GNU General Public License 686You should have received a copy of the GNU General Public License
687along with this program. If not, see @url{http://www.gnu.org/licenses/}. 687along with this program. If not, see @url{https://www.gnu.org/licenses/}.
688@end smallexample 688@end smallexample
689 689
690Also add information on how to contact you by electronic and paper mail. 690Also add information on how to contact you by electronic and paper mail.
@@ -707,11 +707,11 @@ use an ``about box''.
707You should also get your employer (if you work as a programmer) or school, 707You should also get your employer (if you work as a programmer) or school,
708if any, to sign a ``copyright disclaimer'' for the program, if necessary. 708if any, to sign a ``copyright disclaimer'' for the program, if necessary.
709For more information on this, and how to apply and follow the GNU GPL, see 709For more information on this, and how to apply and follow the GNU GPL, see
710@url{http://www.gnu.org/licenses/}. 710@url{https://www.gnu.org/licenses/}.
711 711
712The GNU General Public License does not permit incorporating your 712The GNU General Public License does not permit incorporating your
713program into proprietary programs. If your program is a subroutine 713program into proprietary programs. If your program is a subroutine
714library, you may consider it more useful to permit linking proprietary 714library, you may consider it more useful to permit linking proprietary
715applications with the library. If this is what you want to do, use 715applications with the library. If this is what you want to do, use
716the GNU Lesser General Public License instead of this License. But 716the GNU Lesser General Public License instead of this License. But
717first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. 717first, please read @url{https://www.gnu.org/licenses/why-not-lgpl.html}.
diff --git a/etc/COPYING b/etc/COPYING
index e60008693e0..f288702d2fa 100644
--- a/etc/COPYING
+++ b/etc/COPYING
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<https://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/leim/COPYING b/leim/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/leim/COPYING
+++ b/leim/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/lib-src/COPYING b/lib-src/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/lib-src/COPYING
+++ b/lib-src/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/lib/COPYING b/lib/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/lib/COPYING
+++ b/lib/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/lisp/COPYING b/lisp/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/lisp/COPYING
+++ b/lisp/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/lwlib/COPYING b/lwlib/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/lwlib/COPYING
+++ b/lwlib/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/msdos/COPYING b/msdos/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/msdos/COPYING
+++ b/msdos/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/nt/COPYING b/nt/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/nt/COPYING
+++ b/nt/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/src/COPYING b/src/COPYING
index 94a9ed024d3..f288702d2fa 100644
--- a/src/COPYING
+++ b/src/COPYING
@@ -1,7 +1,7 @@
1 GNU GENERAL PUBLIC LICENSE 1 GNU GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007 2 Version 3, 29 June 2007
3 3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> 4 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies 5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed. 6 of this license document, but changing it is not allowed.
7 7
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645 GNU General Public License for more details. 645 GNU General Public License for more details.
646 646
647 You should have received a copy of the GNU General Public License 647 You should have received a copy of the GNU General Public License
648 along with this program. If not, see <http://www.gnu.org/licenses/>. 648 along with this program. If not, see <https://www.gnu.org/licenses/>.
649 649
650Also add information on how to contact you by electronic and paper mail. 650Also add information on how to contact you by electronic and paper mail.
651 651
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664 You should also get your employer (if you work as a programmer) or school, 664 You should also get your employer (if you work as a programmer) or school,
665if any, to sign a "copyright disclaimer" for the program, if necessary. 665if any, to sign a "copyright disclaimer" for the program, if necessary.
666For more information on this, and how to apply and follow the GNU GPL, see 666For more information on this, and how to apply and follow the GNU GPL, see
667<http://www.gnu.org/licenses/>. 667<https://www.gnu.org/licenses/>.
668 668
669 The GNU General Public License does not permit incorporating your program 669 The GNU General Public License does not permit incorporating your program
670into proprietary programs. If your program is a subroutine library, you 670into proprietary programs. If your program is a subroutine library, you
671may consider it more useful to permit linking proprietary applications with 671may consider it more useful to permit linking proprietary applications with
672the library. If this is what you want to do, use the GNU Lesser General 672the library. If this is what you want to do, use the GNU Lesser General
673Public License instead of this License. But first, please read 673Public License instead of this License. But first, please read
674<http://www.gnu.org/philosophy/why-not-lgpl.html>. 674<https://www.gnu.org/licenses/why-not-lgpl.html>.