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