]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
*wargl*
[devedit.git] / devedit.pl
index 7ad34c0f3bf01f01ee51c7755e702190ce535ff8..87afee436416af3105f43bf3cbb3c3dda7edf663 100644 (file)
@@ -1,13 +1,21 @@
 #!C:/Programme/Perl/bin/perl.exe -w
 
 #
-# Dev-Editor 3.0.1
+# Dev-Editor 3.1
 #
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2006-08-24
 #
+# Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann
+# Copyright (C) 2003-2009 Patrick Canterino
+# All Rights Reserved.
+#
+# This file can be distributed and/or modified under the terms of
+# of the Artistic License 1.0 (see also the LICENSE file found at
+# the top level of the Dev-Editor distribution).
+#
 
 use strict;
 use CGI::Carp qw(fatalsToBrowser);
@@ -22,7 +30,7 @@ use Command;
 use Output;
 use Tool;
 
-$VERSION = '3.0.1';
+$VERSION = '3.1';
 
 # Path to configuration file
 # Change if necessary!

patrick-canterino.de