[patch] Added LGPL v3 license template

Michał Ziętek smierc.w.wenecji at gmail.com
Sun Nov 7 11:50:11 UTC 2010


Hi,
the attached patch fixes bug 243805. I'm new to KDeveloper
development, so please let me know if I'm sending the patch the right
way.
Cheers,
Michal.
-------------- next part --------------
commit d2193c2031088922828605b816619317a7337346
Author: Michal Zietek <smierc.w.wenecji at gmail.com>
Date:   Fri Nov 5 21:48:02 2010 +0100

    Added LGPL v3 license template.

diff --git a/language/CMakeLists.txt b/language/CMakeLists.txt
index b66418d..4d90c7b 100644
--- a/language/CMakeLists.txt
+++ b/language/CMakeLists.txt
@@ -331,6 +331,7 @@ install(FILES
     codegen/licenses/GPL\ v2
     codegen/licenses/GPL\ v3
     codegen/licenses/LGPL\ v2
+    codegen/licenses/LGPL\ v3
     codegen/licenses/Apache\ v2
     codegen/licenses/BSD
     codegen/licenses/Boost
diff --git a/language/codegen/licenses/LGPL v3 b/language/codegen/licenses/LGPL v3
new file mode 100644
index 0000000..5345ad9
--- /dev/null
+++ b/language/codegen/licenses/LGPL v3	
@@ -0,0 +1,17 @@
+/*
+    <one line to give the library's name and an idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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 3 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/>.
+*/


More information about the KDevelop-devel mailing list