Repository: zookeeper Updated Branches: refs/heads/master de5c0e9ab -> 670bb5d5e
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 (cherry picked from commit 5c9299d60f66afb00072ebeadead49f4410aa11f) Signed-off-by: Michael Han <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/670bb5d5 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/670bb5d5 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/670bb5d5 Branch: refs/heads/master Commit: 670bb5d5ecc2d6a94bf24effcc7bf497e8778cc5 Parents: de5c0e9 Author: Edward Ribeiro <[email protected]> Authored: Fri Dec 30 14:58:56 2016 -0800 Committer: Michael Han <[email protected]> Committed: Fri Dec 30 14:59:26 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/670bb5d5/src/docs/src/documentation/skinconf.xml ---------------------------------------------------------------------- diff --git a/src/docs/src/documentation/skinconf.xml b/src/docs/src/documentation/skinconf.xml index 5745b85..9edf69e 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>
