[Pkg-wmaker-commits] [wmforecast] 06/10: wmforecast.c: Use PACKAGE_STRING for --version; update to reflect GNU coding standards (http://www.gnu.org/prep/standards/html_node/_002d_002dversion.html).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:20:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmforecast.

commit b3d7ec564022925e62b6e491aa8db45ebdfbd39e
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Oct 29 12:42:15 2014 -0500

    wmforecast.c: Use PACKAGE_STRING for --version; update to reflect GNU coding
    standards (http://www.gnu.org/prep/standards/html_node/_002d_002dversion.html).
---
 wmforecast.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/wmforecast.c b/wmforecast.c
index 31d7806..4331665 100755
--- a/wmforecast.c
+++ b/wmforecast.c
@@ -609,13 +609,12 @@ Preferences *setPreferences(int argc, char **argv)
 			break;
 
 		case 'v':
-			printf("wmforecast %s\n\n"
-			       "Copyright (C) 2014 Doug Torrance\n"
+			printf("%s\n"
+			       "Copyright © 2014 Doug Torrance\n"
 			       "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
 			       "This is free software: you are free to change and redistribute it.\n"
-			       "There is NO WARRANTY, to the extent permitted by law.\n\n"
-			       "Written by Doug Torrance\n"
-			       , VERSION);
+			       "There is NO WARRANTY, to the extent permitted by law.\n"
+			       , PACKAGE_STRING);
 			exit(0);
 
 		case 'h':

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list