From 53b8695810131792357c833cb6c8237df117ea3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 15:57:45 +0200 Subject: Copyright update --- 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 +- tests/specifier/driver.cxx | 2 +- tests/specifier/makefile | 2 +- tests/specifier/test.cli | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'tests') diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx index 7cd500c..4bab1b0 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include "test.hxx" diff --git a/tests/ctor/makefile b/tests/ctor/makefile index 9d87279..d50c32d 100644 --- a/tests/ctor/makefile +++ b/tests/ctor/makefile @@ -1,6 +1,6 @@ # file : tests/ctor/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 76d8ec1..0d77f77 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 4f40976..187d12c 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test argument erasing. diff --git a/tests/erase/makefile b/tests/erase/makefile index 815cc5b..ef26ed7 100644 --- a/tests/erase/makefile +++ b/tests/erase/makefile @@ -1,6 +1,6 @@ # file : tests/erase/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 72d30ac..8c0a2e3 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 d368a98..d0b5774 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 af71907..7e4df6a 100644 --- a/tests/file/makefile +++ b/tests/file/makefile @@ -1,6 +1,6 @@ # file : tests/file/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 6cb4238..24a1209 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 2907a7a..c16d92b 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/lexer/makefile b/tests/lexer/makefile index 3f7064f..80fceb8 100644 --- a/tests/lexer/makefile +++ b/tests/lexer/makefile @@ -1,6 +1,6 @@ # file : tests/lexer/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 0d96d76..432b0a3 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 735b926..5f91564 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/parser/makefile b/tests/parser/makefile index c945610..eaceabd 100644 --- a/tests/parser/makefile +++ b/tests/parser/makefile @@ -1,6 +1,6 @@ # file : tests/parser/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx index 9f9005a..1824c8d 100644 --- a/tests/specifier/driver.cxx +++ b/tests/specifier/driver.cxx @@ -1,6 +1,6 @@ // file : tests/specifier/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file // Test specifier functions. diff --git a/tests/specifier/makefile b/tests/specifier/makefile index d2f67a3..eed02fb 100644 --- a/tests/specifier/makefile +++ b/tests/specifier/makefile @@ -1,6 +1,6 @@ # file : tests/specifier/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli index e9c9ad0..1e9a637 100644 --- a/tests/specifier/test.cli +++ b/tests/specifier/test.cli @@ -1,6 +1,6 @@ // file : tests/specifier/test.cli // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file include ; -- cgit v1.1