aboutsummaryrefslogtreecommitdiff
path: root/tracer
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:57:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:57:28 +0200
commitdb5b409f5e6e5c5d3771febd8046240cdb3e06e4 (patch)
treed1b060bdfb0095eaaec63a4ade71a4b4b69fb96d /tracer
parent3fd22b7b86ebad8fbd4b66da3d63e6d9c1ca829c (diff)
Copyright update
Diffstat (limited to 'tracer')
-rw-r--r--tracer/Makefile.am2
-rw-r--r--tracer/include/driver.cxx2
-rw-r--r--tracer/include/makefile2
-rw-r--r--tracer/include/obj1.hxx2
-rw-r--r--tracer/include/obj2.hxx2
-rw-r--r--tracer/include/obj3.hxx2
-rw-r--r--tracer/include/objs1.hxx2
-rw-r--r--tracer/include/objs2.hxx2
-rw-r--r--tracer/include/objs3.hxx2
-rw-r--r--tracer/include/objs4.hxx2
-rw-r--r--tracer/include/test1.hxx2
-rw-r--r--tracer/include/test2.hxx2
-rw-r--r--tracer/include/test3.hxx2
-rw-r--r--tracer/include/test4.hxx2
-rw-r--r--tracer/makefile2
-rw-r--r--tracer/object/driver.cxx2
-rw-r--r--tracer/object/makefile2
-rw-r--r--tracer/object/test.hxx2
-rw-r--r--tracer/pragma/driver.cxx2
-rw-r--r--tracer/pragma/makefile2
-rw-r--r--tracer/pragma/test.hxx2
-rw-r--r--tracer/template/Makefile.am2
-rw-r--r--tracer/template/driver.cxx2
-rw-r--r--tracer/template/makefile2
-rw-r--r--tracer/template/test.hxx2
-rw-r--r--tracer/test.bat2
-rw-r--r--tracer/transaction/driver.cxx2
-rw-r--r--tracer/transaction/makefile2
-rw-r--r--tracer/types/driver.cxx2
-rw-r--r--tracer/types/makefile2
-rw-r--r--tracer/types/test.hxx2
31 files changed, 31 insertions, 31 deletions
diff --git a/tracer/Makefile.am b/tracer/Makefile.am
index 395bd7c..acaf926 100644
--- a/tracer/Makefile.am
+++ b/tracer/Makefile.am
@@ -1,6 +1,6 @@
# file : tracer/Makefile.am
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/tracer/include/driver.cxx b/tracer/include/driver.cxx
index 111f542..70cdd99 100644
--- a/tracer/include/driver.cxx
+++ b/tracer/include/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/include/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test inclusion of -odb files (compilation test).
diff --git a/tracer/include/makefile b/tracer/include/makefile
index 6e8f00a..f5c9f32 100644
--- a/tracer/include/makefile
+++ b/tracer/include/makefile
@@ -1,6 +1,6 @@
# file : tracer/include/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tracer/include/obj1.hxx b/tracer/include/obj1.hxx
index f994c43..ef2429b 100644
--- a/tracer/include/obj1.hxx
+++ b/tracer/include/obj1.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/obj1.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJ1_HXX
diff --git a/tracer/include/obj2.hxx b/tracer/include/obj2.hxx
index d29cbad..71018a8 100644
--- a/tracer/include/obj2.hxx
+++ b/tracer/include/obj2.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/obj2.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJ2_HXX
diff --git a/tracer/include/obj3.hxx b/tracer/include/obj3.hxx
index 0490176..92bdc0b 100644
--- a/tracer/include/obj3.hxx
+++ b/tracer/include/obj3.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/obj3.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJ3_HXX
diff --git a/tracer/include/objs1.hxx b/tracer/include/objs1.hxx
index 3df76ee..98c0f2f 100644
--- a/tracer/include/objs1.hxx
+++ b/tracer/include/objs1.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/objs1.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJS1_HXX
diff --git a/tracer/include/objs2.hxx b/tracer/include/objs2.hxx
index 991fea1..c19811a 100644
--- a/tracer/include/objs2.hxx
+++ b/tracer/include/objs2.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/objs2.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJS2_HXX
diff --git a/tracer/include/objs3.hxx b/tracer/include/objs3.hxx
index ed72d3c..b8828de 100644
--- a/tracer/include/objs3.hxx
+++ b/tracer/include/objs3.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/objs3.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJS3_HXX
diff --git a/tracer/include/objs4.hxx b/tracer/include/objs4.hxx
index d7d6d97..7f76aea 100644
--- a/tracer/include/objs4.hxx
+++ b/tracer/include/objs4.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/objs1.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJS4_HXX
diff --git a/tracer/include/test1.hxx b/tracer/include/test1.hxx
index d3bc35c..6f08900 100644
--- a/tracer/include/test1.hxx
+++ b/tracer/include/test1.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/test1.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST1_HXX
diff --git a/tracer/include/test2.hxx b/tracer/include/test2.hxx
index 9db23c4..74623d4 100644
--- a/tracer/include/test2.hxx
+++ b/tracer/include/test2.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/test2.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST2_HXX
diff --git a/tracer/include/test3.hxx b/tracer/include/test3.hxx
index 2ff8af7..3f1b762 100644
--- a/tracer/include/test3.hxx
+++ b/tracer/include/test3.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/test3.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST3_HXX
diff --git a/tracer/include/test4.hxx b/tracer/include/test4.hxx
index d6dc74b..8ea681a 100644
--- a/tracer/include/test4.hxx
+++ b/tracer/include/test4.hxx
@@ -1,6 +1,6 @@
// file : tracer/include/test3.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST3_HXX
diff --git a/tracer/makefile b/tracer/makefile
index ef393ad..a549440 100644
--- a/tracer/makefile
+++ b/tracer/makefile
@@ -1,6 +1,6 @@
# file : tracer/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/tracer/object/driver.cxx b/tracer/object/driver.cxx
index 085c6a3..9c8d465 100644
--- a/tracer/object/driver.cxx
+++ b/tracer/object/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/object/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test object persistence operations.
diff --git a/tracer/object/makefile b/tracer/object/makefile
index a812671..428743d 100644
--- a/tracer/object/makefile
+++ b/tracer/object/makefile
@@ -1,6 +1,6 @@
# file : tracer/object/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tracer/object/test.hxx b/tracer/object/test.hxx
index e7adee3..38bbd7f 100644
--- a/tracer/object/test.hxx
+++ b/tracer/object/test.hxx
@@ -1,6 +1,6 @@
// file : tracer/object/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/tracer/pragma/driver.cxx b/tracer/pragma/driver.cxx
index c227d4e..c463230 100644
--- a/tracer/pragma/driver.cxx
+++ b/tracer/pragma/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/pragma/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test #pragma db parsing.
diff --git a/tracer/pragma/makefile b/tracer/pragma/makefile
index b9da24c..caf5cd4 100644
--- a/tracer/pragma/makefile
+++ b/tracer/pragma/makefile
@@ -1,6 +1,6 @@
# file : tracer/pragma/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tracer/pragma/test.hxx b/tracer/pragma/test.hxx
index c3daac7..46f251e 100644
--- a/tracer/pragma/test.hxx
+++ b/tracer/pragma/test.hxx
@@ -1,6 +1,6 @@
// file : tracer/template/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/tracer/template/Makefile.am b/tracer/template/Makefile.am
index f594a51..c6cbb16 100644
--- a/tracer/template/Makefile.am
+++ b/tracer/template/Makefile.am
@@ -1,6 +1,6 @@
# file : tracer/template/Makefile.am
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/tracer/template/driver.cxx b/tracer/template/driver.cxx
index 3b92d4f..616f966 100644
--- a/tracer/template/driver.cxx
+++ b/tracer/template/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/template/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/tracer/template/makefile b/tracer/template/makefile
index 023f5f9..0e5c780 100644
--- a/tracer/template/makefile
+++ b/tracer/template/makefile
@@ -1,6 +1,6 @@
# file : tracer/template/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tracer/template/test.hxx b/tracer/template/test.hxx
index c85ddde..93b7b93 100644
--- a/tracer/template/test.hxx
+++ b/tracer/template/test.hxx
@@ -1,6 +1,6 @@
// file : tracer/template/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/tracer/test.bat b/tracer/test.bat
index 4c04576..705ce8d 100644
--- a/tracer/test.bat
+++ b/tracer/test.bat
@@ -1,7 +1,7 @@
@echo off
rem file : tracer/test.bat
rem author : Boris Kolpackov <boris@codesynthesis.com>
-rem copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/tracer/transaction/driver.cxx b/tracer/transaction/driver.cxx
index 92ce0f0..fcec91c 100644
--- a/tracer/transaction/driver.cxx
+++ b/tracer/transaction/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/transaction/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test transaction operations.
diff --git a/tracer/transaction/makefile b/tracer/transaction/makefile
index 2a3baee..fb02ee5 100644
--- a/tracer/transaction/makefile
+++ b/tracer/transaction/makefile
@@ -1,6 +1,6 @@
# file : tracer/transaction/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tracer/types/driver.cxx b/tracer/types/driver.cxx
index 3b28480..6847878 100644
--- a/tracer/types/driver.cxx
+++ b/tracer/types/driver.cxx
@@ -1,6 +1,6 @@
// file : tracer/types/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test C++ type handling (anonymous types, aliasing).
diff --git a/tracer/types/makefile b/tracer/types/makefile
index f7fe190..c2da4c8 100644
--- a/tracer/types/makefile
+++ b/tracer/types/makefile
@@ -1,6 +1,6 @@
# file : tracer/types/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tracer/types/test.hxx b/tracer/types/test.hxx
index 8537e16..79a8f81 100644
--- a/tracer/types/test.hxx
+++ b/tracer/types/test.hxx
@@ -1,6 +1,6 @@
// file : tracer/types/test.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX