aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:47:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:47:07 +0200
commit73e602354232433dd1bcde00e4377edbfaaa4e6a (patch)
tree615c0e49a63b5af7b7d3f70ab2d7e4ba527ffb85 /cutl/compiler
parent884aa7af2d9d3367bbcdbfc2cd9d13ba38717957 (diff)
Update copyright
Diffstat (limited to 'cutl/compiler')
-rw-r--r--cutl/compiler/code-stream.hxx2
-rw-r--r--cutl/compiler/code-stream.txx2
-rw-r--r--cutl/compiler/context.cxx2
-rw-r--r--cutl/compiler/context.hxx2
-rw-r--r--cutl/compiler/context.txx2
-rw-r--r--cutl/compiler/cxx-indenter.cxx2
-rw-r--r--cutl/compiler/cxx-indenter.hxx2
-rw-r--r--cutl/compiler/cxx-indenter.ixx2
-rw-r--r--cutl/compiler/cxx-indenter.txx2
-rw-r--r--cutl/compiler/sloc-counter.hxx2
-rw-r--r--cutl/compiler/sloc-counter.txx2
-rw-r--r--cutl/compiler/traversal.hxx2
-rw-r--r--cutl/compiler/traversal.txx2
-rw-r--r--cutl/compiler/type-id.hxx2
-rw-r--r--cutl/compiler/type-id.ixx2
-rw-r--r--cutl/compiler/type-id.txx2
-rw-r--r--cutl/compiler/type-info.cxx2
-rw-r--r--cutl/compiler/type-info.hxx2
-rw-r--r--cutl/compiler/type-info.ixx2
19 files changed, 19 insertions, 19 deletions
diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx
index a1a5d1a..1243f63 100644
--- a/cutl/compiler/code-stream.hxx
+++ b/cutl/compiler/code-stream.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/code-stream.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 CUTL_COMPILER_CODE_STREAM_HXX
diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx
index e834da7..f43a5d1 100644
--- a/cutl/compiler/code-stream.txx
+++ b/cutl/compiler/code-stream.txx
@@ -1,6 +1,6 @@
// file : cutl/compiler/code-stream.txx
// 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
namespace cutl
diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx
index da31d6e..7238b33 100644
--- a/cutl/compiler/context.cxx
+++ b/cutl/compiler/context.cxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/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 <cutl/compiler/context.hxx>
diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx
index 5f4eb1e..120986c 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/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 CUTL_COMPILER_CONTEXT_HXX
diff --git a/cutl/compiler/context.txx b/cutl/compiler/context.txx
index 303781c..ba73b6d 100644
--- a/cutl/compiler/context.txx
+++ b/cutl/compiler/context.txx
@@ -1,6 +1,6 @@
// file : cutl/compiler/context.txx
// 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
namespace cutl
diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx
index 2173942..d01c6b9 100644
--- a/cutl/compiler/cxx-indenter.cxx
+++ b/cutl/compiler/cxx-indenter.cxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/cxx-indenter.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/cxx-indenter.hxx>
diff --git a/cutl/compiler/cxx-indenter.hxx b/cutl/compiler/cxx-indenter.hxx
index 2e76e0e..668c9b6 100644
--- a/cutl/compiler/cxx-indenter.hxx
+++ b/cutl/compiler/cxx-indenter.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/cxx-indenter.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 CUTL_COMPILER_CXX_INDENTER_HXX
diff --git a/cutl/compiler/cxx-indenter.ixx b/cutl/compiler/cxx-indenter.ixx
index fde4652..c85446a 100644
--- a/cutl/compiler/cxx-indenter.ixx
+++ b/cutl/compiler/cxx-indenter.ixx
@@ -1,6 +1,6 @@
// file : cutl/compiler/cxx-indenter.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
namespace cutl
diff --git a/cutl/compiler/cxx-indenter.txx b/cutl/compiler/cxx-indenter.txx
index 4c2018d..49e506d 100644
--- a/cutl/compiler/cxx-indenter.txx
+++ b/cutl/compiler/cxx-indenter.txx
@@ -1,6 +1,6 @@
// file : cutl/compiler/cxx-indenter.txx
// 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
namespace cutl
diff --git a/cutl/compiler/sloc-counter.hxx b/cutl/compiler/sloc-counter.hxx
index 23a6086..eb55e37 100644
--- a/cutl/compiler/sloc-counter.hxx
+++ b/cutl/compiler/sloc-counter.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/sloc-counter.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 CUTL_COMPILER_SLOC_COUNTER_HXX
diff --git a/cutl/compiler/sloc-counter.txx b/cutl/compiler/sloc-counter.txx
index 9befac7..cb4f528 100644
--- a/cutl/compiler/sloc-counter.txx
+++ b/cutl/compiler/sloc-counter.txx
@@ -1,6 +1,6 @@
// file : cutl/compiler/sloc-counter.txx
// 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::isspace
diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx
index ad677b0..b877bc0 100644
--- a/cutl/compiler/traversal.hxx
+++ b/cutl/compiler/traversal.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/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 CUTL_COMPILER_TRAVERSAL_HXX
diff --git a/cutl/compiler/traversal.txx b/cutl/compiler/traversal.txx
index 315d11b..636aad1 100644
--- a/cutl/compiler/traversal.txx
+++ b/cutl/compiler/traversal.txx
@@ -1,6 +1,6 @@
// file : cutl/compiler/traversal.txx
// 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
namespace cutl
diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx
index 7731f6d..099da6d 100644
--- a/cutl/compiler/type-id.hxx
+++ b/cutl/compiler/type-id.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/type-id.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 CUTL_COMPILER_TYPE_ID_HXX
diff --git a/cutl/compiler/type-id.ixx b/cutl/compiler/type-id.ixx
index 4092d6d..e2e92c9 100644
--- a/cutl/compiler/type-id.ixx
+++ b/cutl/compiler/type-id.ixx
@@ -1,6 +1,6 @@
// file : cutl/compiler/type-id.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
namespace cutl
diff --git a/cutl/compiler/type-id.txx b/cutl/compiler/type-id.txx
index 9fee905..f7fbaf6 100644
--- a/cutl/compiler/type-id.txx
+++ b/cutl/compiler/type-id.txx
@@ -1,6 +1,6 @@
// file : cutl/compiler/type-id.txx
// 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
namespace cutl
diff --git a/cutl/compiler/type-info.cxx b/cutl/compiler/type-info.cxx
index 4be7177..c092609 100644
--- a/cutl/compiler/type-info.cxx
+++ b/cutl/compiler/type-info.cxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/type-info.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/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx
index 9fa5593..b005ec4 100644
--- a/cutl/compiler/type-info.hxx
+++ b/cutl/compiler/type-info.hxx
@@ -1,6 +1,6 @@
// file : cutl/compiler/type-info.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 CUTL_COMPILER_TYPE_INFO_HXX
diff --git a/cutl/compiler/type-info.ixx b/cutl/compiler/type-info.ixx
index 3f1bb86..008e658 100644
--- a/cutl/compiler/type-info.ixx
+++ b/cutl/compiler/type-info.ixx
@@ -1,6 +1,6 @@
// file : cutl/compiler/type-info.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
namespace cutl