Remove the "Copyright" line from print_version()
authorFabian Keil <fk@fabiankeil.de>
Sun, 6 Jan 2013 18:14:17 +0000 (18:14 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 6 Jan 2013 18:14:17 +0000 (18:14 +0000)
When using --help, every line of screen space matters and thus
shouldn't be wasted on things the user doesn't care about.

Making me look less like a prima donna is also a plus.

tools/privoxy-regression-test.pl

index 22c9701..2d673d1 100755 (executable)
@@ -7,7 +7,7 @@
 # A regression test "framework" for Privoxy. For documentation see:
 # perldoc privoxy-regression-test.pl
 #
 # A regression test "framework" for Privoxy. For documentation see:
 # perldoc privoxy-regression-test.pl
 #
-# $Id: privoxy-regression-test.pl,v 1.81 2011/10/30 16:22:29 fabiankeil Exp $
+# $Id: privoxy-regression-test.pl,v 1.82 2012/04/29 16:18:01 fabiankeil Exp $
 #
 # Wish list:
 #
 #
 # Wish list:
 #
@@ -1598,7 +1598,7 @@ sub quote ($) {
 }
 
 sub print_version () {
 }
 
 sub print_version () {
-    printf PRT_VERSION . "\n" . 'Copyright (C) 2007-2011 Fabian Keil <fk@fabiankeil.de>' . "\n";
+    printf PRT_VERSION . "\n";
 }
 
 sub list_test_types () {
 }
 
 sub list_test_types () {