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

Allow short-form license header #692

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Conversation

srchase
Copy link
Contributor

@srchase srchase commented Feb 9, 2023

Update checkstyle to allow Apache 2.0 short-form license header, that does not include the copyright year.

Existing, long-form copyright headers with years are still allowed.

As files are added or re-written, they should use the short-form license header:

/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@srchase srchase requested review from a team as code owners February 9, 2023 23:53
@srchase srchase changed the title Update checkstyle copyright year Allow short-form license header Feb 10, 2023
@srchase srchase merged commit 181d5e1 into smithy-lang:main Feb 13, 2023
@srchase srchase deleted the checkstyle-year branch February 13, 2023 16:25
srchase added a commit to srchase/smithy-typescript that referenced this pull request Mar 17, 2023
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.

2 participants