sqldb: fixed license mentioning GPL-2 of unit registersqldb

git-svn-id: branches/fixes_1_4@48115 -
This commit is contained in:
mattias 2015-03-03 12:02:53 +00:00
parent 520a8b792d
commit 3d0a7c4056
4 changed files with 24 additions and 11 deletions

2
.gitattributes vendored
View File

@ -7369,7 +7369,7 @@ packager/globallinks/rx-1.lpl svneol=native#text/plain
packager/globallinks/sdflaz-0.1.1.lpl svneol=native#text/plain
packager/globallinks/semaphorgridlpk-1.0.1.lpl svneol=native#text/plain
packager/globallinks/simpleideintf-0.lpl svneol=native#text/plain
packager/globallinks/sqldblaz-1.0.1.lpl svneol=native#text/plain
packager/globallinks/sqldblaz-1.0.2.lpl svneol=native#text/plain
packager/globallinks/sqlite3laz-0.4.lpl svneol=native#text/plain
packager/globallinks/sqlitelaz-0.4.lpl svneol=native#text/plain
packager/globallinks/svnpkg-0.lpl svneol=native#text/plain

View File

@ -1,9 +1,22 @@
{ $Id$ }
{
*****************************************************************************
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
***************************************************************************
* *
* This source 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 code 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. *
* *
* A copy of the GNU General Public License is available on the World *
* Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *
* obtain it by writing to the Free Software Foundation, *
* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
* *
***************************************************************************
Author: Joost van der Sluis

View File

@ -2,6 +2,7 @@
<CONFIG>
<Package Version="4">
<Name Value="SQLDBLaz"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Joost van der Sluis"/>
<CompilerOptions>
<Version Value="11"/>
@ -15,14 +16,14 @@
</Parsing>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Lazarus package for the FCL SQLdb components.
"/>
<License Value="Modified LGPL
"/>
<Version Major="1" Release="1"/>
<License Value="Modified LGPL-2
With the exception of the unit registersqldb, which is GPL-2. This unit contains code for the IDE and is usually not used by programs."/>
<Version Major="1" Release="2"/>
<Files Count="4">
<Item1>
<Filename Value="registersqldb.pas"/>
@ -48,7 +49,6 @@
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="CodeTools"/>