summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@redhat.com>2008-01-29 20:41:36 -0500
committerJohn Eckersberg <jeckersb@redhat.com>2008-01-29 20:41:36 -0500
commit04e480a191174b48e1b4abbf9f297b3c8cc0e992 (patch)
treefce108eb7369101d2d21ae9a5e7ede56ba5910f7 /func
parent620171f26e281ce6d2c92073f90f661ca4352608 (diff)
downloadthird_party-func-04e480a191174b48e1b4abbf9f297b3c8cc0e992.tar.gz
third_party-func-04e480a191174b48e1b4abbf9f297b3c8cc0e992.tar.xz
third_party-func-04e480a191174b48e1b4abbf9f297b3c8cc0e992.zip
it's 2008, update copyrights
Diffstat (limited to 'func')
-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