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-- | libpkgconf/buildfile | 2 | ||||
-rw-r--r-- | libpkgconf/config.h | 2 | ||||
-rw-r--r-- | libpkgconf/version.h.in | 2 | ||||
-rw-r--r-- | tests/api/buildfile | 2 | ||||
-rw-r--r-- | tests/api/driver.c | 2 | ||||
-rw-r--r-- | tests/api/testscript | 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 |
16 files changed, 16 insertions, 16 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 771c47d..d349499 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 : ISC; see accompanying COPYING file project = libpkgconf diff --git a/build/export.build b/build/export.build index 89f0f6d..fadfdb6 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 : ISC; see accompanying COPYING file $out_root/ diff --git a/build/root.build b/build/root.build index bc5befb..7e73ef0 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 : ISC; 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 : ISC; see accompanying COPYING file ./: {*/ -build/} doc{AUTHORS COPYING INSTALL README} manifest diff --git a/libpkgconf/buildfile b/libpkgconf/buildfile index 5231c42..3d305c9 100644 --- a/libpkgconf/buildfile +++ b/libpkgconf/buildfile @@ -1,5 +1,5 @@ # file : libpkgconf/buildfile -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : ISC; see accompanying COPYING file lib{pkgconf}: {h c}{* -version} {h}{version} diff --git a/libpkgconf/config.h b/libpkgconf/config.h index c490624..56082c0 100644 --- a/libpkgconf/config.h +++ b/libpkgconf/config.h @@ -1,5 +1,5 @@ /* file : libpkgconf/config.h -*- C -*- - * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd * license : ISC; see accompanying COPYING file */ diff --git a/libpkgconf/version.h.in b/libpkgconf/version.h.in index 8d86c4c..6b30948 100644 --- a/libpkgconf/version.h.in +++ b/libpkgconf/version.h.in @@ -1,5 +1,5 @@ /* file : libpkgconf/version.h.in -*- C -*- - * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd * license : ISC; see accompanying COPYING file */ diff --git a/tests/api/buildfile b/tests/api/buildfile index 4a5e7d5..3b343e7 100644 --- a/tests/api/buildfile +++ b/tests/api/buildfile @@ -1,5 +1,5 @@ # file : tests/api/buildfile -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : ISC; see accompanying COPYING file import libs = libpkgconf%lib{pkgconf} diff --git a/tests/api/driver.c b/tests/api/driver.c index 219549d..b5e42f3 100644 --- a/tests/api/driver.c +++ b/tests/api/driver.c @@ -1,5 +1,5 @@ /* file : tests/api/driver.c - * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd * license : ISC; see accompanying COPYING file */ diff --git a/tests/api/testscript b/tests/api/testscript index 322a12d..88d8d3e 100644 --- a/tests/api/testscript +++ b/tests/api/testscript @@ -1,5 +1,5 @@ # file : tests/api/testscript -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : ISC; see accompanying COPYING file : double-quoted diff --git a/tests/basic/buildfile b/tests/basic/buildfile index efd9fb5..5446ccd 100644 --- a/tests/basic/buildfile +++ b/tests/basic/buildfile @@ -1,5 +1,5 @@ # file : tests/basic/buildfile -# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd # license : ISC; see accompanying COPYING file import libs = libpkgconf%lib{pkgconf} diff --git a/tests/basic/driver.c b/tests/basic/driver.c index 0e733c9..b14e0cc 100644 --- a/tests/basic/driver.c +++ b/tests/basic/driver.c @@ -1,5 +1,5 @@ /* file : tests/basic/driver.c - * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd * license : ISC; see accompanying COPYING file */ diff --git a/tests/basic/testscript b/tests/basic/testscript index f2eee89..081647c 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 : ISC; see accompanying COPYING file test.options = --with-path $~ diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index dd3a64f..a14e33e 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 : ISC; see accompanying COPYING file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index f0bb74d..fa336d1 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 : ISC; see accompanying COPYING file c.std = 99 diff --git a/tests/buildfile b/tests/buildfile index efbd8c0..d48342d 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 : ISC; see accompanying COPYING file ./: {*/ -build/} |