From 26171e97b40a4a5e9fdd2a663e27e05f6d8a86c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Hern=C3=A1ndez-Novich?= Date: Mon, 9 Jun 2008 15:06:05 +0000 Subject: [PATCH] Added missing copyright notice to utility scripts. --- sbin/migrateCollabToGallery.pl | 9 +++++++++ sbin/migrateFolderToGallery.pl | 9 +++++++++ sbin/purgeWGAccess.pl | 10 ++++++++++ 3 files changed, 28 insertions(+) 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;