Home | History | Annotate | Download | only in boxes

Lines Matching refs:copyright

2  * Copyright 2008 CoreMedia AG, Hamburg
28 * The copyright box contains a copyright declaration which applies to the entire presentation, when contained
39 private String copyright;
50 return copyright;
57 public void setCopyright(String copyright) {
58 this.copyright = copyright;
62 return 7 + Utf8.utf8StringLengthInBytes(copyright);
69 copyright = IsoTypeReader.readString(content);
76 byteBuffer.put(Utf8.convert(copyright));
81 return "CopyrightBox[language=" + getLanguage() + ";copyright=" + getCopyright() + "]";