7

I am using a font that is licensed under the Open Font License which states:

2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.

Where can I place this license file in my EPUB where it complies with the license requirements?

Anthon's user avatar
Anthon
7,6913 gold badges24 silver badges56 bronze badges
askedMar 6, 2016 at 7:31
Keavon's user avatar

3 Answers3

6

I don't disagree with the above answer.

I just wanted to say that on the Title/Credits HTML page (which contains copyright, date, etc) I included this line:

The HomemadeApple Font embedded in this ebook is copyrighted 2010 by Font Diner, Inc. under a Apache 2.0 license. (and I linked to the license).

answeredMar 7, 2016 at 0:57
idiotprogrammer's user avatar
2

As the license requirements state "easily viewed by the user" you should include the full license in the EPUB zip files META-INF directory as e.g.open_font_license.txt, in addition to that add a stanza:

 <dc:license>Open Font Software distributed as per open_font_license.txt</dc:license>

to theMETA-INF/metadata.opf file.

The latter should show up when viewing the metadata info in EPUB readers. Ifthe copyright text is short, you can forego theopen_font_license.txt file and directly include everything in themetadata.opf stanza.

answeredMar 6, 2016 at 9:48
Anthon's user avatar
2
  • Does it need to beMETA-INF/metadata.opf? I am using Sigil to build my ebook and it doesn't have ametadata.opf inMETA-INF. But there isOEBPS/content.opfwhich contains a<metadata> tag and in it are elements like<dc:language>en</dc:language>. Could I place it there?CommentedMar 6, 2016 at 19:12
  • @Keavon Probably yes. Make sure to check afterwards in an epub viewer (e.g. the one from Calibre) that the information shows up when you click "Show book metadata")CommentedMar 6, 2016 at 20:29
1

As I had not seen this question, I have askedanother one very similar somewhere else.

I have tested the solution proposed by Anthon, but the addition of a<dc:license> element into thecontent.opf is unfortunaltely pointed as an error when checking the file with Sigil and FlightCrew:

Error XML child not recognized: the<licence> element is not an allowed child of the<metadata> element

Consequently, I opted foran alternate method for embedding such a license file, by creating anofl.xhtml file using thecopyright-page guide element.

This method has also the advantage to grant an easy access to the license text (especially if a specific line is added in thetitle.xhtml, as pointed by idiotprogrammer)

answeredMay 13, 2016 at 7:05
P. Mergey's user avatar

Your Answer

Sign up orlog in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

By clicking “Post Your Answer”, you agree to ourterms of service and acknowledge you have read ourprivacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.