aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/traversal
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-03-21 10:47:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-03-21 10:47:14 +0200
commit35858d66547a41dbd1af8b50d158b52e372cd757 (patch)
treebb4cb3e569487abe7f630412e16606b53f069629 /xsd-frontend/traversal
parent5bdbc0fed32a6205f26dc22a2874615860c42c9d (diff)
Update copyright
Diffstat (limited to 'xsd-frontend/traversal')
-rw-r--r--xsd-frontend/traversal/any-attribute.hxx2
-rw-r--r--xsd-frontend/traversal/any.hxx2
-rw-r--r--xsd-frontend/traversal/attribute-group.cxx2
-rw-r--r--xsd-frontend/traversal/attribute-group.hxx2
-rw-r--r--xsd-frontend/traversal/attribute.cxx2
-rw-r--r--xsd-frontend/traversal/attribute.hxx2
-rw-r--r--xsd-frontend/traversal/complex.cxx2
-rw-r--r--xsd-frontend/traversal/complex.hxx2
-rw-r--r--xsd-frontend/traversal/compositors.cxx2
-rw-r--r--xsd-frontend/traversal/compositors.hxx2
-rw-r--r--xsd-frontend/traversal/element-group.cxx2
-rw-r--r--xsd-frontend/traversal/element-group.hxx2
-rw-r--r--xsd-frontend/traversal/element.cxx2
-rw-r--r--xsd-frontend/traversal/element.hxx2
-rw-r--r--xsd-frontend/traversal/elements.cxx2
-rw-r--r--xsd-frontend/traversal/elements.hxx2
-rw-r--r--xsd-frontend/traversal/elements.txx2
-rw-r--r--xsd-frontend/traversal/enumeration.cxx2
-rw-r--r--xsd-frontend/traversal/enumeration.hxx2
-rw-r--r--xsd-frontend/traversal/fundamental.cxx2
-rw-r--r--xsd-frontend/traversal/fundamental.hxx2
-rw-r--r--xsd-frontend/traversal/list.cxx2
-rw-r--r--xsd-frontend/traversal/list.hxx2
-rw-r--r--xsd-frontend/traversal/namespace.cxx2
-rw-r--r--xsd-frontend/traversal/namespace.hxx2
-rw-r--r--xsd-frontend/traversal/particle.cxx2
-rw-r--r--xsd-frontend/traversal/particle.hxx2
-rw-r--r--xsd-frontend/traversal/schema.cxx2
-rw-r--r--xsd-frontend/traversal/schema.hxx2
-rw-r--r--xsd-frontend/traversal/union.cxx2
-rw-r--r--xsd-frontend/traversal/union.hxx2
31 files changed, 31 insertions, 31 deletions
diff --git a/xsd-frontend/traversal/any-attribute.hxx b/xsd-frontend/traversal/any-attribute.hxx
index 515d3aa..50655dd 100644
--- a/xsd-frontend/traversal/any-attribute.hxx
+++ b/xsd-frontend/traversal/any-attribute.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/any-attribute.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ANY_ATTRIBUTE_HXX
diff --git a/xsd-frontend/traversal/any.hxx b/xsd-frontend/traversal/any.hxx
index 7ecdb56..85a320d 100644
--- a/xsd-frontend/traversal/any.hxx
+++ b/xsd-frontend/traversal/any.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/any.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ANY_HXX
diff --git a/xsd-frontend/traversal/attribute-group.cxx b/xsd-frontend/traversal/attribute-group.cxx
index 8968b98..a40afd7 100644
--- a/xsd-frontend/traversal/attribute-group.cxx
+++ b/xsd-frontend/traversal/attribute-group.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/attribute-group.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/attribute-group.hxx>
diff --git a/xsd-frontend/traversal/attribute-group.hxx b/xsd-frontend/traversal/attribute-group.hxx
index 555ac3f..03fee14 100644
--- a/xsd-frontend/traversal/attribute-group.hxx
+++ b/xsd-frontend/traversal/attribute-group.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/attribute-group.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ATTRIBUTE_GROUP_HXX
diff --git a/xsd-frontend/traversal/attribute.cxx b/xsd-frontend/traversal/attribute.cxx
index 80cfe66..e61eeb2 100644
--- a/xsd-frontend/traversal/attribute.cxx
+++ b/xsd-frontend/traversal/attribute.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/attribute.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/attribute.hxx>
diff --git a/xsd-frontend/traversal/attribute.hxx b/xsd-frontend/traversal/attribute.hxx
index f55c70a..f3962e4 100644
--- a/xsd-frontend/traversal/attribute.hxx
+++ b/xsd-frontend/traversal/attribute.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/attribute.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ATTRIBUTE_HXX
diff --git a/xsd-frontend/traversal/complex.cxx b/xsd-frontend/traversal/complex.cxx
index b83ac0e..6e936ab 100644
--- a/xsd-frontend/traversal/complex.cxx
+++ b/xsd-frontend/traversal/complex.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/complex.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/complex.hxx>
diff --git a/xsd-frontend/traversal/complex.hxx b/xsd-frontend/traversal/complex.hxx
index e5dabd9..1f55730 100644
--- a/xsd-frontend/traversal/complex.hxx
+++ b/xsd-frontend/traversal/complex.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/complex.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_COMPLEX_HXX
diff --git a/xsd-frontend/traversal/compositors.cxx b/xsd-frontend/traversal/compositors.cxx
index c12b8ce..f2b3dcd 100644
--- a/xsd-frontend/traversal/compositors.cxx
+++ b/xsd-frontend/traversal/compositors.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/compositors.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/compositors.hxx>
diff --git a/xsd-frontend/traversal/compositors.hxx b/xsd-frontend/traversal/compositors.hxx
index a78f336..4761b99 100644
--- a/xsd-frontend/traversal/compositors.hxx
+++ b/xsd-frontend/traversal/compositors.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/compositors.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_COMPOSITORS_HXX
diff --git a/xsd-frontend/traversal/element-group.cxx b/xsd-frontend/traversal/element-group.cxx
index bde6b06..0b253dd 100644
--- a/xsd-frontend/traversal/element-group.cxx
+++ b/xsd-frontend/traversal/element-group.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/element-group.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/element-group.hxx>
diff --git a/xsd-frontend/traversal/element-group.hxx b/xsd-frontend/traversal/element-group.hxx
index 1002f74..df13b26 100644
--- a/xsd-frontend/traversal/element-group.hxx
+++ b/xsd-frontend/traversal/element-group.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/element-group.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ELEMENT_GROUP_HXX
diff --git a/xsd-frontend/traversal/element.cxx b/xsd-frontend/traversal/element.cxx
index c41c44a..efdb0a6 100644
--- a/xsd-frontend/traversal/element.cxx
+++ b/xsd-frontend/traversal/element.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/element.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/element.hxx>
diff --git a/xsd-frontend/traversal/element.hxx b/xsd-frontend/traversal/element.hxx
index 19b8803..e1af29a 100644
--- a/xsd-frontend/traversal/element.hxx
+++ b/xsd-frontend/traversal/element.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/element.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ELEMENT_HXX
diff --git a/xsd-frontend/traversal/elements.cxx b/xsd-frontend/traversal/elements.cxx
index 5a7d385..e64e3b9 100644
--- a/xsd-frontend/traversal/elements.cxx
+++ b/xsd-frontend/traversal/elements.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/elements.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/elements.hxx>
diff --git a/xsd-frontend/traversal/elements.hxx b/xsd-frontend/traversal/elements.hxx
index 90d76de..bd1dd70 100644
--- a/xsd-frontend/traversal/elements.hxx
+++ b/xsd-frontend/traversal/elements.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/elements.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ELEMENTS_HXX
diff --git a/xsd-frontend/traversal/elements.txx b/xsd-frontend/traversal/elements.txx
index 1a67ed7..5b1aec0 100644
--- a/xsd-frontend/traversal/elements.txx
+++ b/xsd-frontend/traversal/elements.txx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/elements.txx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
namespace XSDFrontend
diff --git a/xsd-frontend/traversal/enumeration.cxx b/xsd-frontend/traversal/enumeration.cxx
index c18df6c..124606f 100644
--- a/xsd-frontend/traversal/enumeration.cxx
+++ b/xsd-frontend/traversal/enumeration.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/enumeration.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/enumeration.hxx>
diff --git a/xsd-frontend/traversal/enumeration.hxx b/xsd-frontend/traversal/enumeration.hxx
index da00003..960b11c 100644
--- a/xsd-frontend/traversal/enumeration.hxx
+++ b/xsd-frontend/traversal/enumeration.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/enumeration.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_ENUMERATION_HXX
diff --git a/xsd-frontend/traversal/fundamental.cxx b/xsd-frontend/traversal/fundamental.cxx
index 1bcb5ab..5202adf 100644
--- a/xsd-frontend/traversal/fundamental.cxx
+++ b/xsd-frontend/traversal/fundamental.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/fundamental.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/fundamental.hxx>
diff --git a/xsd-frontend/traversal/fundamental.hxx b/xsd-frontend/traversal/fundamental.hxx
index ee1f0e6..0b771cd 100644
--- a/xsd-frontend/traversal/fundamental.hxx
+++ b/xsd-frontend/traversal/fundamental.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/fundamental.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_FUNDAMENTAL_HXX
diff --git a/xsd-frontend/traversal/list.cxx b/xsd-frontend/traversal/list.cxx
index 5e291db..9241af1 100644
--- a/xsd-frontend/traversal/list.cxx
+++ b/xsd-frontend/traversal/list.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/list.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/list.hxx>
diff --git a/xsd-frontend/traversal/list.hxx b/xsd-frontend/traversal/list.hxx
index 32be2f2..06aa154 100644
--- a/xsd-frontend/traversal/list.hxx
+++ b/xsd-frontend/traversal/list.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/list.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_LIST_HXX
diff --git a/xsd-frontend/traversal/namespace.cxx b/xsd-frontend/traversal/namespace.cxx
index 5987be9..fbf1105 100644
--- a/xsd-frontend/traversal/namespace.cxx
+++ b/xsd-frontend/traversal/namespace.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/namespace.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/namespace.hxx>
diff --git a/xsd-frontend/traversal/namespace.hxx b/xsd-frontend/traversal/namespace.hxx
index 7f2c127..0dd0901 100644
--- a/xsd-frontend/traversal/namespace.hxx
+++ b/xsd-frontend/traversal/namespace.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/namespace.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_NAMESPACE_HXX
diff --git a/xsd-frontend/traversal/particle.cxx b/xsd-frontend/traversal/particle.cxx
index fbdf7b9..1dd0ce0 100644
--- a/xsd-frontend/traversal/particle.cxx
+++ b/xsd-frontend/traversal/particle.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/particle.cxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/particle.hxx>
diff --git a/xsd-frontend/traversal/particle.hxx b/xsd-frontend/traversal/particle.hxx
index a34dd69..5346ae9 100644
--- a/xsd-frontend/traversal/particle.hxx
+++ b/xsd-frontend/traversal/particle.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/particle.hxx
-// copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2006-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_PARTICLE_HXX
diff --git a/xsd-frontend/traversal/schema.cxx b/xsd-frontend/traversal/schema.cxx
index 53a3927..090e964 100644
--- a/xsd-frontend/traversal/schema.cxx
+++ b/xsd-frontend/traversal/schema.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/schema.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/schema.hxx>
diff --git a/xsd-frontend/traversal/schema.hxx b/xsd-frontend/traversal/schema.hxx
index 81d8f8b..a38ddfd 100644
--- a/xsd-frontend/traversal/schema.hxx
+++ b/xsd-frontend/traversal/schema.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/schema.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_SCHEMA_HXX
diff --git a/xsd-frontend/traversal/union.cxx b/xsd-frontend/traversal/union.cxx
index 5c1430a..fe8f7d0 100644
--- a/xsd-frontend/traversal/union.cxx
+++ b/xsd-frontend/traversal/union.cxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/union.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsd-frontend/traversal/union.hxx>
diff --git a/xsd-frontend/traversal/union.hxx b/xsd-frontend/traversal/union.hxx
index c1ba3e4..8012036 100644
--- a/xsd-frontend/traversal/union.hxx
+++ b/xsd-frontend/traversal/union.hxx
@@ -1,5 +1,5 @@
// file : xsd-frontend/traversal/union.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_FRONTEND_TRAVERSAL_UNION_HXX