diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:46:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-09 08:46:34 +0200 |
commit | a49149ba35d4fb138c7c325f506f658a475f847e (patch) | |
tree | 18110edf543d2589fe7fb660aa0872a47f4b2c09 /tests | |
parent | a8bbc544cac714378e18f85b5f18d2988a752c5f (diff) |
Update copyright year
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 2 | ||||
-rw-r--r-- | tests/loader/buildfile | 2 | ||||
-rw-r--r-- | tests/loader/driver.cxx | 2 | ||||
-rw-r--r-- | tests/web/buildfile | 2 | ||||
-rw-r--r-- | tests/web/xhtml/buildfile | 2 | ||||
-rw-r--r-- | tests/web/xhtml/driver.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/buildfile b/tests/buildfile index 91585cd..ca46f59 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = loader/ web/ diff --git a/tests/loader/buildfile b/tests/loader/buildfile index e531a1f..d8ab9ac 100644 --- a/tests/loader/buildfile +++ b/tests/loader/buildfile @@ -1,5 +1,5 @@ # file : tests/loader/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs += libbpkg%lib{bpkg} diff --git a/tests/loader/driver.cxx b/tests/loader/driver.cxx index eea3d0c..d732895 100644 --- a/tests/loader/driver.cxx +++ b/tests/loader/driver.cxx @@ -1,5 +1,5 @@ // file : tests/loader/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <iostream> diff --git a/tests/web/buildfile b/tests/web/buildfile index 533dd9f..152ca5b 100644 --- a/tests/web/buildfile +++ b/tests/web/buildfile @@ -1,5 +1,5 @@ # file : tests/web/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = xhtml/ diff --git a/tests/web/xhtml/buildfile b/tests/web/xhtml/buildfile index 308a104..3d12031 100644 --- a/tests/web/xhtml/buildfile +++ b/tests/web/xhtml/buildfile @@ -1,5 +1,5 @@ # file : tests/web/xhtml/buildfile -# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/web/xhtml/driver.cxx b/tests/web/xhtml/driver.cxx index 9f393fd..ab41138 100644 --- a/tests/web/xhtml/driver.cxx +++ b/tests/web/xhtml/driver.cxx @@ -1,5 +1,5 @@ // file : tests/web/xhtml/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <iostream> |