summaryrefslogtreecommitdiffstats
path: root/tools/pylint
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2013-03-13 16:51:20 +0100
committerJan Synacek <jsynacek@redhat.com>2013-03-13 16:51:20 +0100
commite34b7108248ee50c3effbd76bdb030aec69a8adb (patch)
tree27348ed0e0f2168120791cb02939d0b17133ffb3 /tools/pylint
parent25a2e6e768a12d9506c20011c3e19f57fb3a7846 (diff)
downloadopenlmi-providers-e34b7108248ee50c3effbd76bdb030aec69a8adb.tar.gz
openlmi-providers-e34b7108248ee50c3effbd76bdb030aec69a8adb.tar.xz
openlmi-providers-e34b7108248ee50c3effbd76bdb030aec69a8adb.zip
Happy New Year! (better later than never)
Diffstat (limited to 'tools/pylint')
-rw-r--r--tools/pylint/plugins/__init__.py2
-rw-r--r--tools/pylint/plugins/allow_cmpi_logging.py2
-rw-r--r--tools/pylint/plugins/cim_provider_checker.py2
-rw-r--r--tools/pylint/plugins/unittest_checker.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/pylint/plugins/__init__.py b/tools/pylint/plugins/__init__.py
index 2ebe827..6ff965f 100644
--- a/tools/pylint/plugins/__init__.py
+++ b/tools/pylint/plugins/__init__.py
@@ -1,6 +1,6 @@
# Software Management Providers
#
-# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/tools/pylint/plugins/allow_cmpi_logging.py b/tools/pylint/plugins/allow_cmpi_logging.py
index 4597301..cd39edb 100644
--- a/tools/pylint/plugins/allow_cmpi_logging.py
+++ b/tools/pylint/plugins/allow_cmpi_logging.py
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
# Software Management Providers
#
-# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/tools/pylint/plugins/cim_provider_checker.py b/tools/pylint/plugins/cim_provider_checker.py
index b1b1ae9..84e51c5 100644
--- a/tools/pylint/plugins/cim_provider_checker.py
+++ b/tools/pylint/plugins/cim_provider_checker.py
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
# Software Management Providers
#
-# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/tools/pylint/plugins/unittest_checker.py b/tools/pylint/plugins/unittest_checker.py
index da9e6e7..0d8f6aa 100644
--- a/tools/pylint/plugins/unittest_checker.py
+++ b/tools/pylint/plugins/unittest_checker.py
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
-# Copyright (C) 2012 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public