[Pkg-gnupg-commit] [gnupg2] 172/205: common: Print https URLs in help messages.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit 9e28617e260261de3972c20698b5a01561330e1c
Author: Werner Koch <wk at gnupg.org>
Date: Tue May 3 15:55:08 2016 +0200
common: Print https URLs in help messages.
* common/argparse.c (strusage): Print https URLS.
Signed-off-by: Werner Koch <wk at gnupg.org>
---
common/argparse.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/argparse.c b/common/argparse.c
index c69241d..00cde23 100644
--- a/common/argparse.c
+++ b/common/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://gnu.org/licenses/>.
*/
/* This file may be used as part of GnuPG or standalone. A GnuPG
@@ -1492,10 +1492,10 @@ strusage( int level )
case 10:
#if ARGPARSE_GPL_VERSION == 3
p = ("License GPLv3+: GNU GPL version 3 or later "
- "<http://gnu.org/licenses/gpl.html>");
+ "<https://gnu.org/licenses/gpl.html>");
#else
p = ("License GPLv2+: GNU GPL version 2 or later "
- "<http://gnu.org/licenses/>");
+ "<https://gnu.org/licenses/>");
#endif
break;
case 11: p = "foo"; break;
@@ -1517,7 +1517,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://gnu.org/licenses/>.\n";
break;
case 40: /* short and long usage */
case 41: p = ""; break;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list