[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-214-g6762190

legatvs legatvs at gmail.com
Wed Apr 1 14:44:36 UTC 2009


The following commit has been merged in the master branch:
commit 3d7614b6cc81f9d972bd718f7764a05ccafd29f4
Author: legatvs <legatvs at gmail.com>
Date:   Thu Jan 15 12:16:32 2009 +0200

    Tweaked --version output.

diff --git a/CHANGES b/CHANGES
index 8db504c..941fb4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Version 2.1.4
 
+ User-visible changes:
+  * Tweaked --version output
+
 
 Version 2.1.3
 (January 9, 2009)
diff --git a/clive b/clive
index 7e450fb..27b969e 100755
--- a/clive
+++ b/clive
@@ -3,7 +3,7 @@
 ###########################################################################
 # clive, the non-interactive video extraction utility
 #
-# Copyright (c) 2007, 2008, 2009 Toni Gundogdu <legatvs at gmail.com>
+# Copyright (c) 2007-2009 Toni Gundogdu <legatvs at gmail.com>
 #
 # Permission to use, copy, modify, and distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -1561,8 +1561,9 @@ sub emit {
 }
 
 sub print_version {
-    print "clive version ".VERSION."  [$^O]\n"
-        . "Copyright (c) 2007, 2008, 2009 Toni Gundogdu.\n";
+    print "clive ".VERSION.". Copyright (c) 2007-2009 Toni Gundogdu.\n"
+        . "clive is licensed under the ISC license which is functionally\n"
+        . "equivalent to the 2-clause BSD licence.\n";
     exit;
 }
 

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list