diff options
Diffstat (limited to 'evolution/drop-foreign-key')
-rw-r--r-- | evolution/drop-foreign-key/driver.cxx | 2 | ||||
-rw-r--r-- | evolution/drop-foreign-key/makefile | 2 | ||||
-rw-r--r-- | evolution/drop-foreign-key/model.hxx | 2 | ||||
-rw-r--r-- | evolution/drop-foreign-key/test1.hxx | 2 | ||||
-rw-r--r-- | evolution/drop-foreign-key/test2.hxx | 2 | ||||
-rw-r--r-- | evolution/drop-foreign-key/test3.hxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/evolution/drop-foreign-key/driver.cxx b/evolution/drop-foreign-key/driver.cxx index 579cc44..edb4dc5 100644 --- a/evolution/drop-foreign-key/driver.cxx +++ b/evolution/drop-foreign-key/driver.cxx @@ -1,5 +1,5 @@ // file : evolution/drop-foreign-key/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 dropping a foreign key. diff --git a/evolution/drop-foreign-key/makefile b/evolution/drop-foreign-key/makefile index a4cb120..5f2f38c 100644 --- a/evolution/drop-foreign-key/makefile +++ b/evolution/drop-foreign-key/makefile @@ -1,5 +1,5 @@ # file : evolution/drop-foreign-key/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 diff --git a/evolution/drop-foreign-key/model.hxx b/evolution/drop-foreign-key/model.hxx index 84f4873..97c3e30 100644 --- a/evolution/drop-foreign-key/model.hxx +++ b/evolution/drop-foreign-key/model.hxx @@ -1,5 +1,5 @@ // file : evolution/drop-foreign-key/model.hxx -// 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 #ifndef MODEL_VERSION diff --git a/evolution/drop-foreign-key/test1.hxx b/evolution/drop-foreign-key/test1.hxx index 26273dc..d5b774f 100644 --- a/evolution/drop-foreign-key/test1.hxx +++ b/evolution/drop-foreign-key/test1.hxx @@ -1,5 +1,5 @@ // file : evolution/drop-foreign-key/test1.hxx -// 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 #ifndef TEST1_HXX diff --git a/evolution/drop-foreign-key/test2.hxx b/evolution/drop-foreign-key/test2.hxx index 812b075..72fbd1d 100644 --- a/evolution/drop-foreign-key/test2.hxx +++ b/evolution/drop-foreign-key/test2.hxx @@ -1,5 +1,5 @@ // file : evolution/drop-foreign-key/test2.hxx -// 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 #ifndef TEST2_HXX diff --git a/evolution/drop-foreign-key/test3.hxx b/evolution/drop-foreign-key/test3.hxx index dbfea70..fd5672b 100644 --- a/evolution/drop-foreign-key/test3.hxx +++ b/evolution/drop-foreign-key/test3.hxx @@ -1,5 +1,5 @@ // file : evolution/drop-foreign-key/test3.hxx -// 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 #ifndef TEST3_HXX |