Skip to content

Commit

Permalink
Add full LGPL 2.1 text and add preamble to source headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Kelly committed Aug 16, 2013
1 parent 396d44d commit 70d7c66
Show file tree
Hide file tree
Showing 50 changed files with 1,433 additions and 94 deletions.
515 changes: 515 additions & 0 deletions LICENSE.LGPL.txt

Large diffs are not rendered by default.

22 changes: 19 additions & 3 deletions PostgresSchema.cpp
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"

Expand Down
22 changes: 19 additions & 3 deletions PostgresSchema.h
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
Expand Down
20 changes: 20 additions & 0 deletions SchemaUpdater.cpp
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"
Expand Down
20 changes: 20 additions & 0 deletions SchemaUpdater.h
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"
Expand Down
20 changes: 18 additions & 2 deletions Sql.h
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
Expand Down
20 changes: 18 additions & 2 deletions SqlCondition.cpp
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"

Expand Down
20 changes: 18 additions & 2 deletions SqlCondition.h
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
Expand Down
20 changes: 18 additions & 2 deletions SqlConditionalQueryBuilderBase.cpp
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"

Expand Down
20 changes: 18 additions & 2 deletions SqlConditionalQueryBuilderBase.h
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
Expand Down
21 changes: 18 additions & 3 deletions SqlCreateRule.h
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
Expand Down
22 changes: 19 additions & 3 deletions SqlCreateTable.cpp
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"

Expand Down
22 changes: 19 additions & 3 deletions SqlCreateTable.h
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
Expand Down
20 changes: 18 additions & 2 deletions SqlDeleteQueryBuilder.cpp
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"
Expand Down
20 changes: 18 additions & 2 deletions SqlDeleteQueryBuilder.h
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
Expand Down
20 changes: 18 additions & 2 deletions SqlExceptions.h
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
Expand Down
Loading

0 comments on commit 70d7c66

Please sign in to comment.