aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.49k stars 419 forks source link

Remove copyright date #556

Closed bryceitoc9 closed 1 year ago

bryceitoc9 commented 5 years ago

We open all of our files with:

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

We need to change this to:

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

(or something similar)

We should ideally time this at a point where we don't have any open PRs.

justinmk3 commented 4 years ago

Updated the description/title to remove the year instead of increment it.

See also https://github.com/awslabs/aws-c-common/pull/648

JadenSimon commented 1 year ago

Fixed with https://github.com/aws/aws-toolkit-vscode/pull/3544