summaryrefslogtreecommitdiffstats
path: root/manager
diff options
context:
space:
mode:
authorjesus m. rodriguez <jesusr@redhat.com>2009-09-17 14:26:50 -0400
committerjesus m. rodriguez <jesusr@redhat.com>2009-09-17 14:26:50 -0400
commit85038ef7d3792b9ba02a83e8777607d6f19a42b1 (patch)
tree69ba0cb81707a68d7d0112d80fb9b1e091a5f9fb /manager
parent6688665eaa9f2d3a4e1e0eacf5b13c201a37ff3f (diff)
downloadcandlepin-85038ef7d3792b9ba02a83e8777607d6f19a42b1.tar.gz
candlepin-85038ef7d3792b9ba02a83e8777607d6f19a42b1.tar.xz
candlepin-85038ef7d3792b9ba02a83e8777607d6f19a42b1.zip
fix checkstyle
Diffstat (limited to 'manager')
-rwxr-xr-xmanager/bin/candlepin2
-rw-r--r--manager/lib/candlepin/manager/__init__.py2
-rw-r--r--manager/lib/candlepin/manager/gather.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/manager/bin/candlepin b/manager/bin/candlepin
index f70dc39..e82578c 100755
--- a/manager/bin/candlepin
+++ b/manager/bin/candlepin
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (c) 2008,2009 Red Hat, Inc.
+# Copyright (c) 2009,2009 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public License,
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
diff --git a/manager/lib/candlepin/manager/__init__.py b/manager/lib/candlepin/manager/__init__.py
index 781eac4..89a6ae5 100644
--- a/manager/lib/candlepin/manager/__init__.py
+++ b/manager/lib/candlepin/manager/__init__.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2008 Red Hat, Inc.
+# Copyright (c) 2009 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public License,
# version 2 (GPLv2). There is NO WARRANTY for this software, express or
diff --git a/manager/lib/candlepin/manager/gather.py b/manager/lib/candlepin/manager/gather.py
index 04a5bd9..4f7f36a 100644
--- a/manager/lib/candlepin/manager/gather.py
+++ b/manager/lib/candlepin/manager/gather.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2008 Red Hat, Inc.
+# Copyright (c) 2009 Red Hat, Inc.
#
# This software is licensed to you under the GNU General Public License,
# version 2 (GPLv2). There is NO WARRANTY for this software, express or