From: Jan-Pascal van Best Date: Thu, 2 Jan 2014 20:49:24 +0000 (+0100) Subject: Updated copyright date X-Git-Tag: v1.5.1~2 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=beea84f3156988161f2dbec513e1a1c5c94119e7;p=tv_grab_nl_java Updated copyright date --- diff --git a/README b/README index 17236dd..aa130a2 100644 --- 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 +Copyright (c) 2012-2014 Jan-Pascal van Best 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) diff --git a/src/main/java/org/vanbest/xmltv/Main.java b/src/main/java/org/vanbest/xmltv/Main.java index 908f6e9..39b6ade 100644 --- a/src/main/java/org/vanbest/xmltv/Main.java +++ b/src/main/java/org/vanbest/xmltv/Main.java @@ -1,7 +1,7 @@ package org.vanbest.xmltv; /* - Copyright (c) 2012,2013 Jan-Pascal van Best + Copyright (c) 2012,2013,2014 Jan-Pascal van Best 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 "); + logger.info("Copyright (C) 2012-2014 Jan-Pascal van Best "); 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 " + static String copyright = "Copyright (c) 2012-2014 Jan-Pascal van Best " + System.getProperty("line.separator") + "" + System.getProperty("line.separator")