Home | History | Annotate | Download | only in tools

Lines Matching refs:copyright

39     # Do we need to back up to find the start of the copyright header?
48 # copyright header.
83 if line.startswith("++Copyright++"):
85 line = line.replace("--Copyright--", "")
98 copyright = "\n".join(clean_lines)
99 copyrights.add(copyright)
138 if not "Copyright" in content:
142 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
147 if "Copyright" in lines[i] and not "@(#) Copyright" in lines[i]:
153 for copyright in sorted(copyrights):
154 print copyright.encode('utf-8')