diff options
author | Werner Koch <[email protected]> | 2016-11-16 12:27:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-16 12:27:00 +0000 |
commit | 7f5f26fd66e60e60de875c70b1f93f60c0438780 (patch) | |
tree | 198c1edb66e1c5b2a132635070d96bf81a65b381 /src | |
parent | core: Do not leak the override session key to ps(1). (diff) | |
download | gpgme-7f5f26fd66e60e60de875c70b1f93f60c0438780.tar.gz gpgme-7f5f26fd66e60e60de875c70b1f93f60c0438780.zip |
doc: Replace http: by https: in core source files.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/argparse.c | 4 | ||||
-rw-r--r-- | src/argparse.h | 2 | ||||
-rw-r--r-- | src/b64dec.c | 2 | ||||
-rw-r--r-- | src/context.h | 2 | ||||
-rw-r--r-- | src/data-identify.c | 2 | ||||
-rw-r--r-- | src/dirinfo.c | 2 | ||||
-rw-r--r-- | src/engine-assuan.c | 2 | ||||
-rw-r--r-- | src/engine-backend.h | 2 | ||||
-rw-r--r-- | src/engine-gpg.c | 2 | ||||
-rw-r--r-- | src/engine-gpgconf.c | 2 | ||||
-rw-r--r-- | src/engine-spawn.c | 2 | ||||
-rw-r--r-- | src/engine.c | 2 | ||||
-rw-r--r-- | src/export.c | 2 | ||||
-rw-r--r-- | src/genkey.c | 2 | ||||
-rw-r--r-- | src/getauditlog.c | 2 | ||||
-rw-r--r-- | src/gpgme-tool.c | 2 | ||||
-rw-r--r-- | src/gpgme-w32spawn.c | 2 | ||||
-rw-r--r-- | src/gpgme.c | 2 | ||||
-rw-r--r-- | src/keylist.c | 2 | ||||
-rw-r--r-- | src/keysign.c | 2 | ||||
-rw-r--r-- | src/mbox-util.c | 2 | ||||
-rw-r--r-- | src/mbox-util.h | 2 | ||||
-rw-r--r-- | src/op-support.c | 2 | ||||
-rw-r--r-- | src/opassuan.c | 2 | ||||
-rw-r--r-- | src/parsetlv.c | 2 | ||||
-rw-r--r-- | src/parsetlv.h | 2 | ||||
-rw-r--r-- | src/passwd.c | 2 | ||||
-rw-r--r-- | src/posix-io.c | 2 | ||||
-rw-r--r-- | src/queryswdb.c | 2 | ||||
-rw-r--r-- | src/sys-util.h | 2 | ||||
-rw-r--r-- | src/tofupolicy.c | 2 | ||||
-rw-r--r-- | src/ttyname_r.c | 2 | ||||
-rw-r--r-- | src/w32-ce.c | 2 | ||||
-rw-r--r-- | src/w32-util.c | 2 |
35 files changed, 36 insertions, 36 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 71f2b3af..ce6f1d4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,7 @@ # Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this program; if not, see <http://www.gnu.org/licenses/>. +# License along with this program; if not, see <https://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in diff --git a/src/argparse.c b/src/argparse.c index 003334f9..758173f8 100644 --- a/src/argparse.c +++ b/src/argparse.c @@ -26,7 +26,7 @@ * * You should have received a copies of the GNU General Public License * and the GNU Lesser General Public License along with this program; - * if not, see <http://www.gnu.org/licenses/>. + * if not, see <https://www.gnu.org/licenses/>. */ /* This file may be used as part of GnuPG or standalone. A GnuPG @@ -1518,7 +1518,7 @@ ARGPARSE_STR2(ARGPARSE_GPL_VERSION) "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" "GNU General Public License for more details.\n\n" "You should have received a copy of the GNU General Public License\n" -"along with this software. If not, see <http://www.gnu.org/licenses/>.\n"; +"along with this software. If not, see <https://www.gnu.org/licenses/>.\n"; break; case 40: /* short and long usage */ case 41: p = ""; break; diff --git a/src/argparse.h b/src/argparse.h index 10b838fe..81e881df 100644 --- a/src/argparse.h +++ b/src/argparse.h @@ -25,7 +25,7 @@ * * You should have received a copies of the GNU General Public License * and the GNU Lesser General Public License along with this program; - * if not, see <http://www.gnu.org/licenses/>. + * if not, see <https://www.gnu.org/licenses/>. */ #ifndef GNUPG_COMMON_ARGPARSE_H diff --git a/src/b64dec.c b/src/b64dec.c index 9a7efca1..c824786c 100644 --- a/src/b64dec.c +++ b/src/b64dec.c @@ -15,7 +15,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/src/context.h b/src/context.h index d915b994..1a8698c3 100644 --- a/src/context.h +++ b/src/context.h @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef CONTEXT_H diff --git a/src/data-identify.c b/src/data-identify.c index 615a4f3a..857d06c1 100644 --- a/src/data-identify.c +++ b/src/data-identify.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/dirinfo.c b/src/dirinfo.c index b24a8a0f..a0cbc03e 100644 --- a/src/dirinfo.c +++ b/src/dirinfo.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/engine-assuan.c b/src/engine-assuan.c index 4c7fe281..3e3b89f6 100644 --- a/src/engine-assuan.c +++ b/src/engine-assuan.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ /* diff --git a/src/engine-backend.h b/src/engine-backend.h index cfc624d4..a8457afd 100644 --- a/src/engine-backend.h +++ b/src/engine-backend.h @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef ENGINE_BACKEND_H diff --git a/src/engine-gpg.c b/src/engine-gpg.c index 7afeb5ce..3ddaa07f 100644 --- a/src/engine-gpg.c +++ b/src/engine-gpg.c @@ -16,7 +16,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/engine-gpgconf.c b/src/engine-gpgconf.c index 25c798e6..2ea86738 100644 --- a/src/engine-gpgconf.c +++ b/src/engine-gpgconf.c @@ -16,7 +16,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/engine-spawn.c b/src/engine-spawn.c index d2c7dd62..1cd4421e 100644 --- a/src/engine-spawn.c +++ b/src/engine-spawn.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/engine.c b/src/engine.c index d542b25c..75d9ff7b 100644 --- a/src/engine.c +++ b/src/engine.c @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/export.c b/src/export.c index 41a9ebaf..cd94050d 100644 --- a/src/export.c +++ b/src/export.c @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/genkey.c b/src/genkey.c index 9dcf0be8..ea3f1ea4 100644 --- a/src/genkey.c +++ b/src/genkey.c @@ -15,7 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/getauditlog.c b/src/getauditlog.c index e2ba25e7..dbaf260e 100644 --- a/src/getauditlog.c +++ b/src/getauditlog.c @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/gpgme-tool.c b/src/gpgme-tool.c index fb158f13..3e2dc785 100644 --- a/src/gpgme-tool.c +++ b/src/gpgme-tool.c @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/gpgme-w32spawn.c b/src/gpgme-w32spawn.c index b510ba3a..003b9b03 100644 --- a/src/gpgme-w32spawn.c +++ b/src/gpgme-w32spawn.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ diff --git a/src/gpgme.c b/src/gpgme.c index 1a10fd91..cf767c72 100644 --- a/src/gpgme.c +++ b/src/gpgme.c @@ -16,7 +16,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/keylist.c b/src/keylist.c index 6e22e167..2ce08462 100644 --- a/src/keylist.c +++ b/src/keylist.c @@ -16,7 +16,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/keysign.c b/src/keysign.c index 7d08c11e..c2fcabb5 100644 --- a/src/keysign.c +++ b/src/keysign.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/mbox-util.c b/src/mbox-util.c index 81e929bd..0dafc2a2 100644 --- a/src/mbox-util.c +++ b/src/mbox-util.c @@ -15,7 +15,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/>. */ /* NB: This code has been taken from GnuPG. Please keep it in sync diff --git a/src/mbox-util.h b/src/mbox-util.h index c5747b62..8be1343a 100644 --- a/src/mbox-util.h +++ b/src/mbox-util.h @@ -14,7 +14,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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_COMMON_MBOX_UTIL_H #define GNUPG_COMMON_MBOX_UTIL_H diff --git a/src/op-support.c b/src/op-support.c index 9f10cd32..d9217ecd 100644 --- a/src/op-support.c +++ b/src/op-support.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/opassuan.c b/src/opassuan.c index e58240c7..2bbaacd8 100644 --- a/src/opassuan.c +++ b/src/opassuan.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/parsetlv.c b/src/parsetlv.c index 70c95189..b311a73f 100644 --- a/src/parsetlv.c +++ b/src/parsetlv.c @@ -12,7 +12,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/src/parsetlv.h b/src/parsetlv.h index 153073c1..bea03d4d 100644 --- a/src/parsetlv.h +++ b/src/parsetlv.h @@ -12,7 +12,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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 PARSETLV_H diff --git a/src/passwd.c b/src/passwd.c index c34f3577..5bd67a52 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/posix-io.c b/src/posix-io.c index c903072c..5296f5fc 100644 --- a/src/posix-io.c +++ b/src/posix-io.c @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/queryswdb.c b/src/queryswdb.c index ce50b1e8..698a419b 100644 --- a/src/queryswdb.c +++ b/src/queryswdb.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/sys-util.h b/src/sys-util.h index 541c5575..094399c4 100644 --- a/src/sys-util.h +++ b/src/sys-util.h @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifndef SYS_UTIL_H diff --git a/src/tofupolicy.c b/src/tofupolicy.c index 799779e5..460e3ba8 100644 --- a/src/tofupolicy.c +++ b/src/tofupolicy.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/ttyname_r.c b/src/ttyname_r.c index eed28bd7..7aed79e8 100644 --- a/src/ttyname_r.c +++ b/src/ttyname_r.c @@ -14,7 +14,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #if HAVE_CONFIG_H diff --git a/src/w32-ce.c b/src/w32-ce.c index e42f053c..e326bfef 100644 --- a/src/w32-ce.c +++ b/src/w32-ce.c @@ -15,7 +15,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with this program; if not, see <http://www.gnu.org/licenses/>. + License along with this program; if not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/w32-util.c b/src/w32-util.c index 0dc12881..ad36c9ac 100644 --- a/src/w32-util.c +++ b/src/w32-util.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see <http://www.gnu.org/licenses/>. + * License along with this program; if not, see <https://www.gnu.org/licenses/>. **/ #ifdef HAVE_CONFIG_H |