summaryrefslogtreecommitdiff
path: root/cli/traversal
diff options
context:
space:
mode:
Diffstat (limited to 'cli/traversal')
-rw-r--r--cli/traversal/class.cxx1
-rw-r--r--cli/traversal/class.hxx1
-rw-r--r--cli/traversal/doc.hxx1
-rw-r--r--cli/traversal/elements.cxx1
-rw-r--r--cli/traversal/elements.hxx1
-rw-r--r--cli/traversal/expression.hxx1
-rw-r--r--cli/traversal/namespace.cxx1
-rw-r--r--cli/traversal/namespace.hxx1
-rw-r--r--cli/traversal/option.cxx1
-rw-r--r--cli/traversal/option.hxx1
-rw-r--r--cli/traversal/unit.cxx1
-rw-r--r--cli/traversal/unit.hxx1
12 files changed, 0 insertions, 12 deletions
diff --git a/cli/traversal/class.cxx b/cli/traversal/class.cxx
index 633c086..b920f1f 100644
--- a/cli/traversal/class.cxx
+++ b/cli/traversal/class.cxx
@@ -1,6 +1,5 @@
// file : cli/traversal/class.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cli/traversal/class.hxx>
diff --git a/cli/traversal/class.hxx b/cli/traversal/class.hxx
index da106dc..38cbefc 100644
--- a/cli/traversal/class.hxx
+++ b/cli/traversal/class.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/class.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_CLASS_HXX
diff --git a/cli/traversal/doc.hxx b/cli/traversal/doc.hxx
index 6b3d724..70a6dfd 100644
--- a/cli/traversal/doc.hxx
+++ b/cli/traversal/doc.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/doc.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_DOC_HXX
diff --git a/cli/traversal/elements.cxx b/cli/traversal/elements.cxx
index e754d2b..f3353f2 100644
--- a/cli/traversal/elements.cxx
+++ b/cli/traversal/elements.cxx
@@ -1,6 +1,5 @@
// file : cli/traversal/elements.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cli/traversal/elements.hxx>
diff --git a/cli/traversal/elements.hxx b/cli/traversal/elements.hxx
index d0f5095..a2ada23 100644
--- a/cli/traversal/elements.hxx
+++ b/cli/traversal/elements.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/elements.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 e481fbe..0888455 100644
--- a/cli/traversal/expression.hxx
+++ b/cli/traversal/expression.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/expression.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 51c0963..c938f77 100644
--- a/cli/traversal/namespace.cxx
+++ b/cli/traversal/namespace.cxx
@@ -1,6 +1,5 @@
// file : cli/traversal/namespace.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cli/traversal/namespace.hxx>
diff --git a/cli/traversal/namespace.hxx b/cli/traversal/namespace.hxx
index 025f16a..5709f2a 100644
--- a/cli/traversal/namespace.hxx
+++ b/cli/traversal/namespace.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/namespace.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 03b0550..ff5dcce 100644
--- a/cli/traversal/option.cxx
+++ b/cli/traversal/option.cxx
@@ -1,6 +1,5 @@
// file : cli/traversal/option.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cli/traversal/option.hxx>
diff --git a/cli/traversal/option.hxx b/cli/traversal/option.hxx
index cdf0790..e11fa21 100644
--- a/cli/traversal/option.hxx
+++ b/cli/traversal/option.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/option.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 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 6896375..cf10d1d 100644
--- a/cli/traversal/unit.cxx
+++ b/cli/traversal/unit.cxx
@@ -1,6 +1,5 @@
// file : cli/traversal/unit.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cli/traversal/unit.hxx>
diff --git a/cli/traversal/unit.hxx b/cli/traversal/unit.hxx
index 2aebbea..eab42aa 100644
--- a/cli/traversal/unit.hxx
+++ b/cli/traversal/unit.hxx
@@ -1,6 +1,5 @@
// file : cli/traversal/unit.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef CLI_TRAVERSAL_UNIT_HXX