summaryrefslogtreecommitdiffstats
path: root/src/pcp
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 /src/pcp
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 'src/pcp')
-rw-r--r--src/pcp/lmi/__init__.py2
-rw-r--r--src/pcp/lmi/pcp/__init__.py4
-rw-r--r--src/pcp/lmi/pcp/__init__.skel2
-rw-r--r--src/pcp/lmi/pcp/metric.py2
-rw-r--r--src/pcp/openlmi-pcp-generate.in2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/pcp/lmi/__init__.py b/src/pcp/lmi/__init__.py
index aa4170a..ec42467 100644
--- a/src/pcp/lmi/__init__.py
+++ b/src/pcp/lmi/__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/src/pcp/lmi/pcp/__init__.py b/src/pcp/lmi/pcp/__init__.py
index 976b191..41c89d1 100644
--- a/src/pcp/lmi/pcp/__init__.py
+++ b/src/pcp/lmi/pcp/__init__.py
@@ -1,6 +1,6 @@
# PCP bridge Providers
#
-# Copyright (C) 2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-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
@@ -23,4 +23,4 @@ CIM providers for PCP metrics.
Part of OpenLMI project.
"""
-__version__ = "0.4.1"
+__version__ = "0.4.2"
diff --git a/src/pcp/lmi/pcp/__init__.skel b/src/pcp/lmi/pcp/__init__.skel
index 2d5b613..6de00d0 100644
--- a/src/pcp/lmi/pcp/__init__.skel
+++ b/src/pcp/lmi/pcp/__init__.skel
@@ -1,6 +1,6 @@
# PCP bridge Providers
#
-# Copyright (C) 2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-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/src/pcp/lmi/pcp/metric.py b/src/pcp/lmi/pcp/metric.py
index dbcb06c..4cfb9b9 100644
--- a/src/pcp/lmi/pcp/metric.py
+++ b/src/pcp/lmi/pcp/metric.py
@@ -1,6 +1,6 @@
# PCP bridge Providers
#
-# Copyright (C) 2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-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/src/pcp/openlmi-pcp-generate.in b/src/pcp/openlmi-pcp-generate.in
index 2b2b5d3..40977b1 100644
--- a/src/pcp/openlmi-pcp-generate.in
+++ b/src/pcp/openlmi-pcp-generate.in
@@ -1,7 +1,7 @@
#! /bin/sh
# PCP bridge Providers
#
-# Copyright (C) 2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2013-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