[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, upstream, updated. 2.0.0-106-gb646e1d

legatvs legatvs at gmail.com
Mon Jan 5 13:36:34 UTC 2009


The following commit has been merged in the upstream branch:
commit 1086f8f8f4a5e11c7d468e5a34afb4755085174b
Author: legatvs <legatvs at gmail.com>
Date:   Thu Jan 1 13:57:05 2009 +0200

    Updated copyright notices. Added LICENSE file.

diff --git a/CHANGES b/CHANGES
index 07f1e00..e6380e4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ Version 2.1.3-dev
   * Renamed CLIVE_CONFIGDIR environment variable to CLIVE_HOME
 
  Developer-visible changes:
+  * Added LICENSE file
   * Cleaned up FreeBSD details (INSTALL)
 
 
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..8002086
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,15 @@
+clive, the non-interactive video extraction utility
+
+Copyright (c) 2007,2008,2009 Toni Gundogdu <legatvs at gmail.com>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/TODO b/TODO
index ec262d7..ec0a9a9 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-2.1.2
------
-
 Someday
 -------
 
diff --git a/clive b/clive
index 286f6aa..b58b64c 100755
--- a/clive
+++ b/clive
@@ -3,7 +3,7 @@
 ###########################################################################
 # clive, the non-interactive video extraction utility
 #
-# Copyright (c) 2007,2008 Toni Gundogdu <legatvs at gmail.com>
+# Copyright (c) 2007,2008,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,7 +1561,7 @@ sub emit {
 
 sub print_version {
     print "clive version ".VERSION."  [$^O]\n"
-        . "Copyright (c) 2007,2008 Toni Gundogdu.\n";
+        . "Copyright (c) 2007,2008,2009 Toni Gundogdu.\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