diff options
Diffstat (limited to 'database/sqlite')
| -rw-r--r-- | database/sqlite/administration.c | 2 | ||||
| -rw-r--r-- | database/sqlite/edb-sqlite.c | 2 | ||||
| -rw-r--r-- | database/sqlite/fieldmapping.h | 2 | ||||
| -rw-r--r-- | database/sqlite/sql-schema.sql | 2 | ||||
| -rw-r--r-- | database/sqlite/sqlite.c | 2 | ||||
| -rw-r--r-- | database/sqlite/sqlite.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/database/sqlite/administration.c b/database/sqlite/administration.c index 9ffc521..ef2e621 100644 --- a/database/sqlite/administration.c +++ b/database/sqlite/administration.c @@ -1,6 +1,6 @@ /* administration.c -- Functions needed for administration tasks * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/database/sqlite/edb-sqlite.c b/database/sqlite/edb-sqlite.c index 7170859..02d15e0 100644 --- a/database/sqlite/edb-sqlite.c +++ b/database/sqlite/edb-sqlite.c @@ -1,7 +1,7 @@ /* eurephia-sqlite.c -- Main driver for eurephia authentication plugin for OpenVPN * This is the SQLite database driver * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/database/sqlite/fieldmapping.h b/database/sqlite/fieldmapping.h index 6e72b17..86ae966 100644 --- a/database/sqlite/fieldmapping.h +++ b/database/sqlite/fieldmapping.h @@ -1,7 +1,7 @@ /* fieldmapping.h -- Contains mapping from internal eurephia field ID to * SQLite3 specific field names per table * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/database/sqlite/sql-schema.sql b/database/sqlite/sql-schema.sql index e6498f8..a6c3997 100644 --- a/database/sqlite/sql-schema.sql +++ b/database/sqlite/sql-schema.sql @@ -1,7 +1,7 @@ -- -- eurephia database schema for SQLite3 -- --- GPLv2 - Copyright 2008 +-- GPLv2 only - Copyright 2008 -- David Sommerseth CREATE TABLE openvpn_certificates ( diff --git a/database/sqlite/sqlite.c b/database/sqlite/sqlite.c index dfa7a0f..fce70ad 100644 --- a/database/sqlite/sqlite.c +++ b/database/sqlite/sqlite.c @@ -1,6 +1,6 @@ /* sqlite.c -- Generic functions to simplify SQLite3 queries * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or diff --git a/database/sqlite/sqlite.h b/database/sqlite/sqlite.h index bfde65c..928fd10 100644 --- a/database/sqlite/sqlite.h +++ b/database/sqlite/sqlite.h @@ -1,6 +1,6 @@ /* sqlite.h -- Generic functions to simplify SQLite3 queries - data structures defined here * - * GPLv2 - Copyright (C) 2008, 2009 + * GPLv2 only - Copyright (C) 2008, 2009 * David Sommerseth <dazo@users.sourceforge.net> * * This program is free software; you can redistribute it and/or |
