aboutsummaryrefslogtreecommitdiff
path: root/libstudxml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:13:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:13:00 +0300
commit1823e2f86e23614021e710b6b44ac6a54cbad905 (patch)
tree3349a40fa252cf15b1fcf8ee507dc69f3f0619a5 /libstudxml
parent2abab820dc410ea685d58694648984998d13338d (diff)
Drop copyright notice from source code
Diffstat (limited to 'libstudxml')
-rw-r--r--libstudxml/buildfile1
-rw-r--r--libstudxml/content.hxx1
-rw-r--r--libstudxml/details/config-vc.h1
-rw-r--r--libstudxml/details/config.h1
-rw-r--r--libstudxml/details/config.hxx1
-rw-r--r--libstudxml/details/export.hxx1
-rw-r--r--libstudxml/details/genx/char-props.c3
-rw-r--r--libstudxml/details/genx/genx.c3
-rw-r--r--libstudxml/details/genx/genx.h3
-rw-r--r--libstudxml/details/post.hxx1
-rw-r--r--libstudxml/details/pre.hxx1
-rw-r--r--libstudxml/exception.hxx1
-rw-r--r--libstudxml/forward.hxx1
-rw-r--r--libstudxml/parser.cxx1
-rw-r--r--libstudxml/parser.hxx1
-rw-r--r--libstudxml/parser.ixx1
-rw-r--r--libstudxml/parser.txx1
-rw-r--r--libstudxml/qname.cxx1
-rw-r--r--libstudxml/qname.hxx1
-rw-r--r--libstudxml/serializer.cxx1
-rw-r--r--libstudxml/serializer.hxx1
-rw-r--r--libstudxml/serializer.ixx1
-rw-r--r--libstudxml/value-traits.cxx1
-rw-r--r--libstudxml/value-traits.hxx1
-rw-r--r--libstudxml/value-traits.txx1
-rw-r--r--libstudxml/version.hxx.in1
26 files changed, 6 insertions, 26 deletions
diff --git a/libstudxml/buildfile b/libstudxml/buildfile
index cc5a1ca..8cb06b2 100644
--- a/libstudxml/buildfile
+++ b/libstudxml/buildfile
@@ -1,5 +1,4 @@
# file : libstudxml/buildfile
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
lib{studxml}: {hxx ixx txx cxx}{** -version} {hxx}{version} \
diff --git a/libstudxml/content.hxx b/libstudxml/content.hxx
index 4e35224..0a003fd 100644
--- a/libstudxml/content.hxx
+++ b/libstudxml/content.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/content.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_CONTENT_HXX
diff --git a/libstudxml/details/config-vc.h b/libstudxml/details/config-vc.h
index 2fc2363..5d8f79e 100644
--- a/libstudxml/details/config-vc.h
+++ b/libstudxml/details/config-vc.h
@@ -1,5 +1,4 @@
/* file : libstudxml/details/config-vc.h
- * copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/libstudxml/details/config.h b/libstudxml/details/config.h
index aec5f66..3030a76 100644
--- a/libstudxml/details/config.h
+++ b/libstudxml/details/config.h
@@ -1,5 +1,4 @@
/* file : libstudxml/details/build2/config.h
- * copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/libstudxml/details/config.hxx b/libstudxml/details/config.hxx
index d614781..6a466d6 100644
--- a/libstudxml/details/config.hxx
+++ b/libstudxml/details/config.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/details/config.hxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_DETAILS_CONFIG_HXX
diff --git a/libstudxml/details/export.hxx b/libstudxml/details/export.hxx
index 913f72e..bcd1143 100644
--- a/libstudxml/details/export.hxx
+++ b/libstudxml/details/export.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/details/export.hxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_DETAILS_EXPORT_HXX
diff --git a/libstudxml/details/genx/char-props.c b/libstudxml/details/genx/char-props.c
index 2ea0208..680dd13 100644
--- a/libstudxml/details/genx/char-props.c
+++ b/libstudxml/details/genx/char-props.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
diff --git a/libstudxml/details/genx/genx.c b/libstudxml/details/genx/genx.c
index 36aad97..49b7095 100644
--- a/libstudxml/details/genx/genx.c
+++ b/libstudxml/details/genx/genx.c
@@ -1,6 +1,7 @@
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
diff --git a/libstudxml/details/genx/genx.h b/libstudxml/details/genx/genx.h
index 89ef1e8..31e5831 100644
--- a/libstudxml/details/genx/genx.h
+++ b/libstudxml/details/genx/genx.h
@@ -3,8 +3,9 @@
*/
/*
- * Copyright (c) 2007-2019 Code Synthesis Tools CC.
* Copyright (c) 2004 by Tim Bray and Sun Microsystems.
+ * Copyright (c) Code Synthesis Tools CC; see the accompanying LICENSE
+ * file for details.
*
* For copying permission, see the accompanying COPYING file.
*/
diff --git a/libstudxml/details/post.hxx b/libstudxml/details/post.hxx
index f2f857a..0b8b15c 100644
--- a/libstudxml/details/post.hxx
+++ b/libstudxml/details/post.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/details/post.hxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/libstudxml/details/pre.hxx b/libstudxml/details/pre.hxx
index 912430c..c3ff954 100644
--- a/libstudxml/details/pre.hxx
+++ b/libstudxml/details/pre.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/details/pre.hxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef _MSC_VER
diff --git a/libstudxml/exception.hxx b/libstudxml/exception.hxx
index bbfd800..4b326c9 100644
--- a/libstudxml/exception.hxx
+++ b/libstudxml/exception.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/exception.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_EXCEPTION_HXX
diff --git a/libstudxml/forward.hxx b/libstudxml/forward.hxx
index 3b55f19..0b7b1f1 100644
--- a/libstudxml/forward.hxx
+++ b/libstudxml/forward.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/forward.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_FORWARD_HXX
diff --git a/libstudxml/parser.cxx b/libstudxml/parser.cxx
index 581ce7a..09b38b7 100644
--- a/libstudxml/parser.cxx
+++ b/libstudxml/parser.cxx
@@ -1,5 +1,4 @@
// file : libstudxml/parser.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/libstudxml/parser.hxx b/libstudxml/parser.hxx
index 870e9e6..c67919a 100644
--- a/libstudxml/parser.hxx
+++ b/libstudxml/parser.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/parser.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_PARSER_HXX
diff --git a/libstudxml/parser.ixx b/libstudxml/parser.ixx
index 501dfe5..1454a58 100644
--- a/libstudxml/parser.ixx
+++ b/libstudxml/parser.ixx
@@ -1,5 +1,4 @@
// file : libstudxml/parser.ixx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/libstudxml/parser.txx b/libstudxml/parser.txx
index 4a10234..be0aa9e 100644
--- a/libstudxml/parser.txx
+++ b/libstudxml/parser.txx
@@ -1,5 +1,4 @@
// file : libstudxml/parser.txx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <libstudxml/value-traits.hxx>
diff --git a/libstudxml/qname.cxx b/libstudxml/qname.cxx
index bc4cb65..3387e73 100644
--- a/libstudxml/qname.cxx
+++ b/libstudxml/qname.cxx
@@ -1,5 +1,4 @@
// file : libstudxml/qname.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <ostream>
diff --git a/libstudxml/qname.hxx b/libstudxml/qname.hxx
index ff32ec4..d099c5c 100644
--- a/libstudxml/qname.hxx
+++ b/libstudxml/qname.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/qname.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_QNAME_HXX
diff --git a/libstudxml/serializer.cxx b/libstudxml/serializer.cxx
index dcfe5f0..68116fa 100644
--- a/libstudxml/serializer.cxx
+++ b/libstudxml/serializer.cxx
@@ -1,5 +1,4 @@
// file : libstudxml/serializer.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/libstudxml/serializer.hxx b/libstudxml/serializer.hxx
index 914c5c5..4913c25 100644
--- a/libstudxml/serializer.hxx
+++ b/libstudxml/serializer.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/serializer.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_SERIALIZER_HXX
diff --git a/libstudxml/serializer.ixx b/libstudxml/serializer.ixx
index a77c3b9..66e1d76 100644
--- a/libstudxml/serializer.ixx
+++ b/libstudxml/serializer.ixx
@@ -1,5 +1,4 @@
// file : libstudxml/serializer.ixx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <libstudxml/value-traits.hxx>
diff --git a/libstudxml/value-traits.cxx b/libstudxml/value-traits.cxx
index e271820..f302604 100644
--- a/libstudxml/value-traits.cxx
+++ b/libstudxml/value-traits.cxx
@@ -1,5 +1,4 @@
// file : libstudxml/value-traits.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <libstudxml/parser.hxx>
diff --git a/libstudxml/value-traits.hxx b/libstudxml/value-traits.hxx
index b324f19..23639ef 100644
--- a/libstudxml/value-traits.hxx
+++ b/libstudxml/value-traits.hxx
@@ -1,5 +1,4 @@
// file : libstudxml/value-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_VALUE_TRAITS_HXX
diff --git a/libstudxml/value-traits.txx b/libstudxml/value-traits.txx
index 9801fba..e1c91bc 100644
--- a/libstudxml/value-traits.txx
+++ b/libstudxml/value-traits.txx
@@ -1,5 +1,4 @@
// file : libstudxml/value-traits.txx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <sstream>
diff --git a/libstudxml/version.hxx.in b/libstudxml/version.hxx.in
index fe38028..c5f6c6d 100644
--- a/libstudxml/version.hxx.in
+++ b/libstudxml/version.hxx.in
@@ -1,5 +1,4 @@
// file : libstudxml/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifndef LIBSTUDXML_VERSION // Note: using the version macro itself.