]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
Added a copyright note at the top of each file
[devedit.git] / devedit.pl
index 39588cf65679f83b041f8b8e7b4a16ee77238aea..f7b28180a5b3b3af757e848a57bba71a834a42e7 100644 (file)
@@ -6,7 +6,15 @@
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-06-14
+# 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;
@@ -58,7 +66,6 @@ my $new_virtual  = '';
 
 if($newfile ne '' && $newfile !~ /^\s+$/)
 {
- $curdir  = upper_path($file) if($curdir eq '');
  my $path = $curdir.'/'.$newfile;
 
  # Extract file and directory name...

patrick-canterino.de