diff --git a/sbin/migrateCollabToGallery.pl b/sbin/migrateCollabToGallery.pl index 163a31e37..2f6acd8f2 100644 --- a/sbin/migrateCollabToGallery.pl +++ b/sbin/migrateCollabToGallery.pl @@ -1,3 +1,12 @@ +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2008 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- use lib "../lib"; use strict; diff --git a/sbin/migrateFolderToGallery.pl b/sbin/migrateFolderToGallery.pl index 8fd65d254..f550aecaf 100644 --- a/sbin/migrateFolderToGallery.pl +++ b/sbin/migrateFolderToGallery.pl @@ -1,3 +1,12 @@ +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2008 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- use lib "../lib"; use strict; diff --git a/sbin/purgeWGAccess.pl b/sbin/purgeWGAccess.pl index 2c5cda3c6..6eeb9e512 100644 --- a/sbin/purgeWGAccess.pl +++ b/sbin/purgeWGAccess.pl @@ -1,3 +1,13 @@ +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2008 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- + use lib "../lib"; use strict; use Getopt::Long;