From b5d8062bd651e796bac77ae580e0e45947374a89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 13:02:10 +0200 Subject: Update copyright year --- cli/semantics/class.cxx | 2 +- cli/semantics/class.hxx | 2 +- cli/semantics/doc.cxx | 2 +- cli/semantics/doc.hxx | 2 +- cli/semantics/elements.cxx | 2 +- cli/semantics/elements.hxx | 2 +- cli/semantics/expression.cxx | 2 +- cli/semantics/expression.hxx | 2 +- cli/semantics/namespace.cxx | 2 +- cli/semantics/namespace.hxx | 2 +- cli/semantics/option.cxx | 2 +- cli/semantics/option.hxx | 2 +- cli/semantics/unit.cxx | 2 +- cli/semantics/unit.hxx | 2 +- cli/semantics/unit.txx | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'cli/semantics') diff --git a/cli/semantics/class.cxx b/cli/semantics/class.cxx index f0a98d8..faea123 100644 --- a/cli/semantics/class.cxx +++ b/cli/semantics/class.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/class.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx index 3a6bc00..30090e6 100644 --- a/cli/semantics/class.hxx +++ b/cli/semantics/class.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/class.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_CLASS_HXX diff --git a/cli/semantics/doc.cxx b/cli/semantics/doc.cxx index f8670b4..3f8a0a3 100644 --- a/cli/semantics/doc.cxx +++ b/cli/semantics/doc.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/doc.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/doc.hxx b/cli/semantics/doc.hxx index 22bdc17..1d9e7c3 100644 --- a/cli/semantics/doc.hxx +++ b/cli/semantics/doc.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/doc.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_DOC_HXX diff --git a/cli/semantics/elements.cxx b/cli/semantics/elements.cxx index b0550b9..c02b332 100644 --- a/cli/semantics/elements.cxx +++ b/cli/semantics/elements.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/elements.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/elements.hxx b/cli/semantics/elements.hxx index 65a9382..1745a4e 100644 --- a/cli/semantics/elements.hxx +++ b/cli/semantics/elements.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/elements.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 cd42244..9e4c249 100644 --- a/cli/semantics/expression.cxx +++ b/cli/semantics/expression.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/expression.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/expression.hxx b/cli/semantics/expression.hxx index af44886..a665709 100644 --- a/cli/semantics/expression.hxx +++ b/cli/semantics/expression.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/expression.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 5c9228a..867eba2 100644 --- a/cli/semantics/namespace.cxx +++ b/cli/semantics/namespace.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/namespace.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx index ca50683..52f5b89 100644 --- a/cli/semantics/namespace.hxx +++ b/cli/semantics/namespace.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/namespace.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 9c73f3e..6565fb1 100644 --- a/cli/semantics/option.cxx +++ b/cli/semantics/option.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/option.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/option.hxx b/cli/semantics/option.hxx index f102dda..a6166a3 100644 --- a/cli/semantics/option.hxx +++ b/cli/semantics/option.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/option.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f0cfddb..40d2b60 100644 --- a/cli/semantics/unit.cxx +++ b/cli/semantics/unit.cxx @@ -1,6 +1,6 @@ // file : cli/semantics/unit.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cli/semantics/unit.hxx b/cli/semantics/unit.hxx index f5e2368..c973287 100644 --- a/cli/semantics/unit.hxx +++ b/cli/semantics/unit.hxx @@ -1,6 +1,6 @@ // file : cli/semantics/unit.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_SEMANTICS_UNIT_HXX diff --git a/cli/semantics/unit.txx b/cli/semantics/unit.txx index 6d70756..940c9af 100644 --- a/cli/semantics/unit.txx +++ b/cli/semantics/unit.txx @@ -1,6 +1,6 @@ // file : cli/semantics/unit.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace semantics -- cgit