Discussion:
[kjs] src/kjs: Relicense propertydescriptor.(cpp|h) to LGPLv2.1+
Alex Merry
2014-02-26 14:52:28 UTC
Permalink
Git commit 6d3a2b6261d691ff7d63e78ea13b568f64fbef73 by Alex Merry.
Committed on 26/02/2014 at 14:50.
Pushed by alexmerry into branch 'master'.

Relicense propertydescriptor.(cpp|h) to LGPLv2.1+

Permission granted by Bernd Buschinski.

CCMAIL: ***@googlemail.com
CCMAIL: kde-***@kde.org
CCMAIL: kde-***@kde.org
CCMAIL: ***@gmail.com

M +10 -11 src/kjs/propertydescriptor.cpp
M +9 -10 src/kjs/propertydescriptor.h

http://commits.kde.org/kjs/6d3a2b6261d691ff7d63e78ea13b568f64fbef73

diff --git a/src/kjs/propertydescriptor.cpp b/src/kjs/propertydescriptor.cpp
index ca0e6ab..fe30e62 100644
--- a/src/kjs/propertydescriptor.cpp
+++ b/src/kjs/propertydescriptor.cpp
@@ -1,20 +1,19 @@
/*
This file is part of the KDE libraries
- Copyright (C) 2012 Bernd Buschinski <***@googlemail.com>
+ Copyright 2012 Bernd Buschinski <***@googlemail.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 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 "propertydescriptor.h"
diff --git a/src/kjs/propertydescriptor.h b/src/kjs/propertydescriptor.h
index debfbdd..52d3e44 100644
--- a/src/kjs/propertydescriptor.h
+++ b/src/kjs/propertydescriptor.h
@@ -2,19 +2,18 @@
This file is part of the KDE libraries
Copyright (C) 2012 Bernd Buschinski <***@googlemail.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 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 PROPERTYDESCRIPTOR_H

Loading...