Skip to content

Conversation

@lucasmcdonald3
Copy link
Contributor

@lucasmcdonald3 lucasmcdonald3 commented May 7, 2024

Issue #, if available:

Description of changes:

Update copyright headers
from verbose copyright headers that get out of date
to concise evergreen copyright headers.

Ctrl+Fs' that are now empty:

  • # Copyright 20: 0 results.
  • ^(?<![\s\S\r])(?!#).* (regex matching files that don't start with a #; i.e. audit for files that don't already have a copyright header)
    • 5 Python files still match this regex, but I won't add them:
      • 3 setup.py files (aws_encryption_sdk, test_vector_handlers, and decrypt_oracle)
      • decrypt_oracle/.chalice/build-requirements.py
      • decrypt_oracle/.chalice/pipeline.py

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@lucasmcdonald3 lucasmcdonald3 marked this pull request as ready for review May 7, 2024 22:29
@lucasmcdonald3 lucasmcdonald3 requested a review from a team as a code owner May 7, 2024 22:29
@lucasmcdonald3 lucasmcdonald3 merged commit 124e55d into master May 8, 2024
@lucasmcdonald3 lucasmcdonald3 deleted the update-copyright branch May 8, 2024 16:03
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