Repository: zookeeper Updated Branches: refs/heads/branch-3.5 9ebbef356 -> bc7d58651
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/bc7d5865 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/bc7d5865 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/bc7d5865 Branch: refs/heads/branch-3.5 Commit: bc7d5865199e0c3a4dad8b90be869258a6d0f4c0 Parents: 9ebbef3 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:08 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/bc7d5865/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>
