From: pcanterino <> Date: Tue, 31 Mar 2009 17:32:25 +0000 (+0000) Subject: Added a copyright note at the top of each file X-Git-Tag: version_3_1~18 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/10768ccbca008a7771d70ff763971abacaa7a877 Added a copyright note at the top of each file --- diff --git a/devedit.pl b/devedit.pl index 7ad34c0..f7b2818 100644 --- a/devedit.pl +++ b/devedit.pl @@ -8,6 +8,14 @@ # Author: Patrick Canterino # 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); diff --git a/modules/Command.pm b/modules/Command.pm index dbfea0b..ef15a77 100644 --- a/modules/Command.pm +++ b/modules/Command.pm @@ -8,6 +8,14 @@ package Command; # Author: Patrick Canterino # 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; diff --git a/modules/Config/DevEdit.pm b/modules/Config/DevEdit.pm index 8d9d503..b4cb963 100644 --- a/modules/Config/DevEdit.pm +++ b/modules/Config/DevEdit.pm @@ -8,6 +8,14 @@ package Config::DevEdit; # Author: Patrick Canterino # 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; diff --git a/modules/File/Access.pm b/modules/File/Access.pm index 248eb35..a96dd09 100644 --- a/modules/File/Access.pm +++ b/modules/File/Access.pm @@ -9,6 +9,14 @@ package File::Access; # Author: Patrick Canterino # 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; diff --git a/modules/Output.pm b/modules/Output.pm index cd4e53e..bf38904 100644 --- a/modules/Output.pm +++ b/modules/Output.pm @@ -8,6 +8,14 @@ package Output; # Author: Patrick Canterino # 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; diff --git a/modules/Tool.pm b/modules/Tool.pm index 1cd2456..b143dcb 100644 --- a/modules/Tool.pm +++ b/modules/Tool.pm @@ -8,6 +8,14 @@ package Tool; # Author: Patrick Canterino # 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;