diff options
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | build/export.build | 2 | ||||
-rw-r--r-- | build/root.build | 2 | ||||
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | mysql/buildfile | 2 | ||||
-rw-r--r-- | mysql/ma_config.h | 2 | ||||
-rw-r--r-- | mysql/mariadb_version.h | 2 | ||||
-rw-r--r-- | tests/basic/buildfile | 2 | ||||
-rw-r--r-- | tests/basic/driver.c | 2 | ||||
-rw-r--r-- | tests/basic/testscript | 2 | ||||
-rw-r--r-- | tests/build/bootstrap.build | 2 | ||||
-rw-r--r-- | tests/build/root.build | 2 | ||||
-rw-r--r-- | tests/buildfile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index cfa0813..d4ec0ec 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file project = libmariadb diff --git a/build/export.build b/build/export.build index e25d13b..c64c723 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,5 @@ # file : build/export.build -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file $out_root/ diff --git a/build/root.build b/build/root.build index a2f3836..31a6f14 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,5 @@ # file : build/root.build -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file c.std = 99 @@ -1,5 +1,5 @@ # file : buildfile -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file ./: {*/ -build/} doc{COPYING INSTALL README} manifest diff --git a/mysql/buildfile b/mysql/buildfile index dee1697..37017a8 100644 --- a/mysql/buildfile +++ b/mysql/buildfile @@ -1,5 +1,5 @@ # file : mysql/buildfile -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file # Windows-specific named pipe and shared memory based communication plugins. diff --git a/mysql/ma_config.h b/mysql/ma_config.h index 5e27204..a344674 100644 --- a/mysql/ma_config.h +++ b/mysql/ma_config.h @@ -1,5 +1,5 @@ /* file : mysql/ma_config.h -*- C -*- - * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd * license : LGPLv2.1; see accompanying COPYING file */ diff --git a/mysql/mariadb_version.h b/mysql/mariadb_version.h index ca08663..9a1c064 100644 --- a/mysql/mariadb_version.h +++ b/mysql/mariadb_version.h @@ -1,6 +1,6 @@ /* * file : mysql/mariadb_version.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : LGPLv2.1; see accompanying COPYING file */ diff --git a/tests/basic/buildfile b/tests/basic/buildfile index bffbdb4..af9ed0b 100644 --- a/tests/basic/buildfile +++ b/tests/basic/buildfile @@ -1,5 +1,5 @@ # file : tests/basic/buildfile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : LGPLv2.1; see accompanying COPYING file import libs = libmariadb%lib{mariadb} diff --git a/tests/basic/driver.c b/tests/basic/driver.c index 356d1f2..fdd1fd8 100644 --- a/tests/basic/driver.c +++ b/tests/basic/driver.c @@ -1,6 +1,6 @@ /* * file : tests/basic/driver.c - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : LGPLv2.1; see accompanying COPYING file */ diff --git a/tests/basic/testscript b/tests/basic/testscript index 7e6797c..d2d588a 100644 --- a/tests/basic/testscript +++ b/tests/basic/testscript @@ -1,5 +1,5 @@ # file : tests/basic/testscript -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file $* >~'/libmariadb version: \d+\.\d+\.\d+(-.+)?/' diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 0427126..cc8fdfe 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index ada35fa..5a412de 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file # Make sure libmariadb headers comply with an oldest C standard. diff --git a/tests/buildfile b/tests/buildfile index 04c78ba..50c4fe1 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : LGPLv2.1; see accompanying COPYING file ./: {*/ -build/} |