diff options
| author | Paul Eggert | 2017-10-01 18:30:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 18:31:10 -0700 |
| commit | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (patch) | |
| tree | ab69af4b27f6e323bb5a6daaed764c47393a6b80 | |
| parent | 60b7668b89ff00213dd8f66b54698b6ddecb427b (diff) | |
| download | emacs-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-- | COPYING | 8 | ||||
| -rwxr-xr-x | build-aux/config.guess | 18 | ||||
| -rwxr-xr-x | build-aux/config.sub | 4 | ||||
| -rw-r--r-- | doc/emacs/doclicense.texi | 4 | ||||
| -rw-r--r-- | doc/emacs/gpl.texi | 8 | ||||
| -rw-r--r-- | doc/lispintro/doclicense.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/doclicense.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/gpl.texi | 8 | ||||
| -rw-r--r-- | doc/misc/doclicense.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gpl.texi | 8 | ||||
| -rw-r--r-- | etc/COPYING | 2 | ||||
| -rw-r--r-- | leim/COPYING | 8 | ||||
| -rw-r--r-- | lib-src/COPYING | 8 | ||||
| -rw-r--r-- | lib/COPYING | 8 | ||||
| -rw-r--r-- | lisp/COPYING | 8 | ||||
| -rw-r--r-- | lwlib/COPYING | 8 | ||||
| -rw-r--r-- | msdos/COPYING | 8 | ||||
| -rw-r--r-- | nt/COPYING | 8 | ||||
| -rw-r--r-- | src/COPYING | 8 |
19 files changed, 73 insertions, 61 deletions
| @@ -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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 5 | timestamp='2017-09-16' | 5 | timestamp='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 ;; |
| 1401 | esac | 1401 | esac |
| 1402 | 1402 | ||
| 1403 | echo "$0: unable to guess system type" >&2 | ||
| 1404 | |||
| 1405 | case "${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 | |||
| 1410 | NOTE: MIPS GNU/Linux systems require a C compiler to fully recognize | ||
| 1411 | the system type. Please install a C compiler and try again. | ||
| 1412 | EOF | ||
| 1413 | ;; | ||
| 1414 | esac | ||
| 1415 | |||
| 1403 | cat >&2 <<EOF | 1416 | cat >&2 <<EOF |
| 1404 | $0: unable to guess system type | ||
| 1405 | 1417 | ||
| 1406 | This script (version $timestamp), has failed to recognize the | 1418 | This script (version $timestamp), has failed to recognize the |
| 1407 | operating system you are using. If your script is old, overwrite *all* | 1419 | operating system you are using. If your script is old, overwrite *all* |
| @@ -1441,7 +1453,7 @@ EOF | |||
| 1441 | exit 1 | 1453 | exit 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 | ||
| 5 | timestamp='2017-09-16' | 5 | timestamp='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 | |||
| 1829 | exit | 1829 | exit |
| 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 |
| 8 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. | 8 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. |
| 9 | @uref{http://fsf.org/} | 9 | @uref{https://fsf.org/} |
| 10 | 10 | ||
| 11 | Everyone is permitted to copy and distribute verbatim copies | 11 | Everyone is permitted to copy and distribute verbatim copies |
| 12 | of this license document, but changing it is not allowed. | 12 | of this license document, but changing it is not allowed. |
| @@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions | |||
| 414 | of the GNU Free Documentation License from time to time. Such new | 414 | of the GNU Free Documentation License from time to time. Such new |
| 415 | versions will be similar in spirit to the present version, but may | 415 | versions will be similar in spirit to the present version, but may |
| 416 | differ in detail to address new problems or concerns. See | 416 | differ 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 | ||
| 419 | Each version of the License is given a distinguishing version number. | 419 | Each version of the License is given a distinguishing version number. |
| 420 | If the Document specifies that a particular numbered version of this | 420 | If 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 |
| 8 | Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/} | 8 | Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/} |
| 9 | 9 | ||
| 10 | Everyone is permitted to copy and distribute verbatim copies of this | 10 | Everyone is permitted to copy and distribute verbatim copies of this |
| 11 | license document, but changing it is not allowed. | 11 | license document, but changing it is not allowed. |
| @@ -684,7 +684,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU | |||
| 684 | General Public License for more details. | 684 | General Public License for more details. |
| 685 | 685 | ||
| 686 | You should have received a copy of the GNU General Public License | 686 | You should have received a copy of the GNU General Public License |
| 687 | along with this program. If not, see @url{http://www.gnu.org/licenses/}. | 687 | along with this program. If not, see @url{https://www.gnu.org/licenses/}. |
| 688 | @end smallexample | 688 | @end smallexample |
| 689 | 689 | ||
| 690 | Also add information on how to contact you by electronic and paper mail. | 690 | Also add information on how to contact you by electronic and paper mail. |
| @@ -707,11 +707,11 @@ use an ``about box''. | |||
| 707 | You should also get your employer (if you work as a programmer) or school, | 707 | You should also get your employer (if you work as a programmer) or school, |
| 708 | if any, to sign a ``copyright disclaimer'' for the program, if necessary. | 708 | if any, to sign a ``copyright disclaimer'' for the program, if necessary. |
| 709 | For more information on this, and how to apply and follow the GNU GPL, see | 709 | For 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 | ||
| 712 | The GNU General Public License does not permit incorporating your | 712 | The GNU General Public License does not permit incorporating your |
| 713 | program into proprietary programs. If your program is a subroutine | 713 | program into proprietary programs. If your program is a subroutine |
| 714 | library, you may consider it more useful to permit linking proprietary | 714 | library, you may consider it more useful to permit linking proprietary |
| 715 | applications with the library. If this is what you want to do, use | 715 | applications with the library. If this is what you want to do, use |
| 716 | the GNU Lesser General Public License instead of this License. But | 716 | the GNU Lesser General Public License instead of this License. But |
| 717 | first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. | 717 | first, 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 |
| 8 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. | 8 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. |
| 9 | @uref{http://fsf.org/} | 9 | @uref{https://fsf.org/} |
| 10 | 10 | ||
| 11 | Everyone is permitted to copy and distribute verbatim copies | 11 | Everyone is permitted to copy and distribute verbatim copies |
| 12 | of this license document, but changing it is not allowed. | 12 | of this license document, but changing it is not allowed. |
| @@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions | |||
| 414 | of the GNU Free Documentation License from time to time. Such new | 414 | of the GNU Free Documentation License from time to time. Such new |
| 415 | versions will be similar in spirit to the present version, but may | 415 | versions will be similar in spirit to the present version, but may |
| 416 | differ in detail to address new problems or concerns. See | 416 | differ 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 | ||
| 419 | Each version of the License is given a distinguishing version number. | 419 | Each version of the License is given a distinguishing version number. |
| 420 | If the Document specifies that a particular numbered version of this | 420 | If 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 | |||
| 414 | of the GNU Free Documentation License from time to time. Such new | 414 | of the GNU Free Documentation License from time to time. Such new |
| 415 | versions will be similar in spirit to the present version, but may | 415 | versions will be similar in spirit to the present version, but may |
| 416 | differ in detail to address new problems or concerns. See | 416 | differ 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 | ||
| 419 | Each version of the License is given a distinguishing version number. | 419 | Each version of the License is given a distinguishing version number. |
| 420 | If the Document specifies that a particular numbered version of this | 420 | If 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 |
| 8 | Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/} | 8 | Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/} |
| 9 | 9 | ||
| 10 | Everyone is permitted to copy and distribute verbatim copies of this | 10 | Everyone is permitted to copy and distribute verbatim copies of this |
| 11 | license document, but changing it is not allowed. | 11 | license document, but changing it is not allowed. |
| @@ -684,7 +684,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU | |||
| 684 | General Public License for more details. | 684 | General Public License for more details. |
| 685 | 685 | ||
| 686 | You should have received a copy of the GNU General Public License | 686 | You should have received a copy of the GNU General Public License |
| 687 | along with this program. If not, see @url{http://www.gnu.org/licenses/}. | 687 | along with this program. If not, see @url{https://www.gnu.org/licenses/}. |
| 688 | @end smallexample | 688 | @end smallexample |
| 689 | 689 | ||
| 690 | Also add information on how to contact you by electronic and paper mail. | 690 | Also add information on how to contact you by electronic and paper mail. |
| @@ -707,11 +707,11 @@ use an ``about box''. | |||
| 707 | You should also get your employer (if you work as a programmer) or school, | 707 | You should also get your employer (if you work as a programmer) or school, |
| 708 | if any, to sign a ``copyright disclaimer'' for the program, if necessary. | 708 | if any, to sign a ``copyright disclaimer'' for the program, if necessary. |
| 709 | For more information on this, and how to apply and follow the GNU GPL, see | 709 | For 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 | ||
| 712 | The GNU General Public License does not permit incorporating your | 712 | The GNU General Public License does not permit incorporating your |
| 713 | program into proprietary programs. If your program is a subroutine | 713 | program into proprietary programs. If your program is a subroutine |
| 714 | library, you may consider it more useful to permit linking proprietary | 714 | library, you may consider it more useful to permit linking proprietary |
| 715 | applications with the library. If this is what you want to do, use | 715 | applications with the library. If this is what you want to do, use |
| 716 | the GNU Lesser General Public License instead of this License. But | 716 | the GNU Lesser General Public License instead of this License. But |
| 717 | first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. | 717 | first, 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 |
| 8 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. | 8 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. |
| 9 | @uref{http://fsf.org/} | 9 | @uref{https://fsf.org/} |
| 10 | 10 | ||
| 11 | Everyone is permitted to copy and distribute verbatim copies | 11 | Everyone is permitted to copy and distribute verbatim copies |
| 12 | of this license document, but changing it is not allowed. | 12 | of this license document, but changing it is not allowed. |
| @@ -414,7 +414,7 @@ The Free Software Foundation may publish new, revised versions | |||
| 414 | of the GNU Free Documentation License from time to time. Such new | 414 | of the GNU Free Documentation License from time to time. Such new |
| 415 | versions will be similar in spirit to the present version, but may | 415 | versions will be similar in spirit to the present version, but may |
| 416 | differ in detail to address new problems or concerns. See | 416 | differ 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 | ||
| 419 | Each version of the License is given a distinguishing version number. | 419 | Each version of the License is given a distinguishing version number. |
| 420 | If the Document specifies that a particular numbered version of this | 420 | If 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 |
| 8 | Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{http://fsf.org/} | 8 | Copyright @copyright{} 2007 Free Software Foundation, Inc. @url{https://fsf.org/} |
| 9 | 9 | ||
| 10 | Everyone is permitted to copy and distribute verbatim copies of this | 10 | Everyone is permitted to copy and distribute verbatim copies of this |
| 11 | license document, but changing it is not allowed. | 11 | license document, but changing it is not allowed. |
| @@ -684,7 +684,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE@. See the GNU | |||
| 684 | General Public License for more details. | 684 | General Public License for more details. |
| 685 | 685 | ||
| 686 | You should have received a copy of the GNU General Public License | 686 | You should have received a copy of the GNU General Public License |
| 687 | along with this program. If not, see @url{http://www.gnu.org/licenses/}. | 687 | along with this program. If not, see @url{https://www.gnu.org/licenses/}. |
| 688 | @end smallexample | 688 | @end smallexample |
| 689 | 689 | ||
| 690 | Also add information on how to contact you by electronic and paper mail. | 690 | Also add information on how to contact you by electronic and paper mail. |
| @@ -707,11 +707,11 @@ use an ``about box''. | |||
| 707 | You should also get your employer (if you work as a programmer) or school, | 707 | You should also get your employer (if you work as a programmer) or school, |
| 708 | if any, to sign a ``copyright disclaimer'' for the program, if necessary. | 708 | if any, to sign a ``copyright disclaimer'' for the program, if necessary. |
| 709 | For more information on this, and how to apply and follow the GNU GPL, see | 709 | For 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 | ||
| 712 | The GNU General Public License does not permit incorporating your | 712 | The GNU General Public License does not permit incorporating your |
| 713 | program into proprietary programs. If your program is a subroutine | 713 | program into proprietary programs. If your program is a subroutine |
| 714 | library, you may consider it more useful to permit linking proprietary | 714 | library, you may consider it more useful to permit linking proprietary |
| 715 | applications with the library. If this is what you want to do, use | 715 | applications with the library. If this is what you want to do, use |
| 716 | the GNU Lesser General Public License instead of this License. But | 716 | the GNU Lesser General Public License instead of this License. But |
| 717 | first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. | 717 | first, 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 | |||
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also 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, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For 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 |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public 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>. |