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

Update copyright headers for @josephlr contributions #284

Closed
rbradford opened this issue Oct 5, 2023 · 1 comment
Closed

Update copyright headers for @josephlr contributions #284

rbradford opened this issue Oct 5, 2023 · 1 comment

Comments

@rbradford
Copy link
Member

Google's preferred policy on this is actually public: https://opensource.google/documentation/reference/patching#license_headers_and_copyright_notices

When contributing to third-party projects, Googlers do not need to add Google's copyright notice when authoring patches to existing files. Googlers should add Google's copyright notice (or a "The Project Authors" style copyright notice) to new files being added to the library if permitted by the project maintainers.

So either:

// SPDX-License-Identifier: Apache-2.0
// Copyright <year> Google LLC.

or

// SPDX-License-Identifier: Apache-2.0
// Copyright <year> The Rust Hypervisor Firmware Authors

would work for any files I created.

Originally posted by @josephlr in #256 (comment)

@rbradford
Copy link
Member Author

I've reviewed the changes in #256 / merged to main and to me it looks like it matches this (first version.)

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

No branches or pull requests

1 participant