diff options
Diffstat (limited to 'parts/appwizard/licenses')
-rw-r--r-- | parts/appwizard/licenses/BSD | 22 | ||||
-rw-r--r-- | parts/appwizard/licenses/GPL | 18 | ||||
-rw-r--r-- | parts/appwizard/licenses/GPL+Qt-Exception | 29 | ||||
-rw-r--r-- | parts/appwizard/licenses/LGPL | 18 | ||||
-rw-r--r-- | parts/appwizard/licenses/MIT | 21 | ||||
-rw-r--r-- | parts/appwizard/licenses/Makefile.am | 6 | ||||
-rw-r--r-- | parts/appwizard/licenses/NCSA | 24 | ||||
-rw-r--r-- | parts/appwizard/licenses/QPL | 11 |
8 files changed, 149 insertions, 0 deletions
diff --git a/parts/appwizard/licenses/BSD b/parts/appwizard/licenses/BSD new file mode 100644 index 00000000..88bb7cc8 --- /dev/null +++ b/parts/appwizard/licenses/BSD @@ -0,0 +1,22 @@ +[FILES] +LICENSE.BSD + +[PREFIX] +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file diff --git a/parts/appwizard/licenses/GPL b/parts/appwizard/licenses/GPL new file mode 100644 index 00000000..58bc3bdb --- /dev/null +++ b/parts/appwizard/licenses/GPL @@ -0,0 +1,18 @@ +[FILES] +COPYING + +[PREFIX] +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, write to the +Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
\ No newline at end of file diff --git a/parts/appwizard/licenses/GPL+Qt-Exception b/parts/appwizard/licenses/GPL+Qt-Exception new file mode 100644 index 00000000..f06a70b8 --- /dev/null +++ b/parts/appwizard/licenses/GPL+Qt-Exception @@ -0,0 +1,29 @@ +[FILES] +COPYING + +[PREFIX] +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, write to the +Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +In addition, as a special exception, the copyright holders give +permission to link the code of this program with any edition of +the Qt library by Trolltech AS, Norway (or with modified versions +of Qt that use the same license as Qt), and distribute linked +combinations including the two. You must obey the GNU General +Public License in all respects for all of the code used other than +Qt. If you modify this file, you may extend this exception to +your version of the file, but you are not obligated to do so. If +you do not wish to do so, delete this exception statement from +your version.
\ No newline at end of file diff --git a/parts/appwizard/licenses/LGPL b/parts/appwizard/licenses/LGPL new file mode 100644 index 00000000..754c091a --- /dev/null +++ b/parts/appwizard/licenses/LGPL @@ -0,0 +1,18 @@ +[FILES] +COPYING.LIB + +[PREFIX] +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Library 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 Library General Public +License along with this program; if not, write to the +Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
\ No newline at end of file diff --git a/parts/appwizard/licenses/MIT b/parts/appwizard/licenses/MIT new file mode 100644 index 00000000..c180220e --- /dev/null +++ b/parts/appwizard/licenses/MIT @@ -0,0 +1,21 @@ +[FILES] +LICENSE.MIT + +[PREFIX] +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/parts/appwizard/licenses/Makefile.am b/parts/appwizard/licenses/Makefile.am new file mode 100644 index 00000000..07a5868f --- /dev/null +++ b/parts/appwizard/licenses/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/sourceinfo $(all_includes) +METASOURCES = AUTO + +kdevelopdatadir = ${kde_datadir}/kdevelop +licensesdir = ${kdevelopdatadir}/licenses +licenses_DATA = GPL LGPL BSD QPL GPL+Qt-Exception MIT NCSA diff --git a/parts/appwizard/licenses/NCSA b/parts/appwizard/licenses/NCSA new file mode 100644 index 00000000..f073df23 --- /dev/null +++ b/parts/appwizard/licenses/NCSA @@ -0,0 +1,24 @@ +[FILES] +LICENSE.NCSA + +[PREFIX] +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal with the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution. + * Neither the names of <Name of Development Group, Name of Institution>, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
\ No newline at end of file diff --git a/parts/appwizard/licenses/QPL b/parts/appwizard/licenses/QPL new file mode 100644 index 00000000..67a2c9e9 --- /dev/null +++ b/parts/appwizard/licenses/QPL @@ -0,0 +1,11 @@ +[FILES] +LICENSE.QPL + +[PREFIX] +This program may be distributed under the terms of the Q Public +License as defined by Trolltech AS of Norway and appearing in the +file LICENSE.QPL included in the packaging of this file. + +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.
\ No newline at end of file |