Repository: zookeeper Updated Branches: refs/heads/branch-3.4 c8cc54c72 -> 5c9299d60
ZOOKEEPER-2465: Documentation copyright notice is out of date. Author: Edward Ribeiro <[email protected]> Reviewers: Michael Han <[email protected]> Closes #138 from eribeiro/ZOOKEEPER-2465 Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/5c9299d6 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/5c9299d6 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/5c9299d6 Branch: refs/heads/branch-3.4 Commit: 5c9299d60f66afb00072ebeadead49f4410aa11f Parents: c8cc54c Author: Edward Ribeiro <[email protected]> Authored: Fri Dec 30 14:58:56 2016 -0800 Committer: Michael Han <[email protected]> Committed: Fri Dec 30 14:58:56 2016 -0800 ---------------------------------------------------------------------- src/docs/src/documentation/skinconf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/5c9299d6/src/docs/src/documentation/skinconf.xml ---------------------------------------------------------------------- diff --git a/src/docs/src/documentation/skinconf.xml b/src/docs/src/documentation/skinconf.xml index 685a86a..43f3a49 100644 --- a/src/docs/src/documentation/skinconf.xml +++ b/src/docs/src/documentation/skinconf.xml @@ -84,7 +84,7 @@ which will be used to configure the chosen Forrest skin. <favicon-url>images/favicon.ico</favicon-url> <!-- The following are used to construct a copyright statement --> - <year>2008-2013</year> + <year></year> <vendor>The Apache Software Foundation.</vendor> <copyright-link>http://www.apache.org/licenses/</copyright-link>
