aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:18 +0200
commit2bbca80d4cc589f4f865b3151674a5033dc0ba9c (patch)
tree59633bf0935695a82ccb76c41276fd688cf4db0e /doc
parent5af37a6e7c0146c59730a13de38e9ec394e6f9b5 (diff)
Update copyright year
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/makefile2
-rw-r--r--doc/manual.html2ps2
-rw-r--r--doc/manual.xhtml6
-rw-r--r--doc/odb-epilogue.12
-rw-r--r--doc/odb-epilogue.xhtml2
-rw-r--r--doc/odb-prologue.12
-rw-r--r--doc/odb-prologue.xhtml2
8 files changed, 10 insertions, 10 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 81c32e6..3c2a0e7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# file : doc/Makefile.am
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v3; see accompanying LICENSE file
dist_ps_DATA = __file__(ps_docs)
diff --git a/doc/makefile b/doc/makefile
index 033c0fa..265e0ed 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -1,5 +1,5 @@
# file : doc/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v3; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/doc/manual.html2ps b/doc/manual.html2ps
index c83d3fd..4eb82fa 100644
--- a/doc/manual.html2ps
+++ b/doc/manual.html2ps
@@ -21,7 +21,7 @@
<h1>&nbsp;</h1>
<h1>&nbsp;</h1>
</div>
- <p>Copyright &copy; 2009-2012 Code Synthesis Tools CC</p>
+ <p>Copyright &copy; 2009-2013 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/doc/manual.xhtml b/doc/manual.xhtml
index 8fa672d..00acf40 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -5,7 +5,7 @@
<head>
<title>C++ Object Persistence with ODB</title>
- <meta name="copyright" content="&copy; 2009-2012 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2009-2013 Code Synthesis Tools CC"/>
<meta name="keywords" content="odb,c++,object,persistence,ORM,relational,database,RDBMS,ODBMS,OODBMS"/>
<meta name="description" content="C++ Object Persistence with ODB"/>
<meta name="revision" content="2.2"/>
@@ -256,7 +256,7 @@ for consistency.
<div id="titlepage">
<div class="title">C++ Object Persistence with ODB</div>
- <p>Copyright &copy; 2009-2012 Code Synthesis Tools CC</p>
+ <p>Copyright &copy; 2009-2013 Code Synthesis Tools CC</p>
<p>Permission is granted to copy, distribute and/or modify this
document under the terms of the
@@ -265,7 +265,7 @@ for consistency.
no Front-Cover Texts and no Back-Cover Texts.</p>
<!-- REMEMBER TO CHANGE VERSIONS IN THE META TAGS ABOVE! -->
- <p id="revision">Revision 2.2, October 2012</p>
+ <p id="revision">Revision 2.2, February 2013</p>
<p>This revision of the manual describes ODB 2.2.0 and is available
in the following formats:
<a href="http://www.codesynthesis.com/products/odb/doc/manual.xhtml">XHTML</a>,
diff --git a/doc/odb-epilogue.1 b/doc/odb-epilogue.1
index 8755374..6968767 100644
--- a/doc/odb-epilogue.1
+++ b/doc/odb-epilogue.1
@@ -143,7 +143,7 @@ Send bug reports to the odb-users@codesynthesis.com mailing list.
.\" COPYRIGHT
.\"
.SH COPYRIGHT
-Copyright (c) 2009-2012 Code Synthesis Tools CC.
+Copyright (c) 2009-2013 Code Synthesis Tools CC.
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
diff --git a/doc/odb-epilogue.xhtml b/doc/odb-epilogue.xhtml
index 0309fc6..da3fdef 100644
--- a/doc/odb-epilogue.xhtml
+++ b/doc/odb-epilogue.xhtml
@@ -110,7 +110,7 @@
</div>
<div id="footer">
- &copy; 2009-2012 <a href="http://www.codesynthesis.com">Code Synthesis Tools CC</a>
+ &copy; 2009-2013 <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/doc/odb-prologue.1 b/doc/odb-prologue.1
index 2f61e2d..e880c37 100644
--- a/doc/odb-prologue.1
+++ b/doc/odb-prologue.1
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii odb.1
.\"
-.TH ODB 1 "October 2012" "ODB 2.2.0"
+.TH ODB 1 "February 2013" "ODB 2.2.0"
.SH NAME
odb \- object-relational mapping (ORM) compiler for C++
.\"
diff --git a/doc/odb-prologue.xhtml b/doc/odb-prologue.xhtml
index 26be4b6..07609a7 100644
--- a/doc/odb-prologue.xhtml
+++ b/doc/odb-prologue.xhtml
@@ -4,7 +4,7 @@
<head>
<title>ODB 2.2.0 Compiler Command Line Manual</title>
- <meta name="copyright" content="&copy; 2009-2012 Code Synthesis Tools CC"/>
+ <meta name="copyright" content="&copy; 2009-2013 Code Synthesis Tools CC"/>
<meta name="keywords" content="odb,object,relational,mapping,compiler,c++"/>
<meta name="description" content="ODB Compiler Command Line Manual"/>