From 0712bce6f387121e37501ec323e3da89ce4300c3 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 26 Mar 2009 00:35:09 +0100 Subject: Made the licence explicit GPLv2 only --- database/sqlite/sqlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/sqlite/sqlite.c') 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 * * This program is free software; you can redistribute it and/or -- cgit