aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--mysql/buildfile2
-rw-r--r--mysql/config.h2
-rw-r--r--mysql/libmysql/assert.c2
-rw-r--r--mysql/my_config.h2
-rw-r--r--mysql/mysql_version.h2
-rw-r--r--tests/basic/buildfile2
-rw-r--r--tests/basic/driver.c2
-rw-r--r--tests/basic/testscript2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
15 files changed, 15 insertions, 15 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index d8cff23..77ed4aa 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
project = libmysqlclient
diff --git a/build/export.build b/build/export.build
index de35ae7..e28d4f6 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
$out_root/
diff --git a/build/root.build b/build/root.build
index 7615d73..6085605 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
c.std = 99
diff --git a/buildfile b/buildfile
index 1248f47..a431c42 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
./: {*/ -build/} doc{COPYING GPLv2 INSTALL README} manifest
diff --git a/mysql/buildfile b/mysql/buildfile
index a4b5837..5278973 100644
--- a/mysql/buildfile
+++ b/mysql/buildfile
@@ -1,5 +1,5 @@
# file : mysql/buildfile
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
# Windows-specific utilities.
diff --git a/mysql/config.h b/mysql/config.h
index 6e88f5f..fdff936 100644
--- a/mysql/config.h
+++ b/mysql/config.h
@@ -1,5 +1,5 @@
/* file : mysql/config.h -*- C -*-
- * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
* license : GPLv2 with FOSS License Exception; see accompanying COPYING file
*/
diff --git a/mysql/libmysql/assert.c b/mysql/libmysql/assert.c
index e11db5b..aa1da46 100644
--- a/mysql/libmysql/assert.c
+++ b/mysql/libmysql/assert.c
@@ -1,5 +1,5 @@
/* file : mysql/libmysql/assert.c -*- C -*-
- * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
* license : GPLv2 with FOSS License Exception; see accompanying COPYING file
*/
diff --git a/mysql/my_config.h b/mysql/my_config.h
index 29793bb..4738543 100644
--- a/mysql/my_config.h
+++ b/mysql/my_config.h
@@ -1,5 +1,5 @@
/* file : mysql/my_config.h -*- C -*-
- * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
* license : GPLv2 with FOSS License Exception; see accompanying COPYING file
*/
diff --git a/mysql/mysql_version.h b/mysql/mysql_version.h
index 45fe511..76d9b46 100644
--- a/mysql/mysql_version.h
+++ b/mysql/mysql_version.h
@@ -1,6 +1,6 @@
/*
* file : mysql/mysql_version.h
- * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+ * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
* license : GPLv2 with FOSS License Exception; see accompanying COPYING file
*/
diff --git a/tests/basic/buildfile b/tests/basic/buildfile
index bfdb3c6..4cbb125 100644
--- a/tests/basic/buildfile
+++ b/tests/basic/buildfile
@@ -1,5 +1,5 @@
# file : tests/basic/buildfile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
import libs = libmysqlclient%lib{mysqlclient}
diff --git a/tests/basic/driver.c b/tests/basic/driver.c
index 267f206..176acce 100644
--- a/tests/basic/driver.c
+++ b/tests/basic/driver.c
@@ -1,6 +1,6 @@
/*
* file : tests/basic/driver.c
- * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
* license : GPLv2 with FOSS License Exception; see accompanying COPYING file
*/
diff --git a/tests/basic/testscript b/tests/basic/testscript
index 0d4c9da..756ba4a 100644
--- a/tests/basic/testscript
+++ b/tests/basic/testscript
@@ -1,5 +1,5 @@
# file : tests/basic/testscript
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
$* >~'/libmysqlclient version: \d+\.\d+\.\d+(-.+)?/'
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index d0577fd..278751f 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index c008810..906b16f 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
# It would be good to make sure that libmysqlclient headers comply with an
diff --git a/tests/buildfile b/tests/buildfile
index d6154dd..9328b30 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd
# license : GPLv2 with FOSS License Exception; see accompanying COPYING file
./: {*/ -build/}