From 37eee590002f675ae2342d2e402c16a14e780d83 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 31 Aug 2019 02:57:19 +0200 Subject: [PATCH] Update the copyright notice --- include/Database.h | 2 +- include/Database/database.h | 2 +- src/database.c | 2 +- src/engines/pdo.c | 2 +- src/engines/pgsqlpool.c | 2 +- src/engines/sqlite2.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 8972d7f..cfeeffb 100644 --- a/include/Database.h +++ b/include/Database.h @@ -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 diff --git a/include/Database/database.h b/include/Database/database.h index b05bc49..af7111f 100644 --- a/include/Database/database.h +++ b/include/Database/database.h @@ -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 diff --git a/src/database.c b/src/database.c index a024b3f..d06e055 100644 --- a/src/database.c +++ b/src/database.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 diff --git a/src/engines/pdo.c b/src/engines/pdo.c index 023440f..75361e3 100644 --- a/src/engines/pdo.c +++ b/src/engines/pdo.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 diff --git a/src/engines/pgsqlpool.c b/src/engines/pgsqlpool.c index 946a6e0..73d925c 100644 --- a/src/engines/pgsqlpool.c +++ b/src/engines/pgsqlpool.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-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 diff --git a/src/engines/sqlite2.c b/src/engines/sqlite2.c index 9cc2098..0961d5e 100644 --- a/src/engines/sqlite2.c +++ b/src/engines/sqlite2.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 diff --git a/src/engines/template.c b/src/engines/template.c index accee0b..105dc37 100644 --- a/src/engines/template.c +++ b/src/engines/template.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