From 5b5e51d11a2c562458ac808e001a785a511eae86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Feb 2020 12:05:36 +0300 Subject: Drop copyright notice from source code --- libxsd/xsd/cxx/tree/serialization/boolean.hxx | 1 - libxsd/xsd/cxx/tree/serialization/byte.hxx | 1 - libxsd/xsd/cxx/tree/serialization/date-time.txx | 1 - libxsd/xsd/cxx/tree/serialization/decimal.hxx | 1 - libxsd/xsd/cxx/tree/serialization/double.hxx | 1 - libxsd/xsd/cxx/tree/serialization/element-map.txx | 1 - libxsd/xsd/cxx/tree/serialization/float.hxx | 1 - libxsd/xsd/cxx/tree/serialization/int.hxx | 1 - libxsd/xsd/cxx/tree/serialization/long.hxx | 1 - libxsd/xsd/cxx/tree/serialization/short.hxx | 1 - libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx | 1 - libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx | 1 - libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx | 1 - libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx | 1 - 14 files changed, 14 deletions(-) (limited to 'libxsd/xsd/cxx/tree/serialization') diff --git a/libxsd/xsd/cxx/tree/serialization/boolean.hxx b/libxsd/xsd/cxx/tree/serialization/boolean.hxx index 85c8dfa..bd53f73 100644 --- a/libxsd/xsd/cxx/tree/serialization/boolean.hxx +++ b/libxsd/xsd/cxx/tree/serialization/boolean.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/boolean.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_BOOLEAN_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/byte.hxx b/libxsd/xsd/cxx/tree/serialization/byte.hxx index cf2d41b..f0e121e 100644 --- a/libxsd/xsd/cxx/tree/serialization/byte.hxx +++ b/libxsd/xsd/cxx/tree/serialization/byte.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/byte.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_BYTE_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/date-time.txx b/libxsd/xsd/cxx/tree/serialization/date-time.txx index a2c8bf6..fe305a4 100644 --- a/libxsd/xsd/cxx/tree/serialization/date-time.txx +++ b/libxsd/xsd/cxx/tree/serialization/date-time.txx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/date-time.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #include diff --git a/libxsd/xsd/cxx/tree/serialization/decimal.hxx b/libxsd/xsd/cxx/tree/serialization/decimal.hxx index 557b3f8..adfd167 100644 --- a/libxsd/xsd/cxx/tree/serialization/decimal.hxx +++ b/libxsd/xsd/cxx/tree/serialization/decimal.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/decimal.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_DECIMAL_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/double.hxx b/libxsd/xsd/cxx/tree/serialization/double.hxx index 18c1f23..1375836 100644 --- a/libxsd/xsd/cxx/tree/serialization/double.hxx +++ b/libxsd/xsd/cxx/tree/serialization/double.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/double.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_DOUBLE_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/element-map.txx b/libxsd/xsd/cxx/tree/serialization/element-map.txx index 46c1948..a4c199e 100644 --- a/libxsd/xsd/cxx/tree/serialization/element-map.txx +++ b/libxsd/xsd/cxx/tree/serialization/element-map.txx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/element-map.txx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_ELEMENT_MAP_TXX diff --git a/libxsd/xsd/cxx/tree/serialization/float.hxx b/libxsd/xsd/cxx/tree/serialization/float.hxx index 83045a6..ef935a3 100644 --- a/libxsd/xsd/cxx/tree/serialization/float.hxx +++ b/libxsd/xsd/cxx/tree/serialization/float.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/float.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_FLOAT_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/int.hxx b/libxsd/xsd/cxx/tree/serialization/int.hxx index 32cab7d..a01c11a 100644 --- a/libxsd/xsd/cxx/tree/serialization/int.hxx +++ b/libxsd/xsd/cxx/tree/serialization/int.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/int.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_INT_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/long.hxx b/libxsd/xsd/cxx/tree/serialization/long.hxx index 84c1f76..5978e55 100644 --- a/libxsd/xsd/cxx/tree/serialization/long.hxx +++ b/libxsd/xsd/cxx/tree/serialization/long.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/long.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_LONG_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/short.hxx b/libxsd/xsd/cxx/tree/serialization/short.hxx index 6e083a7..d10f047 100644 --- a/libxsd/xsd/cxx/tree/serialization/short.hxx +++ b/libxsd/xsd/cxx/tree/serialization/short.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/short.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_SHORT_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx index c0116ab..889a0de 100644 --- a/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx +++ b/libxsd/xsd/cxx/tree/serialization/unsigned-byte.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/unsigned-byte.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_BYTE_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx index 2c6b709..eb34a1d 100644 --- a/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx +++ b/libxsd/xsd/cxx/tree/serialization/unsigned-int.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/unsigned-int.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_INT_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx index e8345c8..2c857da 100644 --- a/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx +++ b/libxsd/xsd/cxx/tree/serialization/unsigned-long.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/unsigned-long.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_LONG_HXX diff --git a/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx b/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx index 0a63b74..15dc743 100644 --- a/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx +++ b/libxsd/xsd/cxx/tree/serialization/unsigned-short.hxx @@ -1,5 +1,4 @@ // file : xsd/cxx/tree/serialization/unsigned-short.hxx -// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_TREE_SERIALIZATION_UNSIGNED_SHORT_HXX -- cgit v1.1