changeset 1076:659d41090592

Fix copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Jan 2017 18:01:13 +0200
parents 7e497188e4c6
children 7cf832128e68 08900352f420
files faptool.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/faptool.php	Tue Jan 24 17:59:55 2017 +0200
+++ b/faptool.php	Tue Jan 24 18:01:13 2017 +0200
@@ -3,7 +3,7 @@
 //
 // FAPWeb - Simple Web-based Demoparty Management System
 // Special entry/preview/etc backend management commandline utility
-// (C) Copyright 2012-2017 Tecnic Software productions (TNSP)
+// (C) Copyright 2014-2017 Tecnic Software productions (TNSP)
 //
 if (!file_exists(realpath(dirname(__FILE__))."/mconfig.inc.php"))
 {
@@ -704,7 +704,7 @@
   global $argv;
   echo
     "faptool - Do stuff with FAPWeb database\n".
-    "(C) Copyright 2015 ccr/TNSP\n".
+    "(C) Copyright 2014-2017 ccr/TNSP\n".
     "\n".
     "Usage: ".$argv[0]." <command> [args]\n".
     "Where command is one of following:\n".