summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2012-11-22 11:34:36 +0100
committerMichal Minar <miminar@redhat.com>2012-11-22 11:34:36 +0100
commit6b094b11625a9197429b3607f12c46856076a799 (patch)
treefd061683fcba0fb3b2e737b92a2c87742e515b06 /mof
parentf6457a2b1fe865f6b4e4f90e132129af81a2ae7c (diff)
parentedf21faa3a4d80f6e0a2404c1fe3168a213fdd3c (diff)
downloadopenlmi-providers-6b094b11625a9197429b3607f12c46856076a799.tar.gz
openlmi-providers-6b094b11625a9197429b3607f12c46856076a799.tar.xz
openlmi-providers-6b094b11625a9197429b3607f12c46856076a799.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
Conflicts: tools/mof2wiki.sh
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Account.mof39
-rw-r--r--mof/LMI_Fan.mof23
-rw-r--r--mof/LMI_PowerManagement.mof23
-rw-r--r--mof/LMI_Service.mof23
-rw-r--r--mof/LMI_Software.mof23
5 files changed, 71 insertions, 60 deletions
diff --git a/mof/LMI_Account.mof b/mof/LMI_Account.mof
index 9901a04..6619fb1 100644
--- a/mof/LMI_Account.mof
+++ b/mof/LMI_Account.mof
@@ -1,23 +1,22 @@
-//
-// LMI_Account.mof
-//
-// Copyright (C) 2012 Red Hat, Inc. All rights reserved.
-//
-// This program is free software; you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation; either version 2 of the License, or
-// (at your option) any later version.
-//
-// This program 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 General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
-//
-// Red Hat Author(s): Roman Rakus <rrakus@redhat.com>
-//
+/*
+ * Copyright (C) 2012 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: Roman Rakus <rrakus@redhat.com>
+ */
[ Description("Class representing Linux Account"),
Provider("cmpi:cmpiLMI_Account")
diff --git a/mof/LMI_Fan.mof b/mof/LMI_Fan.mof
index 25ce0a8..2bcd1fc 100644
--- a/mof/LMI_Fan.mof
+++ b/mof/LMI_Fan.mof
@@ -1,18 +1,21 @@
/*
- * Copyright (C) 2012 Michal Minar <miminar@redhat.com>
+ * Copyright (C) 2012 Red Hat, Inc. All rights reserved.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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 program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * 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: Michal Minar <miminar@redhat.com>
*/
[ Provider("cmpi:cmpiLMI_Fan") ]
diff --git a/mof/LMI_PowerManagement.mof b/mof/LMI_PowerManagement.mof
index d59824f..945355e 100644
--- a/mof/LMI_PowerManagement.mof
+++ b/mof/LMI_PowerManagement.mof
@@ -1,18 +1,21 @@
/*
- * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ * Copyright (C) 2012 Red Hat, Inc. All rights reserved.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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 program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * 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: Radek Novacek <rnovacek@redhat.com>
*/
[ Provider("cmpi:cmpiLMI_PowerManagement") ]
diff --git a/mof/LMI_Service.mof b/mof/LMI_Service.mof
index 2adab5d..d3cfbc5 100644
--- a/mof/LMI_Service.mof
+++ b/mof/LMI_Service.mof
@@ -1,18 +1,21 @@
/*
- * Copyright (C) 2012 Vitezslav Crhonek <vcrhonek@redhat.com>
+ * Copyright (C) 2012 Red Hat, Inc. All rights reserved.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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 program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * 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: Vitezslav Crhonek <vcrhonek@redhat.com>
*/
[ Description("Class representing Linux Service"),
diff --git a/mof/LMI_Software.mof b/mof/LMI_Software.mof
index ecab140..7847915 100644
--- a/mof/LMI_Software.mof
+++ b/mof/LMI_Software.mof
@@ -1,18 +1,21 @@
/*
- * Copyright (C) 2012 Michal Minar <miminar@redhat.com>
+ * Copyright (C) 2012 Red Hat, Inc. All rights reserved.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * 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 program is distributed in the hope that it will be useful,
+ * 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 General Public License for more details.
+ * 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 General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * 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: Michal Minar <miminar@redhat.com>
*/
#pragma locale ("en_US")