aboutsummaryrefslogtreecommitdiff
path: root/cutl/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/compiler')
-rw-r--r--cutl/compiler/code-stream.hxx1
-rw-r--r--cutl/compiler/code-stream.txx1
-rw-r--r--cutl/compiler/context.cxx1
-rw-r--r--cutl/compiler/context.hxx1
-rw-r--r--cutl/compiler/context.txx1
-rw-r--r--cutl/compiler/cxx-indenter.cxx1
-rw-r--r--cutl/compiler/cxx-indenter.hxx1
-rw-r--r--cutl/compiler/cxx-indenter.ixx1
-rw-r--r--cutl/compiler/cxx-indenter.txx1
-rw-r--r--cutl/compiler/sloc-counter.hxx1
-rw-r--r--cutl/compiler/sloc-counter.txx1
-rw-r--r--cutl/compiler/traversal.hxx1
-rw-r--r--cutl/compiler/traversal.txx1
-rw-r--r--cutl/compiler/type-id.hxx1
-rw-r--r--cutl/compiler/type-id.ixx1
-rw-r--r--cutl/compiler/type-id.txx1
-rw-r--r--cutl/compiler/type-info.cxx1
-rw-r--r--cutl/compiler/type-info.hxx1
-rw-r--r--cutl/compiler/type-info.ixx1
19 files changed, 0 insertions, 19 deletions
diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx
index 52bcc78..deeca47 100644
--- a/cutl/compiler/code-stream.hxx
+++ b/cutl/compiler/code-stream.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/code-stream.hxx
-// copyright : Copyright (c) 2009-2019 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 a78da3e..b0d2261 100644
--- a/cutl/compiler/code-stream.txx
+++ b/cutl/compiler/code-stream.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/code-stream.txx
-// copyright : Copyright (c) 2009-2019 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 8a360e0..178b0c3 100644
--- a/cutl/compiler/context.cxx
+++ b/cutl/compiler/context.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.cxx
-// copyright : Copyright (c) 2009-2019 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 431fb64..8d99cd5 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.hxx
-// copyright : Copyright (c) 2009-2019 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 c5a5799..68525e2 100644
--- a/cutl/compiler/context.txx
+++ b/cutl/compiler/context.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.txx
-// copyright : Copyright (c) 2009-2019 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 22c4db6..4e1d01d 100644
--- a/cutl/compiler/cxx-indenter.cxx
+++ b/cutl/compiler/cxx-indenter.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.cxx
-// copyright : Copyright (c) 2009-2019 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 e063091..82a6b29 100644
--- a/cutl/compiler/cxx-indenter.hxx
+++ b/cutl/compiler/cxx-indenter.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.hxx
-// copyright : Copyright (c) 2009-2019 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 151dae4..2cd2083 100644
--- a/cutl/compiler/cxx-indenter.ixx
+++ b/cutl/compiler/cxx-indenter.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.ixx
-// copyright : Copyright (c) 2009-2019 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 a1a9493..8846110 100644
--- a/cutl/compiler/cxx-indenter.txx
+++ b/cutl/compiler/cxx-indenter.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.txx
-// copyright : Copyright (c) 2009-2019 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 903af97..b536e7f 100644
--- a/cutl/compiler/sloc-counter.hxx
+++ b/cutl/compiler/sloc-counter.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/sloc-counter.hxx
-// copyright : Copyright (c) 2009-2019 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 3a66e37..5fb48b4 100644
--- a/cutl/compiler/sloc-counter.txx
+++ b/cutl/compiler/sloc-counter.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/sloc-counter.txx
-// copyright : Copyright (c) 2009-2019 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 c706256..b00c0de 100644
--- a/cutl/compiler/traversal.hxx
+++ b/cutl/compiler/traversal.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/traversal.hxx
-// copyright : Copyright (c) 2009-2019 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 a2c79f0..3892f4a 100644
--- a/cutl/compiler/traversal.txx
+++ b/cutl/compiler/traversal.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/traversal.txx
-// copyright : Copyright (c) 2009-2019 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 4a7c79b..f385103 100644
--- a/cutl/compiler/type-id.hxx
+++ b/cutl/compiler/type-id.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.hxx
-// copyright : Copyright (c) 2009-2019 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 5844299..ac03c7a 100644
--- a/cutl/compiler/type-id.ixx
+++ b/cutl/compiler/type-id.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.ixx
-// copyright : Copyright (c) 2009-2019 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 f232eda..1e26e19 100644
--- a/cutl/compiler/type-id.txx
+++ b/cutl/compiler/type-id.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.txx
-// copyright : Copyright (c) 2009-2019 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 4fec87a..356ade2 100644
--- a/cutl/compiler/type-info.cxx
+++ b/cutl/compiler/type-info.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.cxx
-// copyright : Copyright (c) 2009-2019 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 2d5c720..41152e2 100644
--- a/cutl/compiler/type-info.hxx
+++ b/cutl/compiler/type-info.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.hxx
-// copyright : Copyright (c) 2009-2019 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 9eefa0a..2f162dc 100644
--- a/cutl/compiler/type-info.ixx
+++ b/cutl/compiler/type-info.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
namespace cutl