Lines Matching defs:copyright
16 * The above copyright notice and this permission notice (including the next
742 struct rnncopyright* copyright = &db->copyright;
747 if(!copyright->firstyear || firstyear < copyright->firstyear)
748 copyright->firstyear = firstyear;
750 rnn_err(db, "%s:%d: wrong attribute \"%s\" for copyright\n", file, node->line, attr->name);
758 if(copyright->license) {
759 if(strcmp(copyright->license, node->content)) {
764 copyright->license = getcontent(chain);
802 ADDARRAY(copyright->authors, author);
804 rnn_err(db, "%s:%d: wrong tag in copyright: <%s>\n", file, chain->line, chain->name);
843 } else if (!strcmp(node->name, "copyright")) {