Repository: hbase Updated Branches: refs/heads/master 80fbcfcd2 -> 2a5739764
Add note on orca adding attribution Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2a573976 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2a573976 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2a573976 Branch: refs/heads/master Commit: 2a573976490a8442f53da56f26612c4ec179d249 Parents: 80fbcfc Author: stack <[email protected]> Authored: Wed Aug 27 19:32:56 2014 -0700 Committer: stack <[email protected]> Committed: Wed Aug 27 19:32:56 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/book.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2a573976/src/main/docbkx/book.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/book.xml b/src/main/docbkx/book.xml index 99b85a3..16c8445 100644 --- a/src/main/docbkx/book.xml +++ b/src/main/docbkx/book.xml @@ -5647,6 +5647,24 @@ DESCRIPTION ENABLED </para> </section> </appendix> + <appendix xml:id="orca"> + <title>Apache HBase Orca</title> + <inlinemediaobject> + <imageobject> + <imagedata + align="center" + valign="right" + fileref="jumping-orca_rotated_25percent.png" /> + </imageobject> + </inlinemediaobject> + <para><link xlink:href="https://issues.apache.org/jira/browse/HBASE-4920">An Orca is the Apache HBase mascot.</link> + See NOTICES.txt. Our Orca logo we got here: http://www.vectorfree.com/jumping-orca + It is licensed Creative Commons Attribution 3.0. See https://creativecommons.org/licenses/by/3.0/us/ + We changed the logo by stripping the colored background, inverting + it and then rotating it some. + </para> + + </appendix> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracing.xml" /> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpc.xml" />
