summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-03-15 13:04:03 +0100
committerJan Safranek <jsafrane@redhat.com>2013-03-15 13:04:03 +0100
commit81ffc78618c0518f2e0829a6f9c1a8f2acff6ebd (patch)
tree179c5e15b06f4d0f0234b6eaf7cb363397a55214 /tools
parentf5b610aef6dff0c51648cd5532646e35d4b8c3c1 (diff)
parente34b7108248ee50c3effbd76bdb030aec69a8adb (diff)
downloadopenlmi-providers-81ffc78618c0518f2e0829a6f9c1a8f2acff6ebd.tar.gz
openlmi-providers-81ffc78618c0518f2e0829a6f9c1a8f2acff6ebd.tar.xz
openlmi-providers-81ffc78618c0518f2e0829a6f9c1a8f2acff6ebd.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
Diffstat (limited to 'tools')
-rwxr-xr-xtools/cim2dot.py2
-rwxr-xr-xtools/cim2uml.py2
-rwxr-xr-xtools/class2dot.py2
-rwxr-xr-xtools/class2html.py2
-rwxr-xr-xtools/class2rst.py2
-rwxr-xr-xtools/class2uml.py2
-rwxr-xr-xtools/cql.py2
-rwxr-xr-xtools/mof2wiki.sh2
-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
12 files changed, 12 insertions, 12 deletions
diff --git a/tools/cim2dot.py b/tools/cim2dot.py
index bd9fc16..7d5678f 100755
--- a/tools/cim2dot.py
+++ b/tools/cim2dot.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/cim2uml.py b/tools/cim2uml.py
index fbd618c..9f3c3fb 100755
--- a/tools/cim2uml.py
+++ b/tools/cim2uml.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/class2dot.py b/tools/class2dot.py
index 4e844f2..f0e7477 100755
--- a/tools/class2dot.py
+++ b/tools/class2dot.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/class2html.py b/tools/class2html.py
index a4d8047..349e925 100755
--- a/tools/class2html.py
+++ b/tools/class2html.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/class2rst.py b/tools/class2rst.py
index b093a6a..12342f6 100755
--- a/tools/class2rst.py
+++ b/tools/class2rst.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/class2uml.py b/tools/class2uml.py
index 99e547e..e5e6ea4 100755
--- a/tools/class2uml.py
+++ b/tools/class2uml.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/cql.py b/tools/cql.py
index 180ba34..d4f92fc 100755
--- a/tools/cql.py
+++ b/tools/cql.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# 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/mof2wiki.sh b/tools/mof2wiki.sh
index d7aaf4d..3e9fcfa 100755
--- a/tools/mof2wiki.sh
+++ b/tools/mof2wiki.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# 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/__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