summaryrefslogtreecommitdiffstats
path: root/src/power
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-08-02 09:19:00 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-08-02 10:30:49 +0200
commitd47169b3175a564a22de716510ed5e2bf30b6815 (patch)
tree5fc97325d70f27bc2fe79bb391f2e38c4e05c8d9 /src/power
parentbd599b541f51aca1195032537f54d01c6e0387bb (diff)
downloadopenlmi-providers-d47169b3175a564a22de716510ed5e2bf30b6815.tar.gz
openlmi-providers-d47169b3175a564a22de716510ed5e2bf30b6815.tar.xz
openlmi-providers-d47169b3175a564a22de716510ed5e2bf30b6815.zip
Add GPLv2 license file and GPLv2+ headers to all files
Diffstat (limited to 'src/power')
-rw-r--r--src/power/Cura_AssociatedPowerManagementServiceProvider.c16
-rw-r--r--src/power/Cura_ConcreteJobProvider.c17
-rw-r--r--src/power/Cura_ElementCapabilitiesProvider.c17
-rw-r--r--src/power/Cura_HostedServiceProvider.c16
-rw-r--r--src/power/Cura_PowerManagementCapabilitiesProvider.c17
-rw-r--r--src/power/Cura_PowerManagementServiceProvider.c16
-rw-r--r--src/power/power.c17
-rw-r--r--src/power/power.h17
8 files changed, 133 insertions, 0 deletions
diff --git a/src/power/Cura_AssociatedPowerManagementServiceProvider.c b/src/power/Cura_AssociatedPowerManagementServiceProvider.c
index 82c9ea5..81f8883 100644
--- a/src/power/Cura_AssociatedPowerManagementServiceProvider.c
+++ b/src/power/Cura_AssociatedPowerManagementServiceProvider.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
#include "Cura_AssociatedPowerManagementService.h"
#include "Cura_PowerManagementService.h"
diff --git a/src/power/Cura_ConcreteJobProvider.c b/src/power/Cura_ConcreteJobProvider.c
index cf919d4..54775dc 100644
--- a/src/power/Cura_ConcreteJobProvider.c
+++ b/src/power/Cura_ConcreteJobProvider.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
+
#include <konkret/konkret.h>
#include <stdint.h>
#include "Cura_ConcreteJob.h"
diff --git a/src/power/Cura_ElementCapabilitiesProvider.c b/src/power/Cura_ElementCapabilitiesProvider.c
index 0208630..6d08021 100644
--- a/src/power/Cura_ElementCapabilitiesProvider.c
+++ b/src/power/Cura_ElementCapabilitiesProvider.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
+
#include <konkret/konkret.h>
#include "Cura_ElementCapabilities.h"
#include "globals.h"
diff --git a/src/power/Cura_HostedServiceProvider.c b/src/power/Cura_HostedServiceProvider.c
index d2023e9..e396446 100644
--- a/src/power/Cura_HostedServiceProvider.c
+++ b/src/power/Cura_HostedServiceProvider.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
#include <cmpimacs.h>
#include <konkret/konkret.h>
diff --git a/src/power/Cura_PowerManagementCapabilitiesProvider.c b/src/power/Cura_PowerManagementCapabilitiesProvider.c
index 5e7f4fc..587733c 100644
--- a/src/power/Cura_PowerManagementCapabilitiesProvider.c
+++ b/src/power/Cura_PowerManagementCapabilitiesProvider.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
+
#include <konkret/konkret.h>
#include "Cura_PowerManagementCapabilities.h"
diff --git a/src/power/Cura_PowerManagementServiceProvider.c b/src/power/Cura_PowerManagementServiceProvider.c
index dcdb2bc..493cc63 100644
--- a/src/power/Cura_PowerManagementServiceProvider.c
+++ b/src/power/Cura_PowerManagementServiceProvider.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
#include "Cura_PowerManagementService.h"
diff --git a/src/power/power.c b/src/power/power.c
index 4042f4a..bf22b1d 100644
--- a/src/power/power.c
+++ b/src/power/power.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
+
#include "power.h"
#include <stdlib.h>
diff --git a/src/power/power.h b/src/power/power.h
index 8f1f0bc..1cd30a4 100644
--- a/src/power/power.h
+++ b/src/power/power.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012 Radek Novacek <rnovacek@redhat.com>
+ *
+ * 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/>.
+ */
+
#ifndef POWER_H
#define POWER_H