aboutsummaryrefslogtreecommitdiff
path: root/qt/common
diff options
context:
space:
mode:
Diffstat (limited to 'qt/common')
-rw-r--r--qt/common/Makefile.am2
-rw-r--r--qt/common/basic/driver.cxx2
-rw-r--r--qt/common/basic/makefile2
-rw-r--r--qt/common/basic/test.hxx2
-rw-r--r--qt/common/containers/basics/driver.cxx2
-rw-r--r--qt/common/containers/basics/makefile2
-rw-r--r--qt/common/containers/basics/test.hxx2
-rw-r--r--qt/common/containers/change-tracking/driver.cxx2
-rw-r--r--qt/common/containers/change-tracking/makefile2
-rw-r--r--qt/common/containers/change-tracking/test.hxx2
-rw-r--r--qt/common/makefile2
-rw-r--r--qt/common/smart-ptr/driver.cxx2
-rw-r--r--qt/common/smart-ptr/makefile2
-rw-r--r--qt/common/smart-ptr/test.hxx2
-rw-r--r--qt/common/template/Makefile.am2
-rw-r--r--qt/common/template/driver.cxx2
-rw-r--r--qt/common/template/makefile2
-rw-r--r--qt/common/template/test.hxx2
-rw-r--r--qt/common/test.bat2
19 files changed, 19 insertions, 19 deletions
diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am
index 46b6adc..510cdb4 100644
--- a/qt/common/Makefile.am
+++ b/qt/common/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/common/Makefile.am
-# 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
SUBDIRS = __path__(dirs)
diff --git a/qt/common/basic/driver.cxx b/qt/common/basic/driver.cxx
index fb70c99..7818604 100644
--- a/qt/common/basic/driver.cxx
+++ b/qt/common/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/basic/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 Qt basic type persistence (common part).
diff --git a/qt/common/basic/makefile b/qt/common/basic/makefile
index ef39ca3..e44c141 100644
--- a/qt/common/basic/makefile
+++ b/qt/common/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/common/basic/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/qt/common/basic/test.hxx b/qt/common/basic/test.hxx
index 0f11dfd..456899b 100644
--- a/qt/common/basic/test.hxx
+++ b/qt/common/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/basic/test.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 TEST_HXX
diff --git a/qt/common/containers/basics/driver.cxx b/qt/common/containers/basics/driver.cxx
index 5bb51fe..4d4afca 100644
--- a/qt/common/containers/basics/driver.cxx
+++ b/qt/common/containers/basics/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/basics/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 basic Qt containers persistence.
diff --git a/qt/common/containers/basics/makefile b/qt/common/containers/basics/makefile
index 785398d..e4e34cd 100644
--- a/qt/common/containers/basics/makefile
+++ b/qt/common/containers/basics/makefile
@@ -1,5 +1,5 @@
# file : qt/common/containers/basics/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/qt/common/containers/basics/test.hxx b/qt/common/containers/basics/test.hxx
index ad7442c..dae4178 100644
--- a/qt/common/containers/basics/test.hxx
+++ b/qt/common/containers/basics/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/basics/test.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 TEST_HXX
diff --git a/qt/common/containers/change-tracking/driver.cxx b/qt/common/containers/change-tracking/driver.cxx
index 8983d49..425807c 100644
--- a/qt/common/containers/change-tracking/driver.cxx
+++ b/qt/common/containers/change-tracking/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/change-tracking/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 change-tracking Qt containers.
diff --git a/qt/common/containers/change-tracking/makefile b/qt/common/containers/change-tracking/makefile
index 20b8d9c..46d8cae 100644
--- a/qt/common/containers/change-tracking/makefile
+++ b/qt/common/containers/change-tracking/makefile
@@ -1,5 +1,5 @@
# file : qt/common/containers/change-tracking/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/qt/common/containers/change-tracking/test.hxx b/qt/common/containers/change-tracking/test.hxx
index f4ed192..4f04860 100644
--- a/qt/common/containers/change-tracking/test.hxx
+++ b/qt/common/containers/change-tracking/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/change-tracking/test.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 TEST_HXX
diff --git a/qt/common/makefile b/qt/common/makefile
index e48da46..7caf253 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -1,5 +1,5 @@
# file : qt/common/makefile
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/common/smart-ptr/driver.cxx b/qt/common/smart-ptr/driver.cxx
index c1fe7ed..7f3b1a2 100644
--- a/qt/common/smart-ptr/driver.cxx
+++ b/qt/common/smart-ptr/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/smart-ptr/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 Qt smart pointers.
diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile
index 567b46b..194c533 100644
--- a/qt/common/smart-ptr/makefile
+++ b/qt/common/smart-ptr/makefile
@@ -1,5 +1,5 @@
# file : qt/common/smart-ptr/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/qt/common/smart-ptr/test.hxx b/qt/common/smart-ptr/test.hxx
index f8ba307..c27b6e0 100644
--- a/qt/common/smart-ptr/test.hxx
+++ b/qt/common/smart-ptr/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/smart-ptr/test.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 TEST_HXX
diff --git a/qt/common/template/Makefile.am b/qt/common/template/Makefile.am
index 524e781..fbc95da 100644
--- a/qt/common/template/Makefile.am
+++ b/qt/common/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/common/template/Makefile.am
-# 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
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/common/template/driver.cxx b/qt/common/template/driver.cxx
index d6c38ce..be68d02 100644
--- a/qt/common/template/driver.cxx
+++ b/qt/common/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/template/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
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/common/template/makefile b/qt/common/template/makefile
index 987953e..59ced7f 100644
--- a/qt/common/template/makefile
+++ b/qt/common/template/makefile
@@ -1,5 +1,5 @@
# file : qt/common/template/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/qt/common/template/test.hxx b/qt/common/template/test.hxx
index d7856fb..8503ec2 100644
--- a/qt/common/template/test.hxx
+++ b/qt/common/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/template/test.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 TEST_HXX
diff --git a/qt/common/test.bat b/qt/common/test.bat
index 6457620..2e23e6c 100644
--- a/qt/common/test.bat
+++ b/qt/common/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/common/test.bat
-rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal