diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:28 +0200 |
commit | db5b409f5e6e5c5d3771febd8046240cdb3e06e4 (patch) | |
tree | d1b060bdfb0095eaaec63a4ade71a4b4b69fb96d /tracer/types | |
parent | 3fd22b7b86ebad8fbd4b66da3d63e6d9c1ca829c (diff) |
Copyright update
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 |