Lines Matching refs:copyright
12 # The above copyright notice and this permission notice shall be included
45 The above copyright notice and this permission notice shall be included
81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None):
83 self.copyright = copyright
124 if grammar.copyright:
125 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright])
217 if 'copyright' in grammar_json:
218 copyright = grammar_json['copyright']
220 copyright = DEFAULT_COPYRIGHT
231 copyright = copyright,