Commit 444ac6e4 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Don't need copyright assignment here

parent fc87306c
......@@ -32,6 +32,8 @@ def verify_license(_, dir, files):
s = open(fn).read(1024)
if file_is_from_cpython(fn):
assert "This file is originally from CPython 2.7, with modifications for Pyston" in s, fn
elif fn.endswith("/astprint.cpp"):
continue
else:
assert "Copyright (c) 2014 Dropbox, Inc." in s, fn
assert "Apache License, Version 2.0" in s, fn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment