summaryrefslogtreecommitdiff
path: root/documentation/cxx/tree
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:42:25 +0200
commit7c064687415c895334650321bd5bc34453b0ce38 (patch)
tree9932ca1c470f2afbf80a9c9cb4ebfac0565ff6e8 /documentation/cxx/tree
parent0ca328cb9026aa53064a147226ef5b296426ea5f (diff)
Copyright update
Diffstat (limited to 'documentation/cxx/tree')
-rw-r--r--documentation/cxx/tree/dbxml/index.xhtml4
-rw-r--r--documentation/cxx/tree/guide/guide.html2ps2
-rw-r--r--documentation/cxx/tree/guide/index.xhtml4
-rw-r--r--documentation/cxx/tree/guide/makefile2
-rw-r--r--documentation/cxx/tree/makefile2
-rw-r--r--documentation/cxx/tree/manual/index.xhtml4
-rw-r--r--documentation/cxx/tree/manual/makefile2
-rw-r--r--documentation/cxx/tree/manual/manual.html2ps2
-rw-r--r--documentation/cxx/tree/reference/footer.html2
9 files changed, 12 insertions, 12 deletions
diff --git a/documentation/cxx/tree/dbxml/index.xhtml b/documentation/cxx/tree/dbxml/index.xhtml
index adfeb24..dc88083 100644
--- a/documentation/cxx/tree/dbxml/index.xhtml
+++ b/documentation/cxx/tree/dbxml/index.xhtml
@@ -5,7 +5,7 @@
<head>
<title>C++/Tree Mapping and Berkeley DB XML Integration Guide</title>
- <meta name="copyright" content="&copy; 2006-2010 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2006-2011 Code Synthesis Tools CC"/>
<meta name="keywords" content="xsd,xml,schema,c++,mapping,data,binding,berkeley,db,dbxml"/>
<meta name="description" content="C++/Tree Mapping and Berkeley DB XML Integration Guide"/>
@@ -331,7 +331,7 @@ if (results.next (v))
</div>
<div id="footer">
- &copy;2006-2010 <a href="http://www.codesynthesis.com">CODE SYNTHESIS TOOLS CC</a>
+ &copy;2006-2011 <a href="http://www.codesynthesis.com">CODE SYNTHESIS TOOLS CC</a>
<div id="terms">
Permission is granted to copy, distribute and/or modify this
diff --git a/documentation/cxx/tree/guide/guide.html2ps b/documentation/cxx/tree/guide/guide.html2ps
index 30a4e3d..e05d3f9 100644
--- a/documentation/cxx/tree/guide/guide.html2ps
+++ b/documentation/cxx/tree/guide/guide.html2ps
@@ -20,7 +20,7 @@
<h1>&nbsp;</h1>
<h1>&nbsp;</h1>
</div>
- <p>Copyright &copy; 2005-2010 CODE SYNTHESIS TOOLS CC</p>
+ <p>Copyright &copy; 2005-2011 CODE SYNTHESIS TOOLS CC</p>
<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
diff --git a/documentation/cxx/tree/guide/index.xhtml b/documentation/cxx/tree/guide/index.xhtml
index c8f6157..4f76818 100644
--- a/documentation/cxx/tree/guide/index.xhtml
+++ b/documentation/cxx/tree/guide/index.xhtml
@@ -5,7 +5,7 @@
<head>
<title>C++/Tree Mapping Getting Started Guide</title>
- <meta name="copyright" content="&copy; 2005-2010 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2005-2011 Code Synthesis Tools CC"/>
<meta name="keywords" content="xsd,xml,schema,c++,mapping,data,binding,parsing,serialization,validation"/>
<meta name="description" content="C++/Tree Mapping Getting Started Guide"/>
@@ -172,7 +172,7 @@
<div class="title" id="first-title">C++/Tree Mapping</div>
<div class="title" id="second-title">Getting Started Guide</div>
- <p>Copyright &copy; 2005-2010 CODE SYNTHESIS TOOLS CC</p>
+ <p>Copyright &copy; 2005-2011 CODE SYNTHESIS TOOLS CC</p>
<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
diff --git a/documentation/cxx/tree/guide/makefile b/documentation/cxx/tree/guide/makefile
index 521a095..3fa7a75 100644
--- a/documentation/cxx/tree/guide/makefile
+++ b/documentation/cxx/tree/guide/makefile
@@ -1,6 +1,6 @@
# file : documentation/cxx/tree/guide/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/documentation/cxx/tree/makefile b/documentation/cxx/tree/makefile
index 1d444fa..5ca3924 100644
--- a/documentation/cxx/tree/makefile
+++ b/documentation/cxx/tree/makefile
@@ -1,6 +1,6 @@
# file : documentation/cxx/tree/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/documentation/cxx/tree/manual/index.xhtml b/documentation/cxx/tree/manual/index.xhtml
index 81896fc..191cf70 100644
--- a/documentation/cxx/tree/manual/index.xhtml
+++ b/documentation/cxx/tree/manual/index.xhtml
@@ -5,7 +5,7 @@
<head>
<title>C++/Tree Mapping User Manual</title>
- <meta name="copyright" content="&copy; 2005-2010 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2005-2011 Code Synthesis Tools CC"/>
<meta name="keywords" content="xsd,xml,schema,c++,mapping,data,binding,tree,serialization,guide,manual,examples"/>
<meta name="description" content="C++/Tree Mapping User Manual"/>
<meta name="revision" content="3.0.0"/>
@@ -188,7 +188,7 @@
<div id="titlepage">
<div id="title">C++/Tree Mapping User Manual</div>
- <p>Copyright &copy; 2005-2010 CODE SYNTHESIS TOOLS CC</p>
+ <p>Copyright &copy; 2005-2011 CODE SYNTHESIS TOOLS CC</p>
<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
diff --git a/documentation/cxx/tree/manual/makefile b/documentation/cxx/tree/manual/makefile
index 398c002..bede8ac 100644
--- a/documentation/cxx/tree/manual/makefile
+++ b/documentation/cxx/tree/manual/makefile
@@ -1,6 +1,6 @@
# file : documentation/cxx/tree/manual/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/documentation/cxx/tree/manual/manual.html2ps b/documentation/cxx/tree/manual/manual.html2ps
index ac010b5..0e7e81b 100644
--- a/documentation/cxx/tree/manual/manual.html2ps
+++ b/documentation/cxx/tree/manual/manual.html2ps
@@ -21,7 +21,7 @@
<h1>&nbsp;</h1>
</div>
<p>Revision $[revision] &nbsp;&nbsp;&nbsp; $D</p>
- <p>Copyright &copy; 2005-2010 CODE SYNTHESIS TOOLS CC</p>
+ <p>Copyright &copy; 2005-2011 CODE SYNTHESIS TOOLS CC</p>
<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
diff --git a/documentation/cxx/tree/reference/footer.html b/documentation/cxx/tree/reference/footer.html
index 3e5cc1e..70508b9 100644
--- a/documentation/cxx/tree/reference/footer.html
+++ b/documentation/cxx/tree/reference/footer.html
@@ -1,6 +1,6 @@
<hr size="1">
<div style="text-align: center; font-size: 80%;">
- Copyright &copy; 2005-2010 CODE SYNTHESIS TOOLS CC
+ Copyright &copy; 2005-2011 CODE SYNTHESIS TOOLS CC
</div>
</body>
</html>