From 863e16fbac78e48a3219df1b1ec986561d7facaf Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 30 Apr 2015 19:41:32 +0200 Subject: [PATCH] Update the copyright notice --- include/Database.h | 2 +- include/Database/database.h | 2 +- include/Database/engine.h | 2 +- src/engines/pdo.c | 2 +- src/engines/sqlite2.c | 2 +- src/engines/sqlite3.c | 2 +- src/engines/template.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/Database.h b/include/Database.h index 489013c..37f60e0 100644 --- a/include/Database.h +++ b/include/Database.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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 diff --git a/include/Database/database.h b/include/Database/database.h index 8b404b5..7c06484 100644 --- a/include/Database/database.h +++ b/include/Database/database.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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 diff --git a/include/Database/engine.h b/include/Database/engine.h index 8e51577..1f95561 100644 --- a/include/Database/engine.h +++ b/include/Database/engine.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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 diff --git a/src/engines/pdo.c b/src/engines/pdo.c index 843fdb6..bb65ef6 100644 --- a/src/engines/pdo.c +++ b/src/engines/pdo.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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 diff --git a/src/engines/sqlite2.c b/src/engines/sqlite2.c index 5b27a13..0e96d38 100644 --- a/src/engines/sqlite2.c +++ b/src/engines/sqlite2.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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 diff --git a/src/engines/sqlite3.c b/src/engines/sqlite3.c index 8ed9af7..87a3b4a 100644 --- a/src/engines/sqlite3.c +++ b/src/engines/sqlite3.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2014 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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 diff --git a/src/engines/template.c b/src/engines/template.c index 0527078..c626ed6 100644 --- a/src/engines/template.c +++ b/src/engines/template.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2015 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