diff options
Diffstat (limited to 'oracle/native')
-rw-r--r-- | oracle/native/driver.cxx | 2 | ||||
-rw-r--r-- | oracle/native/makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oracle/native/driver.cxx b/oracle/native/driver.cxx index 9530692..8eb673c 100644 --- a/oracle/native/driver.cxx +++ b/oracle/native/driver.cxx @@ -1,5 +1,5 @@ // file : oracle/native/driver.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test native SQL execution. diff --git a/oracle/native/makefile b/oracle/native/makefile index 1fa5fe5..5137a8a 100644 --- a/oracle/native/makefile +++ b/oracle/native/makefile @@ -1,5 +1,5 @@ # file : oracle/native/makefile -# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make |