summaryrefslogtreecommitdiff
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 8ebd8f9..46b6adc 100644
--- a/qt/common/Makefile.am
+++ b/qt/common/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/common/Makefile.am
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 228d19e..fb70c99 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 59f3678..ef39ca3 100644
--- a/qt/common/basic/makefile
+++ b/qt/common/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/common/basic/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 cdf3aa3..0f11dfd 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 a98e5ae..5bb51fe 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 ef27c52..785398d 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-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 e7c22cb..ad7442c 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 c807c70..8983d49 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 dd48588..20b8d9c 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-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 dcebf2e..f4ed192 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 9746e7e..e48da46 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -1,5 +1,5 @@
# file : qt/common/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 873efe2..c1fe7ed 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 5241d7c..567b46b 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-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 56b4d1b..f8ba307 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 8542729..524e781 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-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 7d3c067..d6c38ce 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 1049e46..987953e 100644
--- a/qt/common/template/makefile
+++ b/qt/common/template/makefile
@@ -1,5 +1,5 @@
# file : qt/common/template/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 574ae25..d7856fb 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 3afe5b4..6457620 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-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal