From f25905dde1c4585e769cf6e8cfe1faf17172f1ee Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 31 Aug 2019 03:07:14 +0200 Subject: [PATCH] Update the copyright notice --- src/engines/sqlite3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engines/sqlite3.c b/src/engines/sqlite3.c index c6b6106..fc132e6 100644 --- a/src/engines/sqlite3.c +++ b/src/engines/sqlite3.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2015 Pierre Pronchery */ +/* Copyright (c) 2012-2019 Pierre Pronchery */ /* This file is part of DeforaOS Database libDatabase */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by