diff options
Diffstat (limited to 'tracer/types')
-rw-r--r-- | tracer/types/driver.cxx | 2 | ||||
-rw-r--r-- | tracer/types/makefile | 2 | ||||
-rw-r--r-- | tracer/types/test.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 |