summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-16 16:29:07 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-16 16:29:07 +0100
commitbceaab385f8a6dc1b79de36b81e2fdae33a39a73 (patch)
tree31626fe5d84933bb0e5c69ff8086266d341243c0 /tools
parent97d3041f1e38dfcc931d0e495c0e1c66497cf09c (diff)
downloadopenlmi-providers-bceaab385f8a6dc1b79de36b81e2fdae33a39a73.tar.gz
openlmi-providers-bceaab385f8a6dc1b79de36b81e2fdae33a39a73.tar.xz
openlmi-providers-bceaab385f8a6dc1b79de36b81e2fdae33a39a73.zip
Updated copyright years
Updated copyright years to include new year 2014.
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/cql.py2
-rw-r--r--tools/gendoc/doc/conf.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
11 files changed, 11 insertions, 11 deletions
diff --git a/tools/cim2dot.py b/tools/cim2dot.py
index e185f8f..a1a30d6 100755
--- a/tools/cim2dot.py
+++ b/tools/cim2dot.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 d39e7e9..e576167 100755
--- a/tools/cim2uml.py
+++ b/tools/cim2uml.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 862415d..9551674 100755
--- a/tools/class2dot.py
+++ b/tools/class2dot.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 6222c5a..5756122 100755
--- a/tools/class2html.py
+++ b/tools/class2html.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 d4f92fc..a547aae 100755
--- a/tools/cql.py
+++ b/tools/cql.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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/gendoc/doc/conf.py b/tools/gendoc/doc/conf.py
index 331d8a6..93e1be2 100644
--- a/tools/gendoc/doc/conf.py
+++ b/tools/gendoc/doc/conf.py
@@ -253,7 +253,7 @@ texinfo_documents = [
epub_title = u'OpenLMI'
epub_author = u'OpenLMI authors'
epub_publisher = u'OpenLMI authors'
-epub_copyright = u'2013, OpenLMI authors'
+epub_copyright = u'2013-2014, OpenLMI authors'
# The language of the text. It defaults to the language option
# or en if the language is not set.
diff --git a/tools/mof2wiki.sh b/tools/mof2wiki.sh
index 3e9fcfa..e908790 100755
--- a/tools/mof2wiki.sh
+++ b/tools/mof2wiki.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 6ff965f..9d2a63e 100644
--- a/tools/pylint/plugins/__init__.py
+++ b/tools/pylint/plugins/__init__.py
@@ -1,6 +1,6 @@
# Software Management Providers
#
-# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 560d6ea..36813cd 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-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 84e51c5..a14d045 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-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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 4cb1acd..e54795f 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-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2012-2014 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