From 48787203dcc538aa7c34a556de1dacf276dc591b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 12:52:02 +0200 Subject: Update copyright --- tests/ctor/driver.cxx | 2 +- tests/ctor/makefile | 2 +- tests/ctor/test.cli | 2 +- tests/erase/driver.cxx | 2 +- tests/erase/makefile | 2 +- tests/erase/test.cli | 2 +- tests/file/driver.cxx | 2 +- tests/file/makefile | 2 +- tests/file/test.cli | 2 +- tests/lexer/driver.cxx | 2 +- tests/lexer/makefile | 2 +- tests/makefile | 2 +- tests/parser/driver.cxx | 2 +- tests/parser/makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'tests') diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx index c923ec1..7cd500c 100644 --- a/tests/ctor/driver.cxx +++ b/tests/ctor/driver.cxx @@ -1,6 +1,6 @@ // file : tests/ctor/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "test.hxx" diff --git a/tests/ctor/makefile b/tests/ctor/makefile index 93d832a..cd2466e 100644 --- a/tests/ctor/makefile +++ b/tests/ctor/makefile @@ -1,6 +1,6 @@ # file : tests/ctor/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli index f85ad98..76d8ec1 100644 --- a/tests/ctor/test.cli +++ b/tests/ctor/test.cli @@ -1,6 +1,6 @@ // file : tests/ctor/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx index ddb6b8d..4f40976 100644 --- a/tests/erase/driver.cxx +++ b/tests/erase/driver.cxx @@ -1,6 +1,6 @@ // file : tests/erase/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test argument erasing. diff --git a/tests/erase/makefile b/tests/erase/makefile index 5a8f49a..9f65e59 100644 --- a/tests/erase/makefile +++ b/tests/erase/makefile @@ -1,6 +1,6 @@ # file : tests/erase/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/erase/test.cli b/tests/erase/test.cli index 57820c0..72d30ac 100644 --- a/tests/erase/test.cli +++ b/tests/erase/test.cli @@ -1,6 +1,6 @@ // file : tests/erase/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx index e0aec6e..d368a98 100644 --- a/tests/file/driver.cxx +++ b/tests/file/driver.cxx @@ -1,6 +1,6 @@ // file : tests/file/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test argv_file_scanner. diff --git a/tests/file/makefile b/tests/file/makefile index d6f5a61..68b28f7 100644 --- a/tests/file/makefile +++ b/tests/file/makefile @@ -1,6 +1,6 @@ # file : tests/file/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/file/test.cli b/tests/file/test.cli index 4bd40d0..6cb4238 100644 --- a/tests/file/test.cli +++ b/tests/file/test.cli @@ -1,6 +1,6 @@ // file : tests/file/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file class options diff --git a/tests/lexer/driver.cxx b/tests/lexer/driver.cxx index 87e2b93..2907a7a 100644 --- a/tests/lexer/driver.cxx +++ b/tests/lexer/driver.cxx @@ -1,6 +1,6 @@ // file : tests/lexer/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/lexer/makefile b/tests/lexer/makefile index 5b5df9a..3f7064f 100644 --- a/tests/lexer/makefile +++ b/tests/lexer/makefile @@ -1,6 +1,6 @@ # file : tests/lexer/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index 5eef36e..109c48d 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx index 3854a44..735b926 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,6 +1,6 @@ // file : tests/parser/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/parser/makefile b/tests/parser/makefile index 2d435b4..c945610 100644 --- a/tests/parser/makefile +++ b/tests/parser/makefile @@ -1,6 +1,6 @@ # file : tests/parser/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1