diff options
Diffstat (limited to 'oracle/database')
-rw-r--r-- | oracle/database/driver.cxx | 2 | ||||
-rw-r--r-- | oracle/database/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oracle/database/driver.cxx b/oracle/database/driver.cxx index 62e3504..163382a 100644 --- a/oracle/database/driver.cxx +++ b/oracle/database/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/database/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test that database constructors are unambiguous (compilation only). diff --git a/oracle/database/makefile b/oracle/database/makefile index 70392e7..6a4c601 100644 --- a/oracle/database/makefile +++ b/oracle/database/makefile @@ -1,5 +1,5 @@ # file : oracle/database/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make |