Skip to content

Commit 4d7dc43

Browse files
committed
Change all http://www.gnu.org in license notices to https://
--
1 parent 2312a7f commit 4d7dc43

File tree

453 files changed

+461
-461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

453 files changed

+461
-461
lines changed

COPYING

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GNU GENERAL PUBLIC LICENSE
33
Version 3, 29 June 2007
44

5-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -77,7 +77,7 @@ modification follow.
7777

7878
"Copyright" also means copyright-like laws that apply to other kinds of
7979
works, such as semiconductor masks.
80-
80+
8181
"The Program" refers to any copyrightable work licensed under this
8282
License. Each licensee is addressed as "you". "Licensees" and
8383
"recipients" may be individuals or organizations.
@@ -510,7 +510,7 @@ actual knowledge that, but for the patent license, your conveying the
510510
covered work in a country, or your recipient's use of the covered work
511511
in a country, would infringe one or more identifiable patents in that
512512
country that you have reason to believe are valid.
513-
513+
514514
If, pursuant to or in connection with a single transaction or
515515
arrangement, you convey, or propagate by procuring conveyance of, a
516516
covered work, and grant a patent license to some of the parties
@@ -646,7 +646,7 @@ the "copyright" line and a pointer to where the full notice is found.
646646
GNU General Public License for more details.
647647

648648
You should have received a copy of the GNU General Public License
649-
along with this program. If not, see <http://www.gnu.org/licenses/>.
649+
along with this program. If not, see <https://www.gnu.org/licenses/>.
650650

651651
Also add information on how to contact you by electronic and paper mail.
652652

@@ -665,12 +665,12 @@ might be different; for a GUI interface, you would use an "about box".
665665
You should also get your employer (if you work as a programmer) or school,
666666
if any, to sign a "copyright disclaimer" for the program, if necessary.
667667
For more information on this, and how to apply and follow the GNU GPL, see
668-
<http://www.gnu.org/licenses/>.
668+
<https://www.gnu.org/licenses/>.
669669

670670
The GNU General Public License does not permit incorporating your program
671671
into proprietary programs. If your program is a subroutine library, you
672672
may consider it more useful to permit linking proprietary applications with
673673
the library. If this is what you want to do, use the GNU Lesser General
674674
Public License instead of this License. But first, please read
675-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
675+
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
676676

COPYING.LIB

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GNU LESSER GENERAL PUBLIC LICENSE
44
Version 3, 29 June 2007
55

6-
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
77
Everyone is permitted to copy and distribute verbatim copies
88
of this license document, but changing it is not allowed.
99

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1818

1919
## Process this file with automake to produce Makefile.in
2020

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414
dnl GNU General Public License for more details.
1515
dnl
1616
dnl You should have received a copy of the GNU General Public License
17-
dnl along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
dnl along with this program; if not, see <https://www.gnu.org/licenses/>.
1818

1919
dnl GNUPG_CHECK_TYPEDEF(TYPE, HAVE_NAME)
2020
dnl Check whether a typedef exists and create a #define $2 if it exists

agent/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GNU General Public License for more details.
1414
#
1515
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, see <http://www.gnu.org/licenses/>.
16+
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1717

1818
## Process this file with automake to produce Makefile.in
1919

agent/agent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#ifndef AGENT_H

agent/cache.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/call-pinentry.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/call-scd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* GNU General Public License for more details.
1717
*
1818
* You should have received a copy of the GNU General Public License
19-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
19+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

2222
#include <config.h>

agent/command-ssh.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
/* Only v2 of the ssh-agent protocol is implemented. Relevant RFCs

agent/command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* GNU General Public License for more details.
1717
*
1818
* You should have received a copy of the GNU General Public License
19-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
19+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

2222
/* FIXME: we should not use the default assuan buffering but setup

agent/cvt-openpgp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/cvt-openpgp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919
#ifndef GNUPG_AGENT_CVT_OPENPGP_H
2020
#define GNUPG_AGENT_CVT_OPENPGP_H

agent/divert-scd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/findkey.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* GNU General Public License for more details.
1717
*
1818
* You should have received a copy of the GNU General Public License
19-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
19+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

2222
#include <config.h>

agent/genkey.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/gpg-agent.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/learncard.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/pkdecrypt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/pksign.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/preset-passphrase.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/protect-tool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/protect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/t-protect.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

agent/trans.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
/* To avoid any problems with the gettext implementation (there used

agent/trustlist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/w32main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

agent/w32main.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#ifndef AGENT_W32MAIN_H

am/cmacros.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1818

1919
localedir = $(datadir)/locale
2020

common/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# GNU General Public License for more details.
1515
#
1616
# You should have received a copy of the GNU General Public License
17-
# along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1818

1919
## Process this file with automake to produce Makefile.in
2020

common/agent-opt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* GNU General Public License for more details.
2525
*
2626
* You should have received a copy of the GNU General Public License
27-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
27+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2828
*/
2929

3030
#include <config.h>

common/argparse.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* You should have received a copies of the GNU General Public License
2727
* and the GNU Lesser General Public License along with this program;
28-
* if not, see <http://www.gnu.org/licenses/>.
28+
* if not, see <https://www.gnu.org/licenses/>.
2929
*/
3030

3131
#ifndef GNUPG_COMMON_ARGPARSE_H

common/asshelp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* GNU General Public License for more details.
2525
*
2626
* You should have received a copy of the GNU General Public License
27-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
27+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2828
*/
2929

3030
#include <config.h>

common/asshelp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* GNU General Public License for more details.
2525
*
2626
* You should have received a copy of the GNU General Public License
27-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
27+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2828
*/
2929

3030
#ifndef GNUPG_COMMON_ASSHELP_H

common/asshelp2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* GNU General Public License for more details.
2525
*
2626
* You should have received a copy of the GNU General Public License
27-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
27+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2828
*/
2929

3030
#include <config.h>

common/audit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#include <config.h>

common/audit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* GNU General Public License for more details.
1515
*
1616
* You should have received a copy of the GNU General Public License
17-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
17+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1818
*/
1919

2020
#ifndef GNUPG_COMMON_AUDIT_H

common/b64dec.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GNU General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Lesser General Public License
18-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
18+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

2121
#include <config.h>

common/b64enc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* GNU General Public License for more details.
1818
*
1919
* You should have received a copy of the GNU Lesser General Public License
20-
* along with this program; if not, see <http://www.gnu.org/licenses/>.
20+
* along with this program; if not, see <https://www.gnu.org/licenses/>.
2121
*/
2222

2323
#include <config.h>

0 commit comments

Comments
 (0)