]> git.pond.sub.org Git - empserver/blobdiff - info/mksubj.pl
Update copyright notice.
[empserver] / info / mksubj.pl
index 72272b67249b76f4ed9b1641621ac5bfccbbb8a9..e6bdd6bd1607f99e29210b8ed50730ad00e55d84 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 #  Empire - A multi-player, client/server Internet based war game.
-#  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                           Ken Stevens, Steve McClure
 #
 #  This program is free software; you can redistribute it and/or modify
@@ -147,6 +147,6 @@ sub parse_file {
 sub error {
     my ($error) = @_;
 
-    print STDERR "info.pl:$filename:$.: $error\n";
+    print STDERR "mksubj.pl:$filename:$.: $error\n";
     exit 1;
 }