diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:23:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:23:50 +0200 |
commit | 0a8568dda1ddbbd6b3207f95b62c5f8029bbceef (patch) | |
tree | 263bc53b94a59c496ecb6a045a90e7532bcb7a87 /common/query | |
parent | b66317f7c2d2a46ec0886a2a42bc90687d0fb871 (diff) |
Update copyright year
Diffstat (limited to 'common/query')
-rw-r--r-- | common/query/array/driver.cxx | 2 | ||||
-rw-r--r-- | common/query/array/makefile | 2 | ||||
-rw-r--r-- | common/query/array/test.hxx | 2 | ||||
-rw-r--r-- | common/query/basics/driver.cxx | 2 | ||||
-rw-r--r-- | common/query/basics/makefile | 2 | ||||
-rw-r--r-- | common/query/basics/test.hxx | 2 | ||||
-rw-r--r-- | common/query/one/driver.cxx | 2 | ||||
-rw-r--r-- | common/query/one/makefile | 2 | ||||
-rw-r--r-- | common/query/one/test.hxx | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/common/query/array/driver.cxx b/common/query/array/driver.cxx index dcbe095..9d70c95 100644 --- a/common/query/array/driver.cxx +++ b/common/query/array/driver.cxx @@ -1,5 +1,5 @@ // file : common/query/array/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test query support for C arrays. diff --git a/common/query/array/makefile b/common/query/array/makefile index e85feb2..cc6d085 100644 --- a/common/query/array/makefile +++ b/common/query/array/makefile @@ -1,5 +1,5 @@ # file : common/query/array/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/common/query/array/test.hxx b/common/query/array/test.hxx index a881e8c..059e3f9 100644 --- a/common/query/array/test.hxx +++ b/common/query/array/test.hxx @@ -1,5 +1,5 @@ // file : common/query/array/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/common/query/basics/driver.cxx b/common/query/basics/driver.cxx index a9a394d..a5fe21f 100644 --- a/common/query/basics/driver.cxx +++ b/common/query/basics/driver.cxx @@ -1,5 +1,5 @@ // file : common/query/basics/driver.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test basic query support. diff --git a/common/query/basics/makefile b/common/query/basics/makefile index 6aa18e6..b2e46ff 100644 --- a/common/query/basics/makefile +++ b/common/query/basics/makefile @@ -1,5 +1,5 @@ # file : common/query/basics/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/common/query/basics/test.hxx b/common/query/basics/test.hxx index 74b5ff5..0f75c63 100644 --- a/common/query/basics/test.hxx +++ b/common/query/basics/test.hxx @@ -1,5 +1,5 @@ // file : common/query/basics/test.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/common/query/one/driver.cxx b/common/query/one/driver.cxx index e6b2b67..234e0cc 100644 --- a/common/query/one/driver.cxx +++ b/common/query/one/driver.cxx @@ -1,5 +1,5 @@ // file : common/query/one/driver.cxx -// copyright : Copyright (c) 2009-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test query one support. diff --git a/common/query/one/makefile b/common/query/one/makefile index 51e281d..f48d9d8 100644 --- a/common/query/one/makefile +++ b/common/query/one/makefile @@ -1,5 +1,5 @@ # file : common/query/one/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/common/query/one/test.hxx b/common/query/one/test.hxx index 1a9c35e..7634dc2 100644 --- a/common/query/one/test.hxx +++ b/common/query/one/test.hxx @@ -1,5 +1,5 @@ // file : common/query/one/test.hxx -// copyright : Copyright (c) 2009-2014 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |