sqldb: fixed license mentioning GPL-2 of unit registersqldb

git-svn-id: trunk@48114 -
This commit is contained in:
mattias 2015-03-03 12:02:30 +00:00
parent 0b172d9065
commit 2a879e42d4
4 changed files with 24 additions and 11 deletions

2
.gitattributes vendored
View File

@ -7398,7 +7398,7 @@ packager/globallinks/rx-1.lpl svneol=native#text/plain
packager/globallinks/sdflaz-0.1.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/semaphorgridlpk-1.0.1.lpl svneol=native#text/plain
packager/globallinks/simpleideintf-0.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/sqlite3laz-0.4.lpl svneol=native#text/plain
packager/globallinks/sqlitelaz-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 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 Author: Joost van der Sluis

View File

@ -2,6 +2,7 @@
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="4">
<Name Value="SQLDBLaz"/> <Name Value="SQLDBLaz"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Joost van der Sluis"/> <Author Value="Joost van der Sluis"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
@ -15,14 +16,14 @@
</Parsing> </Parsing>
<Other> <Other>
<CustomOptions Value="$(IDEBuildOptions)"/> <CustomOptions Value="$(IDEBuildOptions)"/>
<CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Lazarus package for the FCL SQLdb components. <Description Value="Lazarus package for the FCL SQLdb components.
"/> "/>
<License Value="Modified LGPL <License Value="Modified LGPL-2
"/>
<Version Major="1" Release="1"/> 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"> <Files Count="4">
<Item1> <Item1>
<Filename Value="registersqldb.pas"/> <Filename Value="registersqldb.pas"/>
@ -48,7 +49,6 @@
<EnableI18N Value="True"/> <EnableI18N Value="True"/>
<OutDir Value="languages"/> <OutDir Value="languages"/>
</i18n> </i18n>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="CodeTools"/> <PackageName Value="CodeTools"/>