aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
commitfcf9219b8ff6e9d21c4f4748dc822a7b92310975 (patch)
tree66bd2d45e92d0847bf833c2445c6eb318ac6d9c4 /doc
parent29e21ce69490834731aa257b717544378fd00e57 (diff)
Update copyright year
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/buildfile2
-rw-r--r--doc/intro.xhtml4
-rw-r--r--doc/makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 88c346e..eb4438f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# file : doc/Makefile.am
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
dist_html_DATA = __file__(html_docs)
diff --git a/doc/buildfile b/doc/buildfile
index 6aec5bb..3c842b3 100644
--- a/doc/buildfile
+++ b/doc/buildfile
@@ -1,5 +1,5 @@
# file : doc/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
define css: file
diff --git a/doc/intro.xhtml b/doc/intro.xhtml
index 77ebf3f..bd4e11b 100644
--- a/doc/intro.xhtml
+++ b/doc/intro.xhtml
@@ -5,7 +5,7 @@
<head>
<title>XML Parsing and Serialization in C++ with libstudxml</title>
- <meta name="copyright" content="&copy; 2013-2014 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2013-2017 Code Synthesis Tools CC"/>
<meta name="keywords" content="xml,c++,parsing,serialization,api,streaming,persistence"/>
<meta name="description" content="XML Parsing and Serialization in C++ with libstudxml"/>
<meta name="revision" content="1.0"/>
@@ -169,7 +169,7 @@
<div class="title" id="first-title">XML Parsing and Serialization in C++</div>
<div class="title" id="second-title">With <code>libstudxml</code></div>
- <p>Copyright &copy; 2013-2014 Code Synthesis Tools CC. Permission is
+ <p>Copyright &copy; 2013-2017 Code Synthesis Tools CC. Permission is
granted to copy, distribute and/or modify this document under the
terms of the MIT license.</p>
diff --git a/doc/makefile b/doc/makefile
index a40e0bf..31b790d 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,5 +1,5 @@
# file : doc/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make