Lines Matching refs:copyright
39 # Do we need to back up to find the start of the copyright header?
48 # copyright header.
80 if line.startswith("++Copyright++"):
82 line = line.replace("--Copyright--", "")
95 copyright = "\n".join(clean_lines)
96 copyrights.add(copyright)
135 if not "Copyright" in content:
139 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
144 if "Copyright" in lines[i]:
150 for copyright in sorted(copyrights):
151 print copyright.encode('utf-8')