summaryrefslogtreecommitdiff
path: root/scripts/VyattaMisc.pm
diff options
context:
space:
mode:
authorrbalocca <rbalocca@vyatta.com>2008-03-10 14:14:48 -0700
committerrbalocca <rbalocca@vyatta.com>2008-03-10 14:14:48 -0700
commita650defe75b160a78aec3e1837cfa1e5a994ff3a (patch)
tree968d6cadc7cd1581d6668ab63d7ea1b9fd5acc66 /scripts/VyattaMisc.pm
parent8ecb76bcc66680970c75c13a6f199ec94cffc7b3 (diff)
downloadvyatta-cfg-a650defe75b160a78aec3e1837cfa1e5a994ff3a.tar.gz
vyatta-cfg-a650defe75b160a78aec3e1837cfa1e5a994ff3a.zip
Add GPLv2 to additional Vyatta created scripts
Diffstat (limited to 'scripts/VyattaMisc.pm')
-rwxr-xr-xscripts/VyattaMisc.pm21
1 files changed, 6 insertions, 15 deletions
diff --git a/scripts/VyattaMisc.pm b/scripts/VyattaMisc.pm
index a2dd0f2..e6bd9ff 100755
--- a/scripts/VyattaMisc.pm
+++ b/scripts/VyattaMisc.pm
@@ -2,6 +2,10 @@
# Module: VyattaMisc.pm
#
+# Author: Marat <marat@vyatta.com>
+# Date: 2007
+# Description: Implements miscellaneous commands
+
# **** License ****
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -11,24 +15,11 @@
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
-#
-# A copy of the GNU General Public License is available as
-# `/usr/share/common-licenses/GPL' in the Debian GNU/Linux distribution
-# or on the World Wide Web at `http://www.gnu.org/copyleft/gpl.html'.
-# You can also obtain it by writing to the Free Software Foundation,
-# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-# MA 02110-1301, USA.
-#
+#
# This code was originally developed by Vyatta, Inc.
-# Portions created by Vyatta are Copyright (C) 2005, 2006, 2007 Vyatta, Inc.
+# Portions created by Vyatta are Copyright (C) 2006, 2007, 2008 Vyatta, Inc.
# All Rights Reserved.
-#
-# Author: Marat
-# Date: 2007
-# Description: Implements miscellaneous commands
-#
# **** End License ****
-#
package VyattaMisc;
require Exporter;