From 565e93cf37e34b3863cefed6972d6fd9d6f4a459 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sat, 21 Apr 2018 08:14:20 +0300 Subject: [PATCH] Update copyright years. --- Makefile.am | 2 +- src/db_driver.c | 2 +- src/drivers/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3c21ad1..8b10839 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Copyright (C) 2004 MySQL AB -# Copyright (C) 2004-2017 Alexey Kopytov +# Copyright (C) 2004-2018 Alexey Kopytov # # 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/db_driver.c b/src/db_driver.c index 0a3b25d..47d587e 100644 --- a/src/db_driver.c +++ b/src/db_driver.c @@ -1,6 +1,6 @@ /* Copyright (C) 2004 MySQL AB - Copyright (C) 2004-2017 Alexey Kopytov + Copyright (C) 2004-2018 Alexey Kopytov 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/drivers/Makefile.am b/src/drivers/Makefile.am index 938d7eb..b461bd6 100644 --- a/src/drivers/Makefile.am +++ b/src/drivers/Makefile.am @@ -1,5 +1,5 @@ # Copyright (C) 2004 MySQL AB -# Copyright (C) 2004-2014 Alexey Kopytov +# Copyright (C) 2004-2018 Alexey Kopytov # # 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