summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Jobs.mof2
-rw-r--r--mof/LMI_Qualifiers.mof21
2 files changed, 23 insertions, 0 deletions
diff --git a/mof/LMI_Jobs.mof b/mof/LMI_Jobs.mof
index ce6cb11..b17e833 100644
--- a/mof/LMI_Jobs.mof
+++ b/mof/LMI_Jobs.mof
@@ -20,6 +20,8 @@
* Michal Minar <miminar@redhat.com
*/
+#pragma include ("LMI_Qualifiers.mof")
+
class LMI_AffectedJobElement : CIM_AffectedJobElement
{
};
diff --git a/mof/LMI_Qualifiers.mof b/mof/LMI_Qualifiers.mof
index 5a53ff2..d6b11ec 100644
--- a/mof/LMI_Qualifiers.mof
+++ b/mof/LMI_Qualifiers.mof
@@ -1,3 +1,24 @@
+/*
+ * 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
+ * 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:
+ * Jan Safranek <jsafrane@redhat.com>
+ */
+
/* 'Implemented' qualifier denotes the properties and method that are implemented
* by appropriate OpenLMI provider.
*/