Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove emscripten copyright from third_party headers #12712

Merged
merged 1 commit into from
Nov 5, 2020
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Nov 5, 2020

Its seems we painted with too broad a brush in #7116.

This change was generated programmatically using this type of thing:

for f in `git grep --name-only "//.*The Emscripten Authors" tests/third_party`; do tail -n +6 $f > tmp && /bin/mv tmp $f; done

Fixes: #12711

Its seems we painted with too broad a brush in #7116.

This change was generated programmatically using this type of thing:

for f in `git grep --name-only "//.*The Emscripten Authors" tests/third_party`; do tail -n +6 $f > tmp && /bin/mv tmp $f; done

Fixes: #12711
@sbc100 sbc100 requested a review from kripken November 5, 2020 17:59
@sbc100 sbc100 merged commit dcd3854 into master Nov 5, 2020
@sbc100 sbc100 deleted the remove_copyright branch November 5, 2020 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LGPL-licensed freealut misrepresented as part of emscripten
2 participants