-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add full LGPL 2.1 text and add preamble to source headers.
- Loading branch information
Stephen Kelly
committed
Aug 16, 2013
1 parent
396d44d
commit 70d7c66
Showing
50 changed files
with
1,433 additions
and
94 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
/* | ||
* Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
*/ | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
|
||
#include "PostgresSchema.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
/* | ||
* Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
*/ | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
|
||
#ifndef POSTGRESSCHEMA_H | ||
#define POSTGRESSCHEMA_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/* | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#include "SchemaUpdater.h" | ||
|
||
#include "sql.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
/* | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#ifndef SCHEMAUPDATER_H | ||
#define SCHEMAUPDATER_H | ||
#include "sqlate_export.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#ifndef SQL_H | ||
#define SQL_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#include "SqlCondition.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
|
||
#ifndef SQLCONDITION_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#include "SqlConditionalQueryBuilderBase.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
|
||
#ifndef SQLCONDITIONALQUERYBUILDERBASE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
* Benoit Dumas <benoit.dumas@com> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#ifndef SQLCREATERULE_H | ||
#define SQLCREATERULE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
* Andras Mantia <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
author Andras Mantia <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#include "SqlCreateTable.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Volker Krause <[email protected]> | ||
* Andras Mantia <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Volker Krause <[email protected]> | ||
author Andras Mantia <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#ifndef SQL_CREATETABLE_H | ||
#define SQL_CREATETABLE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Andras Mantia <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Andras Mantia <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#include "SqlDeleteQueryBuilder.h" | ||
#include "SqlExceptions.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Andras Mantia <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Andras Mantia <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#ifndef SQLDELETEQUERYBUILDER_H | ||
#define SQLDELETEQUERYBUILDER_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
/* | ||
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
* Author: Andras Mantia <[email protected]> | ||
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB, | ||
a KDAB Group company, [email protected], | ||
author Andras Mantia <[email protected]> | ||
This library 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 library 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 Library General Public | ||
License for more details. | ||
You should have received a copy of the GNU Library General Public License | ||
along with this library; see the file COPYING.LIB. If not, write to the | ||
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
*/ | ||
#ifndef SQLEXCEPTIONS_H | ||
#define SQLEXCEPTIONS_H | ||
|
Oops, something went wrong.