summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--func/minion/modules/netapp/common.py14
-rw-r--r--func/minion/modules/netapp/snap.py2
-rw-r--r--func/minion/modules/netapp/vol/__init__.py2
3 files changed, 16 insertions, 2 deletions
diff --git a/func/minion/modules/netapp/common.py b/func/minion/modules/netapp/common.py
index 9b31811..d2fd3f2 100644
--- a/func/minion/modules/netapp/common.py
+++ b/func/minion/modules/netapp/common.py
@@ -1,3 +1,17 @@
+##
+## NetApp Filer 'common' Module
+##
+## Copyright 2008, Red Hat, Inc
+## John Eckersberg <jeckersb@redhat.com>
+##
+## This software may be freely redistributed under the terms of the GNU
+## general public license.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+##
+
import re
import subprocess
diff --git a/func/minion/modules/netapp/snap.py b/func/minion/modules/netapp/snap.py
index be27b68..08987b1 100644
--- a/func/minion/modules/netapp/snap.py
+++ b/func/minion/modules/netapp/snap.py
@@ -1,7 +1,7 @@
##
## NetApp Filer 'snap' Module
##
-## Copyright 2007, Red Hat, Inc
+## Copyright 2008, Red Hat, Inc
## John Eckersberg <jeckersb@redhat.com>
##
## This software may be freely redistributed under the terms of the GNU
diff --git a/func/minion/modules/netapp/vol/__init__.py b/func/minion/modules/netapp/vol/__init__.py
index 84041ad..1c98980 100644
--- a/func/minion/modules/netapp/vol/__init__.py
+++ b/func/minion/modules/netapp/vol/__init__.py
@@ -1,7 +1,7 @@
##
## NetApp Filer 'Vol' Module
##
-## Copyright 2007, Red Hat, Inc
+## Copyright 2008, Red Hat, Inc
## John Eckersberg <jeckersb@redhat.com>
##
## This software may be freely redistributed under the terms of the GNU