]> git.p6c8.net - devedit.git/commitdiff
Added a copyright note at the top of each file
authorpcanterino <>
Tue, 31 Mar 2009 17:32:25 +0000 (17:32 +0000)
committerpcanterino <>
Tue, 31 Mar 2009 17:32:25 +0000 (17:32 +0000)
devedit.pl
modules/Command.pm
modules/Config/DevEdit.pm
modules/File/Access.pm
modules/Output.pm
modules/Tool.pm

index 7ad34c0f3bf01f01ee51c7755e702190ce535ff8..f7b28180a5b3b3af757e848a57bba71a834a42e7 100644 (file)
@@ -8,6 +8,14 @@
 # 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);
index dbfea0b6e7c536cf278180cbe017a64afad10a0f..ef15a77a2ec10f4d9ebdf35ab6cc748c23a6b85f 100644 (file)
@@ -8,6 +8,14 @@ package Command;
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2009-03-31
 #
+# 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;
 
index 8d9d50398f6eb7d19a388e25c66ea984edb608d1..b4cb963f17bbf090ea4c1049ff2ea9b57cca223e 100644 (file)
@@ -8,6 +8,14 @@ package Config::DevEdit;
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2005-09-30
 #
+# 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;
 
index 248eb35ee852473a87b8286058e8a7f687794568..a96dd093c3b453c33f0ae66efe01ffdb47479dbc 100644 (file)
@@ -9,6 +9,14 @@ package File::Access;
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2005-08-01
 #
+# 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;
 
index cd4e53eaeda032a001e01c18863ed62d6f9c20cb..bf38904eefcd16f4da57c36970d32bb29fb0485d 100644 (file)
@@ -8,6 +8,14 @@ package Output;
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2005-04-22
 #
+# 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;
 
index 1cd2456f54fa8750bf688760f80bed00c3f776b6..b143dcba0eca4c3e380672c98274ec81b17d570b 100644 (file)
@@ -8,6 +8,14 @@ package Tool;
 # Author:        Patrick Canterino <patrick@patshaping.de>
 # Last modified: 2008-04-25
 #
+# 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;
 

patrick-canterino.de