aboutsummaryrefslogtreecommitdiff
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 07a6c53..b21ff2f 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 4ce5551..0bfe706 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 9163cff..143864a 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 b012148..35fe2e8 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 5eed54a..e58f750 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 f88d931..4df2f97 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 97628f1..2b1f467 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 3358832..250021d 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 8de6376..504e75d 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-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 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 2f900c1..461e2eb 100644
--- a/common/changelog/makefile
+++ b/common/changelog/makefile
@@ -1,5 +1,5 @@
# file : common/changelog/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 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 1b8a6da..68e854a 100644
--- a/common/changelog/model.hxx
+++ b/common/changelog/model.hxx
@@ -1,5 +1,5 @@
// file : common/changelog/model.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef MODEL_HXX