diff options
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 21437c1..4425c83 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 fe8e994..e1e39c8 100644 --- a/common/query/array/makefile +++ b/common/query/array/makefile @@ -1,5 +1,5 @@ # file : common/query/array/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 e923e11..3141362 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 d226863..acaa975 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ce8a31b..2486a36 100644 --- a/common/query/basics/makefile +++ b/common/query/basics/makefile @@ -1,5 +1,5 @@ # file : common/query/basics/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 ce34757..9483f9b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 a903846..b9dcf91 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 5b36aa4..c28b56c 100644 --- a/common/query/one/makefile +++ b/common/query/one/makefile @@ -1,5 +1,5 @@ # file : common/query/one/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 7dbc8e8..36bb2c4 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX |