Skip to content

Commit 70d7c66

Browse files
author
Stephen Kelly
committed
Add full LGPL 2.1 text and add preamble to source headers.
1 parent 396d44d commit 70d7c66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1433
-94
lines changed

LICENSE.LGPL.txt

Lines changed: 515 additions & 0 deletions
Large diffs are not rendered by default.

PostgresSchema.cpp

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
/*
2-
* Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
4-
*/
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
20+
*/
521

622
#include "PostgresSchema.h"
723

PostgresSchema.h

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
/*
2-
* Copyright (C) 2012 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
4-
*/
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
20+
*/
521

622
#ifndef POSTGRESSCHEMA_H
723
#define POSTGRESSCHEMA_H

SchemaUpdater.cpp

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
20+
*/
121
#include "SchemaUpdater.h"
222

323
#include "sql.h"

SchemaUpdater.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
20+
*/
121
#ifndef SCHEMAUPDATER_H
222
#define SCHEMAUPDATER_H
323
#include "sqlate_export.h"

Sql.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521
#ifndef SQL_H
622
#define SQL_H

SqlCondition.cpp

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521
#include "SqlCondition.h"
622

SqlCondition.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521

622
#ifndef SQLCONDITION_H

SqlConditionalQueryBuilderBase.cpp

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521
#include "SqlConditionalQueryBuilderBase.h"
622

SqlConditionalQueryBuilderBase.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521

622
#ifndef SQLCONDITIONALQUERYBUILDERBASE_H

SqlCreateRule.h

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
4-
* Benoit Dumas <benoit.dumas@com>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
520
*/
621
#ifndef SQLCREATERULE_H
722
#define SQLCREATERULE_H

SqlCreateTable.cpp

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
4-
* Andras Mantia <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
author Andras Mantia <[email protected]>
6+
7+
This library is free software; you can redistribute it and/or modify it
8+
under the terms of the GNU Library General Public License as published by
9+
the Free Software Foundation; either version 2 of the License, or (at your
10+
option) any later version.
11+
12+
This library is distributed in the hope that it will be useful, but WITHOUT
13+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
15+
License for more details.
16+
17+
You should have received a copy of the GNU Library General Public License
18+
along with this library; see the file COPYING.LIB. If not, write to the
19+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20+
02110-1301, USA.
521
*/
622
#include "SqlCreateTable.h"
723

SqlCreateTable.h

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Volker Krause <[email protected]>
4-
* Andras Mantia <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Volker Krause <[email protected]>
5+
author Andras Mantia <[email protected]>
6+
7+
This library is free software; you can redistribute it and/or modify it
8+
under the terms of the GNU Library General Public License as published by
9+
the Free Software Foundation; either version 2 of the License, or (at your
10+
option) any later version.
11+
12+
This library is distributed in the hope that it will be useful, but WITHOUT
13+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
15+
License for more details.
16+
17+
You should have received a copy of the GNU Library General Public License
18+
along with this library; see the file COPYING.LIB. If not, write to the
19+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20+
02110-1301, USA.
521
*/
622
#ifndef SQL_CREATETABLE_H
723
#define SQL_CREATETABLE_H

SqlDeleteQueryBuilder.cpp

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Andras Mantia <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Andras Mantia <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521
#include "SqlDeleteQueryBuilder.h"
622
#include "SqlExceptions.h"

SqlDeleteQueryBuilder.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Andras Mantia <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Andras Mantia <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521
#ifndef SQLDELETEQUERYBUILDER_H
622
#define SQLDELETEQUERYBUILDER_H

SqlExceptions.h

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
/*
2-
* Copyright (C) 2011-2013 Klaralavdalens Datakonsult AB, a KDAB Group company, [email protected]
3-
* Author: Andras Mantia <[email protected]>
2+
Copyright (C) 2011-2013 Klarälvdalens Datakonsult AB,
3+
a KDAB Group company, [email protected],
4+
author Andras Mantia <[email protected]>
5+
6+
This library is free software; you can redistribute it and/or modify it
7+
under the terms of the GNU Library General Public License as published by
8+
the Free Software Foundation; either version 2 of the License, or (at your
9+
option) any later version.
10+
11+
This library is distributed in the hope that it will be useful, but WITHOUT
12+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13+
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14+
License for more details.
15+
16+
You should have received a copy of the GNU Library General Public License
17+
along with this library; see the file COPYING.LIB. If not, write to the
18+
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
19+
02110-1301, USA.
420
*/
521
#ifndef SQLEXCEPTIONS_H
622
#define SQLEXCEPTIONS_H

0 commit comments

Comments
 (0)