[solid] src/imports: Relicense solid "imports" files to LGPLv2.1+
Alex Merry
alex.merry at kde.org
Fri Feb 28 00:56:44 UTC 2014
Git commit 5bebd4332ea137849f2060f12a684551dbc81dc6 by Alex Merry.
Committed on 28/02/2014 at 00:41.
Pushed by alexmerry into branch 'master'.
Relicense solid "imports" files to LGPLv2.1+
Permission granted by Ivan Čukić.
CCMAIL: ivan.cukic at kde.org
CCMAIL: kde-licensing at kde.org
CCMAIL: kde-frameworks-devel at kde.org
CCMAIL: hrvoje.senjan at gmail.com
M +9 -11 src/imports/devices.cpp
M +9 -11 src/imports/devices.h
M +9 -11 src/imports/devices_p.h
M +9 -11 src/imports/solidextensionplugin.cpp
M +9 -11 src/imports/solidextensionplugin.h
http://commits.kde.org/solid/5bebd4332ea137849f2060f12a684551dbc81dc6
diff --git a/src/imports/devices.cpp b/src/imports/devices.cpp
index 004a195..a586728 100644
--- a/src/imports/devices.cpp
+++ b/src/imports/devices.cpp
@@ -1,20 +1,18 @@
/*
* Copyright (C) 2013 Ivan Cukic <ivan.cukic(at)kde.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2,
- * or (at your option) any later version, as published by the Free
- * Software Foundation
+ * 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, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "devices.h"
diff --git a/src/imports/devices.h b/src/imports/devices.h
index efdbd0e..e321c5c 100644
--- a/src/imports/devices.h
+++ b/src/imports/devices.h
@@ -1,20 +1,18 @@
/*
* Copyright (C) 2013 Ivan Cukic <ivan.cukic(at)kde.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2,
- * or (at your option) any later version, as published by the Free
- * Software Foundation
+ * 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, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SOLID_DECALARATIVE_DEVICES_H
diff --git a/src/imports/devices_p.h b/src/imports/devices_p.h
index ac26cb3..7d5a1f9 100644
--- a/src/imports/devices_p.h
+++ b/src/imports/devices_p.h
@@ -1,20 +1,18 @@
/*
* Copyright (C) 2013 Ivan Cukic <ivan.cukic(at)kde.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2,
- * or (at your option) any later version, as published by the Free
- * Software Foundation
+ * 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, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SOLID_DECALARATIVE_DEVICE_NOTIFIER_P_H
diff --git a/src/imports/solidextensionplugin.cpp b/src/imports/solidextensionplugin.cpp
index 491224b..6a959f1 100644
--- a/src/imports/solidextensionplugin.cpp
+++ b/src/imports/solidextensionplugin.cpp
@@ -1,20 +1,18 @@
/*
* Copyright (C) 2013 Ivan Cukic <ivan.cukic(at)kde.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2,
- * or (at your option) any later version, as published by the Free
- * Software Foundation
+ * 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, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#include "solidextensionplugin.h"
diff --git a/src/imports/solidextensionplugin.h b/src/imports/solidextensionplugin.h
index 4b09110..f164f22 100644
--- a/src/imports/solidextensionplugin.h
+++ b/src/imports/solidextensionplugin.h
@@ -1,20 +1,18 @@
/*
* Copyright (C) 2013 Ivan Cukic <ivan.cukic(at)kde.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2,
- * or (at your option) any later version, as published by the Free
- * Software Foundation
+ * 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, write to the
- * Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef SOLID_DECLARATIVE_EXTENSION_PLUGIN_H
More information about the Kde-frameworks-devel
mailing list