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

chore: add missing copyright headers #9910

Merged
merged 1 commit into from
Mar 27, 2021

Conversation

AaronO
Copy link
Contributor

@AaronO AaronO commented Mar 26, 2021

Complements #9909, cc @bartlomieju

Finding files with missing copyright headers

find . -name "*.rs" | grep -v "./target/" | xargs -I{} bash -c 'cat {} \
    | grep "// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license." \
    &>/dev/null || echo {}'
./runtime/ops/webgpu.rs
./op_crates/webgpu/error.rs

@bartlomieju bartlomieju changed the title webgpu: add missing copyright headers chore: add missing copyright headers Mar 27, 2021
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bartlomieju bartlomieju merged commit 940b3a2 into denoland:main Mar 27, 2021
@AaronO AaronO deleted the fix/missing-copyright-headers branch March 27, 2021 00:35
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.

None yet

2 participants