diff options
Diffstat (limited to 'common/index')
-rw-r--r-- | common/index/driver.cxx | 2 | ||||
-rw-r--r-- | common/index/makefile | 2 | ||||
-rw-r--r-- | common/index/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/index/driver.cxx b/common/index/driver.cxx index b33913f..ef38faa 100644 --- a/common/index/driver.cxx +++ b/common/index/driver.cxx @@ -1,5 +1,5 @@ // file : common/index/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 index creation with db pragma index. See also database-specific diff --git a/common/index/makefile b/common/index/makefile index 143b95c..badc598 100644 --- a/common/index/makefile +++ b/common/index/makefile @@ -1,5 +1,5 @@ # file : common/index/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/index/test.hxx b/common/index/test.hxx index 51658a5..d4a09b2 100644 --- a/common/index/test.hxx +++ b/common/index/test.hxx @@ -1,5 +1,5 @@ // file : common/index/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 |