aboutsummaryrefslogtreecommitdiff
path: root/qt/common
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:04 +0200
commitad0fc0d9e6d9ad4e9aef6c76e1150ccf8885b217 (patch)
tree7262c62890f5ed4da48b9cf85c84379dc7638486 /qt/common
parentdae71f180120d7a7e22262220410913d77aa1767 (diff)
Update copyright year
Diffstat (limited to 'qt/common')
-rw-r--r--qt/common/Makefile.am2
-rw-r--r--qt/common/containers/driver.cxx2
-rw-r--r--qt/common/containers/makefile2
-rw-r--r--qt/common/containers/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
13 files changed, 13 insertions, 13 deletions
diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am
index c55213a..60826ae 100644
--- a/qt/common/Makefile.am
+++ b/qt/common/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/common/Makefile.am
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/common/containers/driver.cxx b/qt/common/containers/driver.cxx
index b9ff8cb..5de758c 100644
--- a/qt/common/containers/driver.cxx
+++ b/qt/common/containers/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/driver.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt containers persistence.
diff --git a/qt/common/containers/makefile b/qt/common/containers/makefile
index 7ee8495..fa74ed4 100644
--- a/qt/common/containers/makefile
+++ b/qt/common/containers/makefile
@@ -1,5 +1,5 @@
# file : qt/common/containers/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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/test.hxx b/qt/common/containers/test.hxx
index 226217f..2e452d6 100644
--- a/qt/common/containers/test.hxx
+++ b/qt/common/containers/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/test.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 7a7e59e..584267e 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -1,5 +1,5 @@
# file : qt/common/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 1089b41..4af2c05 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 08775d9..59ed66e 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 94fbce8..a3c3b94 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 69037f6..a15f7b8 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 48648aa..0cdf655 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 82ab0b9..808c459 100644
--- a/qt/common/template/makefile
+++ b/qt/common/template/makefile
@@ -1,5 +1,5 @@
# file : qt/common/template/makefile
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 aed4455..2ccb3ef 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 c6808cf..eabcd0a 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-2011 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal