diff options
author | Werner Koch <wk@gnupg.org> | 2016-11-05 12:02:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-11-05 12:02:19 +0100 |
commit | 4d7dc432b598d7d28d6caba78a94d12034134b96 (patch) | |
tree | b11c90d7ec0814cc55f4fdcec13a9abb850f3269 /sm | |
parent | indent: Move comments inside the block. (diff) | |
download | gnupg2-4d7dc432b598d7d28d6caba78a94d12034134b96.tar.xz gnupg2-4d7dc432b598d7d28d6caba78a94d12034134b96.zip |
Change all http://www.gnu.org in license notices to https://
--
Diffstat (limited to 'sm')
-rw-r--r-- | sm/Makefile.am | 2 | ||||
-rw-r--r-- | sm/base64.c | 2 | ||||
-rw-r--r-- | sm/call-agent.c | 2 | ||||
-rw-r--r-- | sm/call-dirmngr.c | 2 | ||||
-rw-r--r-- | sm/certchain.c | 2 | ||||
-rw-r--r-- | sm/certcheck.c | 2 | ||||
-rw-r--r-- | sm/certdump.c | 2 | ||||
-rw-r--r-- | sm/certlist.c | 2 | ||||
-rw-r--r-- | sm/certreqgen-ui.c | 2 | ||||
-rw-r--r-- | sm/certreqgen.c | 2 | ||||
-rw-r--r-- | sm/decrypt.c | 2 | ||||
-rw-r--r-- | sm/delete.c | 2 | ||||
-rw-r--r-- | sm/encrypt.c | 2 | ||||
-rw-r--r-- | sm/export.c | 2 | ||||
-rw-r--r-- | sm/fingerprint.c | 2 | ||||
-rw-r--r-- | sm/gpgsm.c | 2 | ||||
-rw-r--r-- | sm/gpgsm.h | 2 | ||||
-rw-r--r-- | sm/import.c | 2 | ||||
-rw-r--r-- | sm/keydb.c | 2 | ||||
-rw-r--r-- | sm/keydb.h | 2 | ||||
-rw-r--r-- | sm/keylist.c | 2 | ||||
-rw-r--r-- | sm/minip12.c | 2 | ||||
-rw-r--r-- | sm/minip12.h | 2 | ||||
-rw-r--r-- | sm/misc.c | 2 | ||||
-rw-r--r-- | sm/passphrase.c | 2 | ||||
-rw-r--r-- | sm/passphrase.h | 2 | ||||
-rw-r--r-- | sm/qualified.c | 2 | ||||
-rw-r--r-- | sm/server.c | 2 | ||||
-rw-r--r-- | sm/sign.c | 2 | ||||
-rw-r--r-- | sm/verify.c | 2 |
30 files changed, 30 insertions, 30 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 11f86e9a4..a9c67a89a 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see <http://www.gnu.org/licenses/>. +# along with this program; if not, see <https://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in diff --git a/sm/base64.c b/sm/base64.c index 43781ab31..f3c7def2c 100644 --- a/sm/base64.c +++ b/sm/base64.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/call-agent.c b/sm/call-agent.c index c9a210fa5..6dbaba534 100644 --- a/sm/call-agent.c +++ b/sm/call-agent.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/call-dirmngr.c b/sm/call-dirmngr.c index 6d7053c54..ea1bb5f28 100644 --- a/sm/call-dirmngr.c +++ b/sm/call-dirmngr.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/certchain.c b/sm/certchain.c index b884d3d49..feefbb7f8 100644 --- a/sm/certchain.c +++ b/sm/certchain.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/certcheck.c b/sm/certcheck.c index 904556f5c..04b391717 100644 --- a/sm/certcheck.c +++ b/sm/certcheck.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/certdump.c b/sm/certdump.c index 0cc492af4..e47251ef2 100644 --- a/sm/certdump.c +++ b/sm/certdump.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/certlist.c b/sm/certlist.c index 9adcabf23..616f4f1a7 100644 --- a/sm/certlist.c +++ b/sm/certlist.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/certreqgen-ui.c b/sm/certreqgen-ui.c index 3ccd048c7..ece8668f6 100644 --- a/sm/certreqgen-ui.c +++ b/sm/certreqgen-ui.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/certreqgen.c b/sm/certreqgen.c index 4d5027005..9b4ffc92a 100644 --- a/sm/certreqgen.c +++ b/sm/certreqgen.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ /* diff --git a/sm/decrypt.c b/sm/decrypt.c index a56027288..3cee54b31 100644 --- a/sm/decrypt.c +++ b/sm/decrypt.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/delete.c b/sm/delete.c index bafe60122..e8638c34f 100644 --- a/sm/delete.c +++ b/sm/delete.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/encrypt.c b/sm/encrypt.c index c677a429d..8555f4acd 100644 --- a/sm/encrypt.c +++ b/sm/encrypt.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/export.c b/sm/export.c index d3dc9b98a..131794599 100644 --- a/sm/export.c +++ b/sm/export.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/fingerprint.c b/sm/fingerprint.c index 8d2b800ae..d8e840592 100644 --- a/sm/fingerprint.c +++ b/sm/fingerprint.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 6e12b7da9..6c9d85c44 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 9751df4bb..88db67070 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef GPGSM_H diff --git a/sm/import.c b/sm/import.c index b2ad83914..2011fb51a 100644 --- a/sm/import.c +++ b/sm/import.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/keydb.c b/sm/keydb.c index 8a1efd454..02ca5ad5d 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/keydb.h b/sm/keydb.h index 3c0f2d6ee..5713fde30 100644 --- a/sm/keydb.h +++ b/sm/keydb.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef GNUPG_KEYDB_H diff --git a/sm/keylist.c b/sm/keylist.c index 0d975c352..c4d475ce5 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/minip12.c b/sm/minip12.c index 0e94753f8..f066892a0 100644 --- a/sm/minip12.c +++ b/sm/minip12.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H diff --git a/sm/minip12.h b/sm/minip12.h index 7a1950fb0..39a81939d 100644 --- a/sm/minip12.h +++ b/sm/minip12.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef MINIP12_H @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/passphrase.c b/sm/passphrase.c index 6ad2b0a20..09eac07dc 100644 --- a/sm/passphrase.c +++ b/sm/passphrase.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/passphrase.h b/sm/passphrase.h index 3401a0b0c..c69f4d9b1 100644 --- a/sm/passphrase.h +++ b/sm/passphrase.h @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef GPGSM_PASSPHRASE_H diff --git a/sm/qualified.c b/sm/qualified.c index bae03a4c3..61b071cbc 100644 --- a/sm/qualified.c +++ b/sm/qualified.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/server.c b/sm/server.c index b4fcb43c0..d6a2dbbdd 100644 --- a/sm/server.c +++ b/sm/server.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/sm/verify.c b/sm/verify.c index 73e0ab4b7..4df1cc0c6 100644 --- a/sm/verify.c +++ b/sm/verify.c @@ -15,7 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, see <http://www.gnu.org/licenses/>. + * along with this program; if not, see <https://www.gnu.org/licenses/>. */ #include <config.h> |