diff --git a/.gitattributes b/.gitattributes index 3eeb6b57c9..f442cc35b9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/components/sqldb/registersqldb.pas b/components/sqldb/registersqldb.pas index 1d8c80af1e..bd8c512002 100644 --- a/components/sqldb/registersqldb.pas +++ b/components/sqldb/registersqldb.pas @@ -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 . 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 diff --git a/components/sqldb/sqldblaz.lpk b/components/sqldb/sqldblaz.lpk index 573f06549a..526a06b32a 100644 --- a/components/sqldb/sqldblaz.lpk +++ b/components/sqldb/sqldblaz.lpk @@ -2,6 +2,7 @@ + @@ -15,14 +16,14 @@ - - - + + @@ -48,7 +49,6 @@ - diff --git a/packager/globallinks/sqldblaz-1.0.1.lpl b/packager/globallinks/sqldblaz-1.0.2.lpl similarity index 100% rename from packager/globallinks/sqldblaz-1.0.1.lpl rename to packager/globallinks/sqldblaz-1.0.2.lpl