summaryrefslogtreecommitdiff
path: root/common/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'common/changelog')
-rw-r--r--common/changelog/add-column.hxx2
-rw-r--r--common/changelog/add-foreign-key.hxx2
-rw-r--r--common/changelog/add-index.hxx2
-rw-r--r--common/changelog/add-table.hxx2
-rw-r--r--common/changelog/alter-column.hxx2
-rw-r--r--common/changelog/drop-column.hxx2
-rw-r--r--common/changelog/drop-foreign-key.hxx2
-rw-r--r--common/changelog/drop-index.hxx2
-rw-r--r--common/changelog/drop-table.hxx2
-rw-r--r--common/changelog/makefile2
-rw-r--r--common/changelog/model.hxx2
11 files changed, 11 insertions, 11 deletions
diff --git a/common/changelog/add-column.hxx b/common/changelog/add-column.hxx
index eaf54f2..5523fa7 100644
--- a/common/changelog/add-column.hxx
+++ b/common/changelog/add-column.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/add-column.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 ADD_COLUMN_HXX
diff --git a/common/changelog/add-foreign-key.hxx b/common/changelog/add-foreign-key.hxx
index 58bf5e0..7f6cb10 100644
--- a/common/changelog/add-foreign-key.hxx
+++ b/common/changelog/add-foreign-key.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/add-foreign-key.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 ADD_FOREIGN_KEY_HXX
diff --git a/common/changelog/add-index.hxx b/common/changelog/add-index.hxx
index a47d517..9c5c67e 100644
--- a/common/changelog/add-index.hxx
+++ b/common/changelog/add-index.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/add-index.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 ADD_INDEX_HXX
diff --git a/common/changelog/add-table.hxx b/common/changelog/add-table.hxx
index 69e9ba7..23761d6 100644
--- a/common/changelog/add-table.hxx
+++ b/common/changelog/add-table.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/add-table.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 ADD_TABLE_HXX
diff --git a/common/changelog/alter-column.hxx b/common/changelog/alter-column.hxx
index f894b1c..400f4be 100644
--- a/common/changelog/alter-column.hxx
+++ b/common/changelog/alter-column.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/alter-column.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 ALTER_COLUMN_HXX
diff --git a/common/changelog/drop-column.hxx b/common/changelog/drop-column.hxx
index 1302322..076ae24 100644
--- a/common/changelog/drop-column.hxx
+++ b/common/changelog/drop-column.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/drop-column.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 DROP_COLUMN_HXX
diff --git a/common/changelog/drop-foreign-key.hxx b/common/changelog/drop-foreign-key.hxx
index a3320e0..a72e73e 100644
--- a/common/changelog/drop-foreign-key.hxx
+++ b/common/changelog/drop-foreign-key.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/drop-foreign-key.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 DROP_FOREIGN_KEY_HXX
diff --git a/common/changelog/drop-index.hxx b/common/changelog/drop-index.hxx
index bc7c18b..77fb969 100644
--- a/common/changelog/drop-index.hxx
+++ b/common/changelog/drop-index.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/drop-index.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 DROP_INDEX_HXX
diff --git a/common/changelog/drop-table.hxx b/common/changelog/drop-table.hxx
index 1867624..5809e53 100644
--- a/common/changelog/drop-table.hxx
+++ b/common/changelog/drop-table.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/drop-table.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 DROP_TABLE_HXX
diff --git a/common/changelog/makefile b/common/changelog/makefile
index 7851665..e27de8f 100644
--- a/common/changelog/makefile
+++ b/common/changelog/makefile
@@ -1,5 +1,5 @@
# file : common/changelog/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/changelog/model.hxx b/common/changelog/model.hxx
index 8ff2daf..d281c99 100644
--- a/common/changelog/model.hxx
+++ b/common/changelog/model.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/model.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 MODEL_HXX