summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/cli/cli-cxx.make2
-rw-r--r--cli/cli.cxx4
-rw-r--r--cli/context.cxx2
-rw-r--r--cli/context.hxx2
-rw-r--r--cli/generator.cxx2
-rw-r--r--cli/generator.hxx2
-rw-r--r--cli/header.cxx2
-rw-r--r--cli/header.hxx2
-rw-r--r--cli/html.cxx2
-rw-r--r--cli/html.hxx2
-rw-r--r--cli/inline.cxx2
-rw-r--r--cli/inline.hxx2
-rw-r--r--cli/lexer.cxx2
-rw-r--r--cli/lexer.hxx2
-rw-r--r--cli/lexer.ixx2
-rw-r--r--cli/makefile2
-rw-r--r--cli/man.cxx2
-rw-r--r--cli/man.hxx2
-rw-r--r--cli/name-processor.cxx2
-rw-r--r--cli/name-processor.hxx2
-rw-r--r--cli/options.cli2
-rw-r--r--cli/parser.cxx2
-rw-r--r--cli/parser.hxx2
-rw-r--r--cli/runtime-header.cxx2
-rw-r--r--cli/runtime-header.hxx2
-rw-r--r--cli/runtime-inline.cxx2
-rw-r--r--cli/runtime-inline.hxx2
-rw-r--r--cli/runtime-source.cxx2
-rw-r--r--cli/runtime-source.hxx2
-rw-r--r--cli/semantics.hxx2
-rw-r--r--cli/semantics/class.cxx2
-rw-r--r--cli/semantics/class.hxx2
-rw-r--r--cli/semantics/elements.cxx2
-rw-r--r--cli/semantics/elements.hxx2
-rw-r--r--cli/semantics/expression.cxx2
-rw-r--r--cli/semantics/expression.hxx2
-rw-r--r--cli/semantics/namespace.cxx2
-rw-r--r--cli/semantics/namespace.hxx2
-rw-r--r--cli/semantics/option.cxx2
-rw-r--r--cli/semantics/option.hxx2
-rw-r--r--cli/semantics/unit.cxx2
-rw-r--r--cli/semantics/unit.hxx2
-rw-r--r--cli/source.cxx2
-rw-r--r--cli/source.hxx2
-rw-r--r--cli/token.hxx2
-rw-r--r--cli/token.ixx2
-rw-r--r--cli/traversal.hxx2
-rw-r--r--cli/traversal/class.cxx2
-rw-r--r--cli/traversal/class.hxx2
-rw-r--r--cli/traversal/elements.cxx2
-rw-r--r--cli/traversal/elements.hxx2
-rw-r--r--cli/traversal/expression.hxx2
-rw-r--r--cli/traversal/namespace.cxx2
-rw-r--r--cli/traversal/namespace.hxx2
-rw-r--r--cli/traversal/option.cxx2
-rw-r--r--cli/traversal/option.hxx2
-rw-r--r--cli/traversal/unit.cxx2
-rw-r--r--cli/traversal/unit.hxx2
-rw-r--r--doc/cli-epilogue.12
-rw-r--r--doc/cli-epilogue.xhtml2
-rw-r--r--doc/cli-prologue.xhtml2
-rw-r--r--doc/cli.12
-rw-r--r--doc/cli.xhtml4
-rw-r--r--doc/guide/guide.html2ps2
-rw-r--r--doc/guide/index.xhtml4
-rw-r--r--doc/guide/makefile2
-rw-r--r--doc/makefile2
-rw-r--r--examples/features/driver.cxx2
-rw-r--r--examples/features/makefile2
-rw-r--r--examples/file/driver.cxx2
-rw-r--r--examples/file/makefile2
-rw-r--r--examples/hello/driver.cxx2
-rw-r--r--examples/hello/makefile2
-rw-r--r--examples/makefile2
-rw-r--r--makefile2
-rw-r--r--tests/ctor/driver.cxx2
-rw-r--r--tests/ctor/makefile2
-rw-r--r--tests/ctor/test.cli2
-rw-r--r--tests/erase/driver.cxx2
-rw-r--r--tests/erase/makefile2
-rw-r--r--tests/erase/test.cli2
-rw-r--r--tests/file/driver.cxx2
-rw-r--r--tests/file/makefile2
-rw-r--r--tests/file/test.cli2
-rw-r--r--tests/lexer/driver.cxx2
-rw-r--r--tests/lexer/makefile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/parser/makefile2
90 files changed, 93 insertions, 93 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 1ac9807..0a173ee 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,6 +1,6 @@
# file : build/bootstrap.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project_name := CLI
diff --git a/build/cli/cli-cxx.make b/build/cli/cli-cxx.make
index 49cc97f..f4985c7 100644
--- a/build/cli/cli-cxx.make
+++ b/build/cli/cli-cxx.make
@@ -1,6 +1,6 @@
# file : build/cli/cli-cxx.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
#@@ Need to use extensions from cxx config.
diff --git a/cli/cli.cxx b/cli/cli.cxx
index d1fd5d2..23552b4 100644
--- a/cli/cli.cxx
+++ b/cli/cli.cxx
@@ -1,6 +1,6 @@
// file : cli/cli.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <memory> // std::auto_ptr
@@ -32,7 +32,7 @@ main (int argc, char* argv[])
if (ops.version ())
{
e << "CodeSynthesis CLI command line interface compiler 1.1.0" << endl
- << "Copyright (C) 2009 Code Synthesis Tools CC" << endl;
+ << "Copyright (C) 2009-2010 Code Synthesis Tools CC" << endl;
e << "This is free software; see the source for copying conditions. "
<< "There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS "
diff --git a/cli/context.cxx b/cli/context.cxx
index 76a97a4..43dfde2 100644
--- a/cli/context.cxx
+++ b/cli/context.cxx
@@ -1,6 +1,6 @@
// file : cli/context.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <stack>
diff --git a/cli/context.hxx b/cli/context.hxx
index 1f46ed7..00cbcde 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -1,6 +1,6 @@
// file : cli/context.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_CONTEXT_HXX
diff --git a/cli/generator.cxx b/cli/generator.cxx
index f1ce1e0..2057615 100644
--- a/cli/generator.cxx
+++ b/cli/generator.cxx
@@ -1,6 +1,6 @@
// file : cli/generator.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cctype> // std::toupper, std::is{alpha,upper,lower}
diff --git a/cli/generator.hxx b/cli/generator.hxx
index c9b449d..937e08e 100644
--- a/cli/generator.hxx
+++ b/cli/generator.hxx
@@ -1,6 +1,6 @@
// file : cli/generator.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_GENERATOR_HXX
diff --git a/cli/header.cxx b/cli/header.cxx
index 012933d..ad11aa7 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -1,6 +1,6 @@
// file : cli/header.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "header.hxx"
diff --git a/cli/header.hxx b/cli/header.hxx
index a546664..f82c739 100644
--- a/cli/header.hxx
+++ b/cli/header.hxx
@@ -1,6 +1,6 @@
// file : cli/header.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_HEADER_HXX
diff --git a/cli/html.cxx b/cli/html.cxx
index be675c7..c603dcf 100644
--- a/cli/html.cxx
+++ b/cli/html.cxx
@@ -1,6 +1,6 @@
// file : cli/html.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "html.hxx"
diff --git a/cli/html.hxx b/cli/html.hxx
index 5794dc7..3e9aa67 100644
--- a/cli/html.hxx
+++ b/cli/html.hxx
@@ -1,6 +1,6 @@
// file : cli/html.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_HTML_HXX
diff --git a/cli/inline.cxx b/cli/inline.cxx
index a4db1da..0d1393d 100644
--- a/cli/inline.cxx
+++ b/cli/inline.cxx
@@ -1,6 +1,6 @@
// file : cli/inline.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "inline.hxx"
diff --git a/cli/inline.hxx b/cli/inline.hxx
index 1e1e790..96ecede 100644
--- a/cli/inline.hxx
+++ b/cli/inline.hxx
@@ -1,6 +1,6 @@
// file : cli/inline.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_INLINE_HXX
diff --git a/cli/lexer.cxx b/cli/lexer.cxx
index 7bde749..ba867a9 100644
--- a/cli/lexer.cxx
+++ b/cli/lexer.cxx
@@ -1,6 +1,6 @@
// file : cli/lexer.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/cli/lexer.hxx b/cli/lexer.hxx
index c5608cf..44f0ee2 100644
--- a/cli/lexer.hxx
+++ b/cli/lexer.hxx
@@ -1,6 +1,6 @@
// file : cli/lexer.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_LEXER_HXX
diff --git a/cli/lexer.ixx b/cli/lexer.ixx
index f346575..cd05921 100644
--- a/cli/lexer.ixx
+++ b/cli/lexer.ixx
@@ -1,6 +1,6 @@
// file : cli/lexer.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// lexer::xchar
diff --git a/cli/makefile b/cli/makefile
index db4281a..7183e58 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -1,6 +1,6 @@
# file : cli/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/cli/man.cxx b/cli/man.cxx
index cb7822c..821fc15 100644
--- a/cli/man.cxx
+++ b/cli/man.cxx
@@ -1,6 +1,6 @@
// file : cli/man.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "man.hxx"
diff --git a/cli/man.hxx b/cli/man.hxx
index 7a4100a..cb00627 100644
--- a/cli/man.hxx
+++ b/cli/man.hxx
@@ -1,6 +1,6 @@
// file : cli/man.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_MAN_HXX
diff --git a/cli/name-processor.cxx b/cli/name-processor.cxx
index 304bc3c..20e4b43 100644
--- a/cli/name-processor.cxx
+++ b/cli/name-processor.cxx
@@ -1,6 +1,6 @@
// file : cli/name-processor.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <set>
diff --git a/cli/name-processor.hxx b/cli/name-processor.hxx
index 13e25df..ffd2484 100644
--- a/cli/name-processor.hxx
+++ b/cli/name-processor.hxx
@@ -1,6 +1,6 @@
// file : cli/name-processor.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_NAME_PROCESSOR_HXX
diff --git a/cli/options.cli b/cli/options.cli
index 4cce297..de0c1a2 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -1,6 +1,6 @@
// file : cli/options.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// NOTE: Make sure you have a working CLI compiler around before
diff --git a/cli/parser.cxx b/cli/parser.cxx
index aee3bc3..c7e9324 100644
--- a/cli/parser.cxx
+++ b/cli/parser.cxx
@@ -1,6 +1,6 @@
// file : cli/parser.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/cli/parser.hxx b/cli/parser.hxx
index a33ddef..385d050 100644
--- a/cli/parser.hxx
+++ b/cli/parser.hxx
@@ -1,6 +1,6 @@
// file : cli/parser.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_PARSER_HXX
diff --git a/cli/runtime-header.cxx b/cli/runtime-header.cxx
index 5da33c0..f25d64c 100644
--- a/cli/runtime-header.cxx
+++ b/cli/runtime-header.cxx
@@ -1,6 +1,6 @@
// file : cli/runtime-header.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "runtime-header.hxx"
diff --git a/cli/runtime-header.hxx b/cli/runtime-header.hxx
index 0e3bdff..2b55413 100644
--- a/cli/runtime-header.hxx
+++ b/cli/runtime-header.hxx
@@ -1,6 +1,6 @@
// file : cli/runtime-header.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_RUNTIME_HEADER_HXX
diff --git a/cli/runtime-inline.cxx b/cli/runtime-inline.cxx
index d3107b3..cc54b5e 100644
--- a/cli/runtime-inline.cxx
+++ b/cli/runtime-inline.cxx
@@ -1,6 +1,6 @@
// file : cli/runtime-inline.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "runtime-inline.hxx"
diff --git a/cli/runtime-inline.hxx b/cli/runtime-inline.hxx
index 84eb655..8345297 100644
--- a/cli/runtime-inline.hxx
+++ b/cli/runtime-inline.hxx
@@ -1,6 +1,6 @@
// file : cli/runtime-inline.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_RUNTIME_INLINE_HXX
diff --git a/cli/runtime-source.cxx b/cli/runtime-source.cxx
index 323b604..e605c73 100644
--- a/cli/runtime-source.cxx
+++ b/cli/runtime-source.cxx
@@ -1,6 +1,6 @@
// file : cli/runtime-source.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "runtime-source.hxx"
diff --git a/cli/runtime-source.hxx b/cli/runtime-source.hxx
index efcba29..ebf2090 100644
--- a/cli/runtime-source.hxx
+++ b/cli/runtime-source.hxx
@@ -1,6 +1,6 @@
// file : cli/runtime-source.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_RUNTIME_SOURCE_HXX
diff --git a/cli/semantics.hxx b/cli/semantics.hxx
index 4508ab2..46416d3 100644
--- a/cli/semantics.hxx
+++ b/cli/semantics.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_HXX
diff --git a/cli/semantics/class.cxx b/cli/semantics/class.cxx
index baa056c..6369f22 100644
--- a/cli/semantics/class.cxx
+++ b/cli/semantics/class.cxx
@@ -1,6 +1,6 @@
// file : cli/semantics/class.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx
index 97717bc..973ff76 100644
--- a/cli/semantics/class.hxx
+++ b/cli/semantics/class.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics/class.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_CLASS_HXX
diff --git a/cli/semantics/elements.cxx b/cli/semantics/elements.cxx
index 685604a..bc3f350 100644
--- a/cli/semantics/elements.cxx
+++ b/cli/semantics/elements.cxx
@@ -1,6 +1,6 @@
// file : cli/semantics/elements.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cli/semantics/elements.hxx b/cli/semantics/elements.hxx
index ecca9ed..7809ec2 100644
--- a/cli/semantics/elements.hxx
+++ b/cli/semantics/elements.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics/elements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_ELEMENTS_HXX
diff --git a/cli/semantics/expression.cxx b/cli/semantics/expression.cxx
index 13f6a20..f4c9f0b 100644
--- a/cli/semantics/expression.cxx
+++ b/cli/semantics/expression.cxx
@@ -1,6 +1,6 @@
// file : cli/semantics/expression.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cli/semantics/expression.hxx b/cli/semantics/expression.hxx
index 16d09c7..2c0dbbc 100644
--- a/cli/semantics/expression.hxx
+++ b/cli/semantics/expression.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics/expression.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_EXPRESSION_HXX
diff --git a/cli/semantics/namespace.cxx b/cli/semantics/namespace.cxx
index 79fe48c..e029d6d 100644
--- a/cli/semantics/namespace.cxx
+++ b/cli/semantics/namespace.cxx
@@ -1,6 +1,6 @@
// file : cli/semantics/namespace.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx
index 466ad4f..7063077 100644
--- a/cli/semantics/namespace.hxx
+++ b/cli/semantics/namespace.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics/namespace.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_NAMESPACE_HXX
diff --git a/cli/semantics/option.cxx b/cli/semantics/option.cxx
index 94b02a2..3fccfe5 100644
--- a/cli/semantics/option.cxx
+++ b/cli/semantics/option.cxx
@@ -1,6 +1,6 @@
// file : cli/semantics/option.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cli/semantics/option.hxx b/cli/semantics/option.hxx
index a4f34d0..19b5a2f 100644
--- a/cli/semantics/option.hxx
+++ b/cli/semantics/option.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics/option.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_OPTION_HXX
diff --git a/cli/semantics/unit.cxx b/cli/semantics/unit.cxx
index 288f20f..ed1381b 100644
--- a/cli/semantics/unit.cxx
+++ b/cli/semantics/unit.cxx
@@ -1,6 +1,6 @@
// file : cli/semantics/unit.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx
index d7e6727..4fcea61 100644
--- a/cli/semantics/unit.hxx
+++ b/cli/semantics/unit.hxx
@@ -1,6 +1,6 @@
// file : cli/semantics/unit.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SEMANTICS_UNIT_HXX
diff --git a/cli/source.cxx b/cli/source.cxx
index 61cc1c0..70a7fc9 100644
--- a/cli/source.cxx
+++ b/cli/source.cxx
@@ -1,6 +1,6 @@
// file : cli/source.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/cli/source.hxx b/cli/source.hxx
index 12caea3..e46154e 100644
--- a/cli/source.hxx
+++ b/cli/source.hxx
@@ -1,6 +1,6 @@
// file : cli/source.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_SOURCE_HXX
diff --git a/cli/token.hxx b/cli/token.hxx
index b7b656a..1cfc6b9 100644
--- a/cli/token.hxx
+++ b/cli/token.hxx
@@ -1,6 +1,6 @@
// file : cli/token.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TOKEN_HXX
diff --git a/cli/token.ixx b/cli/token.ixx
index 4715813..2c6c21a 100644
--- a/cli/token.ixx
+++ b/cli/token.ixx
@@ -1,6 +1,6 @@
// file : cli/token.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
inline token::token_type token::
diff --git a/cli/traversal.hxx b/cli/traversal.hxx
index 5aae8d4..d5fed7e 100644
--- a/cli/traversal.hxx
+++ b/cli/traversal.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_HXX
diff --git a/cli/traversal/class.cxx b/cli/traversal/class.cxx
index 54af3e1..c1f1f7a 100644
--- a/cli/traversal/class.cxx
+++ b/cli/traversal/class.cxx
@@ -1,6 +1,6 @@
// file : cli/traversal/class.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <traversal/class.hxx>
diff --git a/cli/traversal/class.hxx b/cli/traversal/class.hxx
index d4610d9..4f913aa 100644
--- a/cli/traversal/class.hxx
+++ b/cli/traversal/class.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal/class.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_CLASS_HXX
diff --git a/cli/traversal/elements.cxx b/cli/traversal/elements.cxx
index acabc3c..e8b03f4 100644
--- a/cli/traversal/elements.cxx
+++ b/cli/traversal/elements.cxx
@@ -1,6 +1,6 @@
// file : cli/traversal/elements.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <traversal/elements.hxx>
diff --git a/cli/traversal/elements.hxx b/cli/traversal/elements.hxx
index ac57af4..a750c3f 100644
--- a/cli/traversal/elements.hxx
+++ b/cli/traversal/elements.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal/elements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_ELEMENTS_HXX
diff --git a/cli/traversal/expression.hxx b/cli/traversal/expression.hxx
index 71d9f6e..7182438 100644
--- a/cli/traversal/expression.hxx
+++ b/cli/traversal/expression.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal/expression.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_EXPRESSION_HXX
diff --git a/cli/traversal/namespace.cxx b/cli/traversal/namespace.cxx
index 47547db..bf6c11b 100644
--- a/cli/traversal/namespace.cxx
+++ b/cli/traversal/namespace.cxx
@@ -1,6 +1,6 @@
// file : cli/traversal/namespace.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <traversal/namespace.hxx>
diff --git a/cli/traversal/namespace.hxx b/cli/traversal/namespace.hxx
index 5903582..3fb269a 100644
--- a/cli/traversal/namespace.hxx
+++ b/cli/traversal/namespace.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal/namespace.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_NAMESPACE_HXX
diff --git a/cli/traversal/option.cxx b/cli/traversal/option.cxx
index 64e728c..3731f3a 100644
--- a/cli/traversal/option.cxx
+++ b/cli/traversal/option.cxx
@@ -1,6 +1,6 @@
// file : cli/traversal/option.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <traversal/option.hxx>
diff --git a/cli/traversal/option.hxx b/cli/traversal/option.hxx
index 4ff2a58..824f953 100644
--- a/cli/traversal/option.hxx
+++ b/cli/traversal/option.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal/option.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_OPTION_HXX
diff --git a/cli/traversal/unit.cxx b/cli/traversal/unit.cxx
index 32b2e0d..5d105d7 100644
--- a/cli/traversal/unit.cxx
+++ b/cli/traversal/unit.cxx
@@ -1,6 +1,6 @@
// file : cli/traversal/unit.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <traversal/unit.hxx>
diff --git a/cli/traversal/unit.hxx b/cli/traversal/unit.hxx
index 25ec556..5598a51 100644
--- a/cli/traversal/unit.hxx
+++ b/cli/traversal/unit.hxx
@@ -1,6 +1,6 @@
// file : cli/traversal/unit.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_UNIT_HXX
diff --git a/doc/cli-epilogue.1 b/doc/cli-epilogue.1
index cd2348d..ee04e84 100644
--- a/doc/cli-epilogue.1
+++ b/doc/cli-epilogue.1
@@ -14,7 +14,7 @@ Send bug reports to the cli-users@codesynthesis.com mailing list.
.\" COPYRIGHT
.\"
.SH COPYRIGHT
-Copyright (c) 2009 Code Synthesis Tools CC.
+Copyright (c) 2009-2010 Code Synthesis Tools CC.
Permission is granted to copy, distribute and/or modify this document under
the terms of the MIT License. Copy of this license can be obtained from
diff --git a/doc/cli-epilogue.xhtml b/doc/cli-epilogue.xhtml
index ea0a34a..f26d63c 100644
--- a/doc/cli-epilogue.xhtml
+++ b/doc/cli-epilogue.xhtml
@@ -11,7 +11,7 @@
</div>
<div id="footer">
- &copy;2009 <a href="http://www.codesynthesis.com">Code Synthesis Tools CC</a>
+ &copy;2009-2010 <a href="http://www.codesynthesis.com">Code Synthesis Tools CC</a>
<div id="terms">
Permission is granted to copy, distribute and/or modify this
diff --git a/doc/cli-prologue.xhtml b/doc/cli-prologue.xhtml
index 2e7ea4a..efbc6f2 100644
--- a/doc/cli-prologue.xhtml
+++ b/doc/cli-prologue.xhtml
@@ -4,7 +4,7 @@
<head>
<title>CLI 1.1.0 Compiler Command Line Manual</title>
- <meta name="copyright" content="&copy; 2009 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2009-2010 Code Synthesis Tools CC"/>
<meta name="keywords" content="cli,command,line,interface,compiler,c++"/>
<meta name="description" content="CLI Compiler Command Line Manual"/>
diff --git a/doc/cli.1 b/doc/cli.1
index dfff24b..b42652e 100644
--- a/doc/cli.1
+++ b/doc/cli.1
@@ -203,7 +203,7 @@ Send bug reports to the cli-users@codesynthesis.com mailing list.
.\" COPYRIGHT
.\"
.SH COPYRIGHT
-Copyright (c) 2009 Code Synthesis Tools CC.
+Copyright (c) 2009-2010 Code Synthesis Tools CC.
Permission is granted to copy, distribute and/or modify this document under
the terms of the MIT License. Copy of this license can be obtained from
diff --git a/doc/cli.xhtml b/doc/cli.xhtml
index 839ada7..d39e8ac 100644
--- a/doc/cli.xhtml
+++ b/doc/cli.xhtml
@@ -4,7 +4,7 @@
<head>
<title>CLI 1.1.0 Compiler Command Line Manual</title>
- <meta name="copyright" content="&copy; 2009 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2009-2010 Code Synthesis Tools CC"/>
<meta name="keywords" content="cli,command,line,interface,compiler,c++"/>
<meta name="description" content="CLI Compiler Command Line Manual"/>
@@ -228,7 +228,7 @@
</div>
<div id="footer">
- &copy;2009 <a href="http://www.codesynthesis.com">Code Synthesis Tools CC</a>
+ &copy;2009-2010 <a href="http://www.codesynthesis.com">Code Synthesis Tools CC</a>
<div id="terms">
Permission is granted to copy, distribute and/or modify this
diff --git a/doc/guide/guide.html2ps b/doc/guide/guide.html2ps
index f5f2a09..c8e80be 100644
--- a/doc/guide/guide.html2ps
+++ b/doc/guide/guide.html2ps
@@ -20,7 +20,7 @@
<h1>&nbsp;</h1>
<h1>&nbsp;</h1>
</div>
- <p>Copyright &copy; 2009 Code Synthesis Tools CC</p>
+ <p>Copyright &copy; 2009-2010 Code Synthesis Tools CC</p>
<p>Permission is granted to copy, distribute, and/or modify this document
under the terms of the
diff --git a/doc/guide/index.xhtml b/doc/guide/index.xhtml
index 24b42c7..2ae7f1e 100644
--- a/doc/guide/index.xhtml
+++ b/doc/guide/index.xhtml
@@ -4,7 +4,7 @@
<head>
<title>CLI Language Getting Started Guide</title>
- <meta name="copyright" content="&copy; 2009 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2009-2010 Code Synthesis Tools CC"/>
<meta name="keywords" content="cli,command,line,interface,language,c++"/>
<meta name="description" content="CLI Language Getting Started Guide"/>
@@ -151,7 +151,7 @@
<div class="title" id="first-title">CLI Language</div>
<div class="title" id="second-title">Getting Started Guide</div>
- <p>Copyright &copy; 2009 Code Synthesis Tools CC</p>
+ <p>Copyright &copy; 2009-2010 Code Synthesis Tools CC</p>
<p>Permission is granted to copy, distribute, and/or modify this document
under the terms of the
diff --git a/doc/guide/makefile b/doc/guide/makefile
index 405c51d..9921cba 100644
--- a/doc/guide/makefile
+++ b/doc/guide/makefile
@@ -1,6 +1,6 @@
# file : doc/guide/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/doc/makefile b/doc/makefile
index c9267a7..9e05cff 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,6 +1,6 @@
# file : doc/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/features/driver.cxx b/examples/features/driver.cxx
index 3dec252..991c2c9 100644
--- a/examples/features/driver.cxx
+++ b/examples/features/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/features/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/features/makefile b/examples/features/makefile
index 52d5d38..ce03100 100644
--- a/examples/features/makefile
+++ b/examples/features/makefile
@@ -1,6 +1,6 @@
# file : examples/features/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/file/driver.cxx b/examples/file/driver.cxx
index df7a67c..98df436 100644
--- a/examples/file/driver.cxx
+++ b/examples/file/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/file/makefile b/examples/file/makefile
index 04c45a7..ec236dd 100644
--- a/examples/file/makefile
+++ b/examples/file/makefile
@@ -1,6 +1,6 @@
# file : examples/file/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/hello/driver.cxx b/examples/hello/driver.cxx
index bb82d22..d5095e4 100644
--- a/examples/hello/driver.cxx
+++ b/examples/hello/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/hello/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/hello/makefile b/examples/hello/makefile
index 49e99b9..d72c1a9 100644
--- a/examples/hello/makefile
+++ b/examples/hello/makefile
@@ -1,6 +1,6 @@
# file : examples/hello/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/makefile b/examples/makefile
index 9b1de12..5229b1b 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,6 +1,6 @@
# file : examples/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/makefile b/makefile
index c1a4fbf..3ae8eec 100644
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
# file : makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
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 <boris@codesynthesis.com>
-# 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