diff options
Diffstat (limited to 'common/query')
-rw-r--r-- | common/query/driver.cxx | 2 | ||||
-rw-r--r-- | common/query/makefile | 2 | ||||
-rw-r--r-- | common/query/test.hxx | 2 | ||||
-rw-r--r-- | common/query/traits.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/common/query/driver.cxx b/common/query/driver.cxx index 5a77ae9..78f0bd4 100644 --- a/common/query/driver.cxx +++ b/common/query/driver.cxx @@ -1,6 +1,6 @@ // file : common/query/driver.cxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test query support. diff --git a/common/query/makefile b/common/query/makefile index 0775df6..440a173 100644 --- a/common/query/makefile +++ b/common/query/makefile @@ -1,6 +1,6 @@ # file : common/query/makefile # author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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/test.hxx b/common/query/test.hxx index 883462e..124ee72 100644 --- a/common/query/test.hxx +++ b/common/query/test.hxx @@ -1,6 +1,6 @@ // file : common/query/test.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/common/query/traits.hxx b/common/query/traits.hxx index 45c1dc2..097f785 100644 --- a/common/query/traits.hxx +++ b/common/query/traits.hxx @@ -1,6 +1,6 @@ // file : common/query/traits.hxx // author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX |