]> www.vanbest.org Git - tv_grab_nl_java/commitdiff
Updated copyright date
authorJan-Pascal van Best <janpascal@vanbest.org>
Thu, 2 Jan 2014 20:49:24 +0000 (21:49 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Thu, 2 Jan 2014 20:49:24 +0000 (21:49 +0100)
README
src/main/java/org/vanbest/xmltv/Main.java

diff --git a/README b/README
index 17236dd8406426a31f95883f40d9ff81ccb9abe6..aa130a2033fa19e9ecb73bea2b81015a63118e45 100644 (file)
--- a/README
+++ b/README
@@ -159,7 +159,7 @@ Het adres van de git repository is git://github.com/janpascal/tv_grab_nl_java.gi
 
 License
 -------
-Copyright (c) 2012-2013 Jan-Pascal van Best <janpascal@vanbest.org>
+Copyright (c) 2012-2014 Jan-Pascal van Best <janpascal@vanbest.org>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -175,5 +175,5 @@ The full license text can be found in the LICENSE file.
 
 Laatste aanpassing
 ------------------
-2013-12-24 (versie 1.5.1)
+2014-01-02 (versie 1.5.2)
 
index 908f6e9a10355d11872c2cbbe4e9275282182173..39b6adee315922b89bfae1d886ee18bf37a98874 100644 (file)
@@ -1,7 +1,7 @@
 package org.vanbest.xmltv;
 
 /*
- Copyright (c) 2012,2013 Jan-Pascal van Best <janpascal@vanbest.org>
+ Copyright (c) 2012,2013,2014 Jan-Pascal van Best <janpascal@vanbest.org>
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -74,7 +74,7 @@ public class Main {
        public void showHeader() {
                logger.info("tv_grab_nl_java version " + config.project_version
                                + " (built " + config.build_time + ")");
-               logger.info("Copyright (C) 2012 Jan-Pascal van Best <janpascal@vanbest.org>");
+               logger.info("Copyright (C) 2012-2014 Jan-Pascal van Best <janpascal@vanbest.org>");
                logger.info("tv_grab_nl_java comes with ABSOLUTELY NO WARRANTY. It is free software, and you are welcome to redistribute it");
                logger.info("under certain conditions; `tv_grab_nl_java --license' for details.");
        }
@@ -316,7 +316,7 @@ public class Main {
                }
        }
 
-       static String copyright = "Copyright (c) 2012 Jan-Pascal van Best <janpascal@vanbest.org>"
+       static String copyright = "Copyright (c) 2012-2014 Jan-Pascal van Best <janpascal@vanbest.org>"
                        + System.getProperty("line.separator")
                        + ""
                        + System.getProperty("line.separator")