summaryrefslogtreecommitdiffstats
path: root/src/pcp
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-07-18 13:46:00 +0200
committerJan Safranek <jsafrane@redhat.com>2013-07-18 14:27:27 +0200
commitb19adc609b517f747876859f427a3f1a3264fd68 (patch)
treef45b3b219937cd812e1cb9216480d26194622abf /src/pcp
parentabfad7fa25dc0e8bd2102105b72b63109d481882 (diff)
downloadopenlmi-providers-b19adc609b517f747876859f427a3f1a3264fd68.tar.gz
openlmi-providers-b19adc609b517f747876859f427a3f1a3264fd68.tar.xz
openlmi-providers-b19adc609b517f747876859f427a3f1a3264fd68.zip
Add license heares to scripts.
Diffstat (limited to 'src/pcp')
-rw-r--r--src/pcp/lmi/pcp/metric.py21
-rw-r--r--src/pcp/openlmi-pcp-generate21
2 files changed, 42 insertions, 0 deletions
diff --git a/src/pcp/lmi/pcp/metric.py b/src/pcp/lmi/pcp/metric.py
index 454f54a..2262385 100644
--- a/src/pcp/lmi/pcp/metric.py
+++ b/src/pcp/lmi/pcp/metric.py
@@ -1,3 +1,24 @@
+# PCP bridge Providers
+#
+# Copyright (C) 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
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+# Authors: Frank Ch. Eigler <fche@redhat.com>
+#
+
"""Python Provider for PCP_Metric_*
Instruments the CIM class family PCP_Metric_*
"""
diff --git a/src/pcp/openlmi-pcp-generate b/src/pcp/openlmi-pcp-generate
index 8c53512..a99fd67 100644
--- a/src/pcp/openlmi-pcp-generate
+++ b/src/pcp/openlmi-pcp-generate
@@ -1,5 +1,26 @@
#! /bin/sh
+# PCP bridge Providers
+#
+# Copyright (C) 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
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+# Authors: Frank Ch. Eigler <fche@redhat.com>
+#
+#
# This script refreshes WBEM/CIM MOF & REG files from the current PCP PMNS,
# if necessary, and reloads the new MOF/REGs into the CIMMON.
#