diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..951d8fa5 --- /dev/null +++ b/.github/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +# Code of Conduct for HTC Grid + +Please see the [FINOS Community Code of Conduct](https://www.finos.org/code-of-conduct). diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..32598229 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: 🐛 Bug Report +about: If something isn't working as expected 🤔. + +--- + +## Bug Report + +### Steps to Reproduce: + 1. ...step 1 description... + 2. ...step 2 description... + 3. ...step 3 description... + +### Expected Result: +...description of what you expected to see... + +### Actual Result: +...what actually happened, including full exceptions (please include the entire stack trace, including "caused by" entries), log entries, screen shots etc. where appropriate... + +### Environment: +...version and build of the project, OS and runtime versions, virtualised environment (if any), etc. ... + +### Additional Context: +...add any other context about the problem here. If applicable, add screenshots to help explain... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..f6306da6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: 🚀 Feature Request +about: I have a suggestion (and may want to implement it 🙂)! + +--- + +## Feature Request + +### Description of Problem: +...what *problem* are you trying to solve that the project doesn't currently solve? + +...please resist the temptation to describe your request in terms of a solution. Job Story form ("When [triggering condition], I want to [motivation/goal], so I can [outcome].") can help ensure you're expressing a problem statement. + +### Potential Solutions: +...clearly and concisely describe what you want to happen. Add any considered drawbacks. + +...if you've considered alternatives, clearly and concisely describe those too. diff --git a/.github/ISSUE_TEMPLATE/meeting_minutes.md b/.github/ISSUE_TEMPLATE/meeting_minutes.md new file mode 100644 index 00000000..6dcddb45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/meeting_minutes.md @@ -0,0 +1,51 @@ +--- +name: "\U0001F91D HTC Grid Meeting Minutes" +about: To track HTC Grid meeting agenda and attendance +title: DD MMM YYYY - HTC Grid Meeting Minutes +labels: meeting +assignees: + +--- + + + ## Date +YYYYMMDD - time + +## Untracked attendees +- Fullname, Affiliation, (optional) GitHub username +- ... + +## Meeting notices +- FINOS **Project leads** are responsible for observing the FINOS guidelines for [running project meetings](https://community.finos.org/docs/governance/meeting-procedures/). Project maintainers can find additional resources in the [FINOS Maintainers Cheatsheet](https://community.finos.org/docs/finos-maintainers-cheatsheet). + +- **All participants** in FINOS project meetings are subject to the [LF Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), the [FINOS Community Code of Conduct](https://community.finos.org/docs/governance/code-of-conduct) and all other [FINOS policies](https://community.finos.org/docs/governance/#policies). + +- FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact legal@finos.org with any questions. + +- FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available. + +## Agenda +- [ ] Convene & roll call (5mins) +- [ ] Display [FINOS Antitrust Policy summary slide](https://community.finos.org/Compliance-Slides/Antitrust-Compliance-Slide.pdf) +- [ ] Review Meeting Notices (see above) +- [ ] Approve past meeting minutes +- [ ] Agenda item 1 +- [ ] Agenda item 2 +- [ ] ... +- [ ] AOB, Q&A & Adjourn (5mins) + +## Decisions Made +- [ ] Decision 1 +- [ ] Decision 2 +- [ ] ... + +## Action Items +- [ ] Action 1 +- [ ] Action 2 +- [ ] ... + +### Zoom info +- Meeting link: +- Meeting number: +- Password: +- Call-in: diff --git a/.github/ISSUE_TEMPLATE/support_question.md b/.github/ISSUE_TEMPLATE/support_question.md new file mode 100644 index 00000000..c6c4deb3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support_question.md @@ -0,0 +1,11 @@ +--- +name: 🤗 Support Question +about: If you have a question about configuration, usage, etc. 💬 + +--- + +## Support Question + +...ask your question here. + +...be sure to search existing issues since someone might have already asked something similar. diff --git a/.github/conf/bandit.conf b/.github/conf/bandit.conf index e456a514..d4dab515 100644 --- a/.github/conf/bandit.conf +++ b/.github/conf/bandit.conf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/conf/cfn_lint.yaml b/.github/conf/cfn_lint.yaml index 25d19dd0..563f9324 100644 --- a/.github/conf/cfn_lint.yaml +++ b/.github/conf/cfn_lint.yaml @@ -1,3 +1,3 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/conf/checkov.yaml b/.github/conf/checkov.yaml index 21c3b182..bac15dcf 100644 --- a/.github/conf/checkov.yaml +++ b/.github/conf/checkov.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/conf/flake8.conf b/.github/conf/flake8.conf index 6049c1f8..a4d943cc 100644 --- a/.github/conf/flake8.conf +++ b/.github/conf/flake8.conf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/conf/trivy.yaml b/.github/conf/trivy.yaml index 289cb021..fb0680cf 100644 --- a/.github/conf/trivy.yaml +++ b/.github/conf/trivy.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/workflows/cfn_scan.yaml b/.github/workflows/cfn_scan.yaml index f717aeed..8127be16 100644 --- a/.github/workflows/cfn_scan.yaml +++ b/.github/workflows/cfn_scan.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/workflows/doc_builder.yaml b/.github/workflows/doc_builder.yaml index 062af94d..0f381f02 100644 --- a/.github/workflows/doc_builder.yaml +++ b/.github/workflows/doc_builder.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/workflows/iac_scan.yaml b/.github/workflows/iac_scan.yaml index b7a1228c..dbf9b1ae 100644 --- a/.github/workflows/iac_scan.yaml +++ b/.github/workflows/iac_scan.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/.github/workflows/py_scan.yaml b/.github/workflows/py_scan.yaml index a19e9422..56af90d3 100644 --- a/.github/workflows/py_scan.yaml +++ b/.github/workflows/py_scan.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e6f68d0..f2c8cb89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,14 @@ -# Contributing Guidelines +# HTC Grid Contributing Guidelines and Governance Policies -Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional -documentation, we greatly value feedback and contributions from our community. +This document describes the contribution process and governance policies of the FINOS {project name} project. The project is also governed by the [Linux Foundation Antitrust Policy](https://www.linuxfoundation.org/antitrust-policy/), and the FINOS [IP Policy]( https://community.finos.org/governance-docs/IP-policy.pdf), [Code of Conduct](https://community.finos.org/docs/governance/code-of-conduct), [Collaborative Principles](https://community.finos.org/docs/governance/collaborative-principles/), and [Meeting Procedures](https://community.finos.org/docs/governance/meeting-procedures/). -Please read through this document before submitting any issues or pull requests to ensure we have all the necessary -information to effectively respond to your bug report or contribution. +## Contribution Process +Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community. + +Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution. + +NOTE: All contributors must have a contributor license agreement (CLA) on file with FINOS before their pull requests will be merged. Please review the FINOS [contribution requirements](https://community.finos.org/docs/governance/Software-Projects/contribution-compliance-requirements) and submit (or have your employer submit) the required CLA before submitting a pull request. ## Reporting Bugs/Feature Requests @@ -53,6 +56,46 @@ opensource-codeofconduct@amazon.com with any additional questions or comments. ## Security issue notifications If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/). Please do **not** create a public GitHub issue. +## Governance + +### Roles + +The project community consists of Contributors and Maintainers: +* A **Contributor** is anyone who submits a contribution to the project. (Contributions may include code, issues, comments, documentation, media, or any combination of the above.) +* A **Maintainer** is a Contributor who, by virtue of their contribution history, has been given write access to project repositories and may merge approved contributions. +* The **Lead Maintainer** is the project's interface with the FINOS team and Board. They are responsible for approving [quarterly project reports](https://community.finos.org/docs/governance/#project-governing-board-reporting) and communicating on behalf of the project. The Lead Maintainer is elected by a vote of the Maintainers. + +### Contribution Rules + +Anyone is welcome to submit a contribution to the project. The rules below apply to all contributions. (The key words "MUST", "SHALL", "SHOULD", "MAY", etc. in this document are to be interpreted as described in [IETF RFC 2119](https://www.ietf.org/rfc/rfc2119.txt).) + +* All contributions MUST be submitted as pull requests, including contributions by Maintainers. +* All pull requests SHOULD be reviewed by a Maintainer (other than the Contributor) before being merged. +* Pull requests for non-trivial contributions SHOULD remain open for a review period sufficient to give all Maintainers a sufficient opportunity to review and comment on them. +* After the review period, if no Maintainer has an objection to the pull request, any Maintainer MAY merge it. +* If any Maintainer objects to a pull request, the Maintainers SHOULD try to come to consensus through discussion. If not consensus can be reached, any Maintainer MAY call for a vote on the contribution. + +### Maintainer Voting + +The Maintainers MAY hold votes only when they are unable to reach consensus on an issue. Any Maintainer MAY call a vote on a contested issue, after which Maintainers SHALL have 36 hours to register their votes. Votes SHALL take the form of "+1" (agree), "-1" (disagree), "+0" (abstain). Issues SHALL be decided by the majority of votes cast. If there is only one Maintainer, they SHALL decide any issue otherwise requiring a Maintainer vote. If a vote is tied, the Lead Maintainer MAY cast an additional tie-breaker vote. + +The Maintainers SHALL decide the following matters by consensus or, if necessary, a vote: +* Contested pull requests +* Election and removal of the Lead Maintainer +* Election and removal of Maintainers + +All Maintainer votes MUST be carried out transparently, with all discussion and voting occurring in public, either: +* in comments associated with the relevant issue or pull request, if applicable; +* on the project mailing list or other official public communication channel; or +* during a regular, minuted project meeting. + +### Maintainer Qualifications + +Any Contributor who has made a substantial contribution to the project MAY apply (or be nominated) to become a Maintainer. The existing Maintainers SHALL decide whether to approve the nomination according to the Maintainer Voting process above. + +### Changes to this Document + +This document MAY be amended by a vote of the Maintainers according to the Maintainer Voting process above. ## Licensing diff --git a/LICENSE b/LICENSE index 67db8588..b362ad69 100644 --- a/LICENSE +++ b/LICENSE @@ -173,3 +173,30 @@ defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2024 Amazon.com, Inc. or its affiliates + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/LICENSE.spdx b/LICENSE.spdx new file mode 100644 index 00000000..95fe9bde --- /dev/null +++ b/LICENSE.spdx @@ -0,0 +1,7 @@ +SPDXVersion: SPDX-2.0 +DataLicense: CC0-1.0 +Creator: Amazon Inc. +PackageName: htc-grid +PackageOriginator: Amazon Inc. +PackageHomePage: https://github.com/finos/htc-grid +PackageLicenseDeclared: Apache-2.0 \ No newline at end of file diff --git a/Makefile b/Makefile index 9ad3561a..514ec240 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/NOTICE b/NOTICE index 616fc588..b6a394fe 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1,5 @@ -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +HTC Grid - FINOS +Copyright 2024 Amazon.com, Inc. or its affiliates. info@finos.org + +This product includes software developed at the Fintech Open Source Foundation (https://www.finos.org/). +This product includes software developed at Amazon.com Inc. (https://www.amazon.com/). \ No newline at end of file diff --git a/README.md b/README.md index 05dd34d6..e27a206b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![FINOS - Incubating](https://cdn.jsdelivr.net/gh/finos/contrib-toolbox@master/images/badge-incubating.svg)](https://community.finos.org/docs/governance/Software-Projects/stages/incubating) + # HTC-Grid The high throughput compute grid project (HTC-Grid) is a container based cloud native HPC/Grid environment. The project provides a reference architecture that can be used to build and adapt a modern High throughput compute solution using underlying AWS services, allowing users to submit high volumes of short and long running tasks and scaling environments dynamically. @@ -17,6 +19,30 @@ HTC-Grid might not be the best choice if : ### How do I use HTC-Grid ? -The full documentation of the HTC grid can be accessed here [https://awslabs.github.io/aws-htc-grid/](https://awslabs.github.io/aws-htc-grid/) +The full documentation of the HTC grid can be accessed here [https://finos.github.io/htc-grid/](https://finos.github.io/htc-grid/) + +## Contributing + +For any questions, bugs or feature requests please open an [issue](https://github.com/finos/htc-grid/issues). + +To submit a contribution: +1. Fork it () +2. Create your feature branch (`git checkout -b feature/fooBar`) +3. Read our [contribution guidelines](.github/CONTRIBUTING.md) and [Community Code of Conduct](https://www.finos.org/code-of-conduct) +4. Commit your changes (`git commit -am 'Add some fooBar'`) +5. Push to the branch (`git push origin feature/fooBar`) +6. Create a new Pull Request + +_NOTE:_ Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by [EasyCLA](https://community.finos.org/docs/governance/Software-Projects/easycla). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA. + +*Need an ICLA? Unsure if you are covered under an existing CCLA? Email [help@finos.org](mailto:help@finos.org)* + +## License + +Copyright 2024 Amazon.com, Inc. or its affiliates + +Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). + +SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0) diff --git a/deployment/dev_environment_cloud9/cfn/cloud9-htc-grid.yaml b/deployment/dev_environment_cloud9/cfn/cloud9-htc-grid.yaml index 394500cb..7a1e5e6e 100644 --- a/deployment/dev_environment_cloud9/cfn/cloud9-htc-grid.yaml +++ b/deployment/dev_environment_cloud9/cfn/cloud9-htc-grid.yaml @@ -5,7 +5,7 @@ Metadata: Author: Description: Pierre-Louis Gounod License: - Description: 'Copyright 2024 Amazon.com, Inc. and its affiliates. All Rights Reserved. + Description: 'Copyright 2024 Amazon.com, Inc. and its affiliates. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/deployment/grid/charts/agent-htc-lambda/Chart.yaml b/deployment/grid/charts/agent-htc-lambda/Chart.yaml index 3a8aecf1..765b1d88 100644 --- a/deployment/grid/charts/agent-htc-lambda/Chart.yaml +++ b/deployment/grid/charts/agent-htc-lambda/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/agent-htc-lambda/templates/deployment.yaml b/deployment/grid/charts/agent-htc-lambda/templates/deployment.yaml index 4d114a1e..7b6c5cd5 100644 --- a/deployment/grid/charts/agent-htc-lambda/templates/deployment.yaml +++ b/deployment/grid/charts/agent-htc-lambda/templates/deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ --- diff --git a/deployment/grid/charts/agent-htc-lambda/templates/serviceaccount.yaml b/deployment/grid/charts/agent-htc-lambda/templates/serviceaccount.yaml index 524d47c4..1fdd1a65 100644 --- a/deployment/grid/charts/agent-htc-lambda/templates/serviceaccount.yaml +++ b/deployment/grid/charts/agent-htc-lambda/templates/serviceaccount.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ --- diff --git a/deployment/grid/charts/agent-htc-lambda/templates/tests/test.yaml b/deployment/grid/charts/agent-htc-lambda/templates/tests/test.yaml index b53a0565..e8a6bc44 100644 --- a/deployment/grid/charts/agent-htc-lambda/templates/tests/test.yaml +++ b/deployment/grid/charts/agent-htc-lambda/templates/tests/test.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ --- diff --git a/deployment/grid/charts/agent-htc-lambda/values.yaml b/deployment/grid/charts/agent-htc-lambda/values.yaml index 9d392635..dad3b896 100644 --- a/deployment/grid/charts/agent-htc-lambda/values.yaml +++ b/deployment/grid/charts/agent-htc-lambda/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/aws-alb-controller.yaml b/deployment/grid/charts/values/aws-alb-controller.yaml index e3bed487..b0c1f635 100644 --- a/deployment/grid/charts/values/aws-alb-controller.yaml +++ b/deployment/grid/charts/values/aws-alb-controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/aws-cloudwatch-metrics.yaml b/deployment/grid/charts/values/aws-cloudwatch-metrics.yaml index 59fa32c0..63bf5c5e 100644 --- a/deployment/grid/charts/values/aws-cloudwatch-metrics.yaml +++ b/deployment/grid/charts/values/aws-cloudwatch-metrics.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/aws-for-fluentbit.yaml b/deployment/grid/charts/values/aws-for-fluentbit.yaml index 1ab00cb7..e80f827b 100644 --- a/deployment/grid/charts/values/aws-for-fluentbit.yaml +++ b/deployment/grid/charts/values/aws-for-fluentbit.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/cluster-autoscaler.yaml b/deployment/grid/charts/values/cluster-autoscaler.yaml index 597d7c7b..9e85c5c4 100644 --- a/deployment/grid/charts/values/cluster-autoscaler.yaml +++ b/deployment/grid/charts/values/cluster-autoscaler.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/grafana.yaml b/deployment/grid/charts/values/grafana.yaml index 9e2ba2d0..8a6219f9 100644 --- a/deployment/grid/charts/values/grafana.yaml +++ b/deployment/grid/charts/values/grafana.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/influxdb.yaml b/deployment/grid/charts/values/influxdb.yaml index b766ede6..3957576c 100644 --- a/deployment/grid/charts/values/influxdb.yaml +++ b/deployment/grid/charts/values/influxdb.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/keda.yaml b/deployment/grid/charts/values/keda.yaml index c4107927..93fd8296 100644 --- a/deployment/grid/charts/values/keda.yaml +++ b/deployment/grid/charts/values/keda.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/charts/values/prometheus.yaml b/deployment/grid/charts/values/prometheus.yaml index 5e32b97a..cee24c6e 100644 --- a/deployment/grid/charts/values/prometheus.yaml +++ b/deployment/grid/charts/values/prometheus.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/scripts/python/create_ddb_item.py b/deployment/grid/scripts/python/create_ddb_item.py index 310fcc47..38d7ddd2 100644 --- a/deployment/grid/scripts/python/create_ddb_item.py +++ b/deployment/grid/scripts/python/create_ddb_item.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/scripts/shell/count_nodes.sh b/deployment/grid/scripts/shell/count_nodes.sh index 5c8a3e93..da894053 100755 --- a/deployment/grid/scripts/shell/count_nodes.sh +++ b/deployment/grid/scripts/shell/count_nodes.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/scripts/shell/count_pods.sh b/deployment/grid/scripts/shell/count_pods.sh index 416a57a3..25c85423 100755 --- a/deployment/grid/scripts/shell/count_pods.sh +++ b/deployment/grid/scripts/shell/count_pods.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/scripts/shell/watch_htc.sh b/deployment/grid/scripts/shell/watch_htc.sh index 1acfa9f2..1c76a20a 100755 --- a/deployment/grid/scripts/shell/watch_htc.sh +++ b/deployment/grid/scripts/shell/watch_htc.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/Makefile b/deployment/grid/terraform/Makefile index 03fa8801..74d7b7d1 100644 --- a/deployment/grid/terraform/Makefile +++ b/deployment/grid/terraform/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/agent-config.tf b/deployment/grid/terraform/agent-config.tf index 1767652f..431786c3 100644 --- a/deployment/grid/terraform/agent-config.tf +++ b/deployment/grid/terraform/agent-config.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/alb_cert.tf b/deployment/grid/terraform/compute_plane/alb_cert.tf index 60238090..61001942 100644 --- a/deployment/grid/terraform/compute_plane/alb_cert.tf +++ b/deployment/grid/terraform/compute_plane/alb_cert.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/aws_iam.tf b/deployment/grid/terraform/compute_plane/aws_iam.tf index 3b9d41bb..c94c6e5e 100644 --- a/deployment/grid/terraform/compute_plane/aws_iam.tf +++ b/deployment/grid/terraform/compute_plane/aws_iam.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/data.tf b/deployment/grid/terraform/compute_plane/data.tf index 654ecb8b..7a5007d7 100644 --- a/deployment/grid/terraform/compute_plane/data.tf +++ b/deployment/grid/terraform/compute_plane/data.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/eks.tf b/deployment/grid/terraform/compute_plane/eks.tf index be0fadca..52bdeaf9 100644 --- a/deployment/grid/terraform/compute_plane/eks.tf +++ b/deployment/grid/terraform/compute_plane/eks.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/grafana_auth.tf b/deployment/grid/terraform/compute_plane/grafana_auth.tf index dd8d7e96..406b8fdf 100644 --- a/deployment/grid/terraform/compute_plane/grafana_auth.tf +++ b/deployment/grid/terraform/compute_plane/grafana_auth.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/main.tf b/deployment/grid/terraform/compute_plane/main.tf index 67e03841..5e01156b 100644 --- a/deployment/grid/terraform/compute_plane/main.tf +++ b/deployment/grid/terraform/compute_plane/main.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/outputs.tf b/deployment/grid/terraform/compute_plane/outputs.tf index 3bca7bd2..06a70593 100644 --- a/deployment/grid/terraform/compute_plane/outputs.tf +++ b/deployment/grid/terraform/compute_plane/outputs.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/compute_plane/variables.tf b/deployment/grid/terraform/compute_plane/variables.tf index 8ee91b56..7f00f056 100644 --- a/deployment/grid/terraform/compute_plane/variables.tf +++ b/deployment/grid/terraform/compute_plane/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/auth.tf b/deployment/grid/terraform/control_plane/auth.tf index 3de49379..207751ea 100644 --- a/deployment/grid/terraform/control_plane/auth.tf +++ b/deployment/grid/terraform/control_plane/auth.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/aws_iam.tf b/deployment/grid/terraform/control_plane/aws_iam.tf index a5ee5fd2..2165e07b 100644 --- a/deployment/grid/terraform/control_plane/aws_iam.tf +++ b/deployment/grid/terraform/control_plane/aws_iam.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/data.tf b/deployment/grid/terraform/control_plane/data.tf index c38f9893..7d3ca3a9 100644 --- a/deployment/grid/terraform/control_plane/data.tf +++ b/deployment/grid/terraform/control_plane/data.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/dynamodb.tf b/deployment/grid/terraform/control_plane/dynamodb.tf index dcabd136..39b263eb 100644 --- a/deployment/grid/terraform/control_plane/dynamodb.tf +++ b/deployment/grid/terraform/control_plane/dynamodb.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/global_error_log.tf b/deployment/grid/terraform/control_plane/global_error_log.tf index 5317d492..f694cd13 100644 --- a/deployment/grid/terraform/control_plane/global_error_log.tf +++ b/deployment/grid/terraform/control_plane/global_error_log.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/lambda_cancel_tasks.tf b/deployment/grid/terraform/control_plane/lambda_cancel_tasks.tf index 7e129e95..789bc98e 100644 --- a/deployment/grid/terraform/control_plane/lambda_cancel_tasks.tf +++ b/deployment/grid/terraform/control_plane/lambda_cancel_tasks.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/lambda_get_results.tf b/deployment/grid/terraform/control_plane/lambda_get_results.tf index 1fa54d2d..ae2ff0eb 100644 --- a/deployment/grid/terraform/control_plane/lambda_get_results.tf +++ b/deployment/grid/terraform/control_plane/lambda_get_results.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/lambda_node_drainer.tf b/deployment/grid/terraform/control_plane/lambda_node_drainer.tf index a6b7682f..0ed8b302 100644 --- a/deployment/grid/terraform/control_plane/lambda_node_drainer.tf +++ b/deployment/grid/terraform/control_plane/lambda_node_drainer.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/lambda_scaling_metrics.tf b/deployment/grid/terraform/control_plane/lambda_scaling_metrics.tf index 30714d5b..4d28be02 100644 --- a/deployment/grid/terraform/control_plane/lambda_scaling_metrics.tf +++ b/deployment/grid/terraform/control_plane/lambda_scaling_metrics.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/lambda_submit_task.tf b/deployment/grid/terraform/control_plane/lambda_submit_task.tf index 62cdc593..e9e069d7 100644 --- a/deployment/grid/terraform/control_plane/lambda_submit_task.tf +++ b/deployment/grid/terraform/control_plane/lambda_submit_task.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/lambda_ttl_checker.tf b/deployment/grid/terraform/control_plane/lambda_ttl_checker.tf index 30722291..5ec410b2 100644 --- a/deployment/grid/terraform/control_plane/lambda_ttl_checker.tf +++ b/deployment/grid/terraform/control_plane/lambda_ttl_checker.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/main.tf b/deployment/grid/terraform/control_plane/main.tf index 40d1543e..c2d3b605 100644 --- a/deployment/grid/terraform/control_plane/main.tf +++ b/deployment/grid/terraform/control_plane/main.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/openapi_private.tf b/deployment/grid/terraform/control_plane/openapi_private.tf index 5ce45528..d1d61fe0 100644 --- a/deployment/grid/terraform/control_plane/openapi_private.tf +++ b/deployment/grid/terraform/control_plane/openapi_private.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/openapi_public.tf b/deployment/grid/terraform/control_plane/openapi_public.tf index 1d0abd02..4d46577b 100644 --- a/deployment/grid/terraform/control_plane/openapi_public.tf +++ b/deployment/grid/terraform/control_plane/openapi_public.tf @@ -1,4 +1,4 @@ -# Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2023 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/outputs.tf b/deployment/grid/terraform/control_plane/outputs.tf index 2036d1dd..6e473816 100644 --- a/deployment/grid/terraform/control_plane/outputs.tf +++ b/deployment/grid/terraform/control_plane/outputs.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/redis.tf b/deployment/grid/terraform/control_plane/redis.tf index 5c766c76..296e7599 100644 --- a/deployment/grid/terraform/control_plane/redis.tf +++ b/deployment/grid/terraform/control_plane/redis.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/s3.tf b/deployment/grid/terraform/control_plane/s3.tf index 0af71f47..db03989b 100644 --- a/deployment/grid/terraform/control_plane/s3.tf +++ b/deployment/grid/terraform/control_plane/s3.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/sqs.tf b/deployment/grid/terraform/control_plane/sqs.tf index 9713786d..bb4f274a 100644 --- a/deployment/grid/terraform/control_plane/sqs.tf +++ b/deployment/grid/terraform/control_plane/sqs.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/control_plane/variables.tf b/deployment/grid/terraform/control_plane/variables.tf index 2739ceac..57aa19d5 100644 --- a/deployment/grid/terraform/control_plane/variables.tf +++ b/deployment/grid/terraform/control_plane/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/htc-agent/htc_agent.tf b/deployment/grid/terraform/htc-agent/htc_agent.tf index ef7e66b9..a2be855a 100644 --- a/deployment/grid/terraform/htc-agent/htc_agent.tf +++ b/deployment/grid/terraform/htc-agent/htc_agent.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/htc-agent/main.tf b/deployment/grid/terraform/htc-agent/main.tf index 5a347cb0..7b63dcec 100644 --- a/deployment/grid/terraform/htc-agent/main.tf +++ b/deployment/grid/terraform/htc-agent/main.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/htc-agent/variables.tf b/deployment/grid/terraform/htc-agent/variables.tf index b28033d0..09571b19 100644 --- a/deployment/grid/terraform/htc-agent/variables.tf +++ b/deployment/grid/terraform/htc-agent/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/main.tf b/deployment/grid/terraform/main.tf index 9d297961..ef702d02 100644 --- a/deployment/grid/terraform/main.tf +++ b/deployment/grid/terraform/main.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/outputs.tf b/deployment/grid/terraform/outputs.tf index fe5b1d68..93279d3a 100644 --- a/deployment/grid/terraform/outputs.tf +++ b/deployment/grid/terraform/outputs.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/providers.tf b/deployment/grid/terraform/providers.tf index 5c6c4839..a5e632c6 100644 --- a/deployment/grid/terraform/providers.tf +++ b/deployment/grid/terraform/providers.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/variables.tf b/deployment/grid/terraform/variables.tf index 2795f62b..d19eb8bc 100644 --- a/deployment/grid/terraform/variables.tf +++ b/deployment/grid/terraform/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/vpc/main.tf b/deployment/grid/terraform/vpc/main.tf index 96d684f6..578cb958 100644 --- a/deployment/grid/terraform/vpc/main.tf +++ b/deployment/grid/terraform/vpc/main.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/vpc/outputs.tf b/deployment/grid/terraform/vpc/outputs.tf index fd9012af..19380968 100644 --- a/deployment/grid/terraform/vpc/outputs.tf +++ b/deployment/grid/terraform/vpc/outputs.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/vpc/variables.tf b/deployment/grid/terraform/vpc/variables.tf index 2e2e88b1..42592402 100644 --- a/deployment/grid/terraform/vpc/variables.tf +++ b/deployment/grid/terraform/vpc/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/grid/terraform/vpc/vpc.tf b/deployment/grid/terraform/vpc/vpc.tf index da813e64..d6491f34 100644 --- a/deployment/grid/terraform/vpc/vpc.tf +++ b/deployment/grid/terraform/vpc/vpc.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/lambda_runtimes/lambda_entry_point.sh b/deployment/image_repository/lambda_runtimes/lambda_entry_point.sh index 8cb3e9ff..72089b58 100644 --- a/deployment/image_repository/lambda_runtimes/lambda_entry_point.sh +++ b/deployment/image_repository/lambda_runtimes/lambda_entry_point.sh @@ -1,6 +1,6 @@ #! /bin/bash -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/lambda_runtimes/lambda_entry_point_provided.sh b/deployment/image_repository/lambda_runtimes/lambda_entry_point_provided.sh index 2d3c4bf0..869c4592 100644 --- a/deployment/image_repository/lambda_runtimes/lambda_entry_point_provided.sh +++ b/deployment/image_repository/lambda_runtimes/lambda_entry_point_provided.sh @@ -1,6 +1,6 @@ #! /bin/bash -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/terraform/Makefile b/deployment/image_repository/terraform/Makefile index 8798bad2..7c1f8828 100644 --- a/deployment/image_repository/terraform/Makefile +++ b/deployment/image_repository/terraform/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/terraform/ecr.tf b/deployment/image_repository/terraform/ecr.tf index 0a479a9c..c078c908 100644 --- a/deployment/image_repository/terraform/ecr.tf +++ b/deployment/image_repository/terraform/ecr.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/terraform/lambda_runtimes.tf b/deployment/image_repository/terraform/lambda_runtimes.tf index 496aaadc..0353b767 100644 --- a/deployment/image_repository/terraform/lambda_runtimes.tf +++ b/deployment/image_repository/terraform/lambda_runtimes.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/terraform/main.tf b/deployment/image_repository/terraform/main.tf index 36c091d3..0f68ba55 100644 --- a/deployment/image_repository/terraform/main.tf +++ b/deployment/image_repository/terraform/main.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/terraform/providers.tf b/deployment/image_repository/terraform/providers.tf index cb5b35f2..b97fbcb2 100644 --- a/deployment/image_repository/terraform/providers.tf +++ b/deployment/image_repository/terraform/providers.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/image_repository/terraform/variables.tf b/deployment/image_repository/terraform/variables.tf index 676c2281..28a64ca0 100644 --- a/deployment/image_repository/terraform/variables.tf +++ b/deployment/image_repository/terraform/variables.tf @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/init_grid/cloudformation/Makefile b/deployment/init_grid/cloudformation/Makefile index 4a08000a..429d4dc0 100644 --- a/deployment/init_grid/cloudformation/Makefile +++ b/deployment/init_grid/cloudformation/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/deployment/init_grid/cloudformation/grid_state.yaml b/deployment/init_grid/cloudformation/grid_state.yaml index 3760b202..77536787 100644 --- a/deployment/init_grid/cloudformation/grid_state.yaml +++ b/deployment/init_grid/cloudformation/grid_state.yaml @@ -1,5 +1,5 @@ --- -# Copyright 2024 Amazon.com, Inc. and its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. and its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/workshop/layouts/partials/menu-footer.html b/docs/workshop/layouts/partials/menu-footer.html index 70f760aa..170b814b 100644 --- a/docs/workshop/layouts/partials/menu-footer.html +++ b/docs/workshop/layouts/partials/menu-footer.html @@ -15,4 +15,4 @@ {{ partial "custom-footer.html" . }} - + diff --git a/examples/client/python/cancel_tasks.py b/examples/client/python/cancel_tasks.py index 5bb66f60..fb51b10f 100644 --- a/examples/client/python/cancel_tasks.py +++ b/examples/client/python/cancel_tasks.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/client/python/client.py b/examples/client/python/client.py index 12233d0d..e1ebae39 100644 --- a/examples/client/python/client.py +++ b/examples/client/python/client.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/client/python/portfolio_pricing_client.py b/examples/client/python/portfolio_pricing_client.py index 7507154c..06e91851 100644 --- a/examples/client/python/portfolio_pricing_client.py +++ b/examples/client/python/portfolio_pricing_client.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/client/python/simple_client.py b/examples/client/python/simple_client.py index 066f762f..dd949385 100644 --- a/examples/client/python/simple_client.py +++ b/examples/client/python/simple_client.py @@ -1,4 +1,4 @@ -# Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2022 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/configurations/Makefile b/examples/configurations/Makefile index 9d6efb78..62272535 100644 --- a/examples/configurations/Makefile +++ b/examples/configurations/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/submissions/k8s_jobs/Makefile b/examples/submissions/k8s_jobs/Makefile index 7f2d0619..baee4ef1 100644 --- a/examples/submissions/k8s_jobs/Makefile +++ b/examples/submissions/k8s_jobs/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/c++/mock_computation/Makefile b/examples/workloads/c++/mock_computation/Makefile index e4a70341..f96cf069 100644 --- a/examples/workloads/c++/mock_computation/Makefile +++ b/examples/workloads/c++/mock_computation/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/c++/mock_computation/bootstrap.sh b/examples/workloads/c++/mock_computation/bootstrap.sh index f52352c1..71639021 100755 --- a/examples/workloads/c++/mock_computation/bootstrap.sh +++ b/examples/workloads/c++/mock_computation/bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/c++/mock_computation/mock_compute_engine.cpp b/examples/workloads/c++/mock_computation/mock_compute_engine.cpp index 794603dd..20eab3e1 100644 --- a/examples/workloads/c++/mock_computation/mock_compute_engine.cpp +++ b/examples/workloads/c++/mock_computation/mock_compute_engine.cpp @@ -1,5 +1,5 @@ /** -* Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +* Copyright 2024 Amazon.com, Inc. or its affiliates. * SPDX-License-Identifier: Apache-2.0 * Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ **/ diff --git a/examples/workloads/java/mock_computation/Makefile b/examples/workloads/java/mock_computation/Makefile index bf43a758..03d0767c 100644 --- a/examples/workloads/java/mock_computation/Makefile +++ b/examples/workloads/java/mock_computation/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/java/quant_lib/Makefile b/examples/workloads/java/quant_lib/Makefile index c60832c5..8ea1ab85 100644 --- a/examples/workloads/java/quant_lib/Makefile +++ b/examples/workloads/java/quant_lib/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/mock_computation/Makefile b/examples/workloads/python/mock_computation/Makefile index b63f53f1..6ab2cd17 100644 --- a/examples/workloads/python/mock_computation/Makefile +++ b/examples/workloads/python/mock_computation/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/mock_computation/mock_compute_engine.py b/examples/workloads/python/mock_computation/mock_compute_engine.py index 8831f8c0..ff58559b 100644 --- a/examples/workloads/python/mock_computation/mock_compute_engine.py +++ b/examples/workloads/python/mock_computation/mock_compute_engine.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/quant_lib/Makefile b/examples/workloads/python/quant_lib/Makefile index 2f5ec5dd..0e1d8916 100644 --- a/examples/workloads/python/quant_lib/Makefile +++ b/examples/workloads/python/quant_lib/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/quant_lib/american_options.py b/examples/workloads/python/quant_lib/american_options.py index bbe9ee3e..585f314a 100644 --- a/examples/workloads/python/quant_lib/american_options.py +++ b/examples/workloads/python/quant_lib/american_options.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/quant_lib/european_options.py b/examples/workloads/python/quant_lib/european_options.py index 4b0c6c38..473c16e7 100644 --- a/examples/workloads/python/quant_lib/european_options.py +++ b/examples/workloads/python/quant_lib/european_options.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/quant_lib/portfolio_pricing_engine.py b/examples/workloads/python/quant_lib/portfolio_pricing_engine.py index 4baa52f1..1a5eacea 100644 --- a/examples/workloads/python/quant_lib/portfolio_pricing_engine.py +++ b/examples/workloads/python/quant_lib/portfolio_pricing_engine.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/examples/workloads/python/quant_lib/ql_common.py b/examples/workloads/python/quant_lib/ql_common.py index 722a5a79..fce6487d 100644 --- a/examples/workloads/python/quant_lib/ql_common.py +++ b/examples/workloads/python/quant_lib/ql_common.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/Makefile b/source/client/python/api-v0.1/Makefile index c5284e87..9cab724b 100644 --- a/source/client/python/api-v0.1/Makefile +++ b/source/client/python/api-v0.1/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/connector.py b/source/client/python/api-v0.1/api/connector.py index b2a607c6..ba94c4bc 100644 --- a/source/client/python/api-v0.1/api/connector.py +++ b/source/client/python/api-v0.1/api/connector.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ import base64 diff --git a/source/client/python/api-v0.1/api/in_out_manager.py b/source/client/python/api-v0.1/api/in_out_manager.py index 0384016f..e6616c41 100644 --- a/source/client/python/api-v0.1/api/in_out_manager.py +++ b/source/client/python/api-v0.1/api/in_out_manager.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/in_out_redis.py b/source/client/python/api-v0.1/api/in_out_redis.py index 179761cc..ccb3b6e8 100644 --- a/source/client/python/api-v0.1/api/in_out_redis.py +++ b/source/client/python/api-v0.1/api/in_out_redis.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/in_out_s3.py b/source/client/python/api-v0.1/api/in_out_s3.py index 1cc6bb65..ac518a7d 100644 --- a/source/client/python/api-v0.1/api/in_out_s3.py +++ b/source/client/python/api-v0.1/api/in_out_s3.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/queue_manager.py b/source/client/python/api-v0.1/api/queue_manager.py index c585b2e5..f26595cc 100644 --- a/source/client/python/api-v0.1/api/queue_manager.py +++ b/source/client/python/api-v0.1/api/queue_manager.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/state_table_dynamodb.py b/source/client/python/api-v0.1/api/state_table_dynamodb.py index 5937d8e9..72b28fd8 100644 --- a/source/client/python/api-v0.1/api/state_table_dynamodb.py +++ b/source/client/python/api-v0.1/api/state_table_dynamodb.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/state_table_manager.py b/source/client/python/api-v0.1/api/state_table_manager.py index 6c9b51f3..99b246b6 100644 --- a/source/client/python/api-v0.1/api/state_table_manager.py +++ b/source/client/python/api-v0.1/api/state_table_manager.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/task_queue_priority_sqs.py b/source/client/python/api-v0.1/api/task_queue_priority_sqs.py index e16c7766..bd1994e4 100644 --- a/source/client/python/api-v0.1/api/task_queue_priority_sqs.py +++ b/source/client/python/api-v0.1/api/task_queue_priority_sqs.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/api/task_queue_sqs.py b/source/client/python/api-v0.1/api/task_queue_sqs.py index 48381019..7f3aac01 100644 --- a/source/client/python/api-v0.1/api/task_queue_sqs.py +++ b/source/client/python/api-v0.1/api/task_queue_sqs.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/setup.py b/source/client/python/api-v0.1/setup.py index e1d8e557..a01184d8 100644 --- a/source/client/python/api-v0.1/setup.py +++ b/source/client/python/api-v0.1/setup.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/tests/test_api_redis.py b/source/client/python/api-v0.1/tests/test_api_redis.py index 8a1e223a..76d3f7da 100644 --- a/source/client/python/api-v0.1/tests/test_api_redis.py +++ b/source/client/python/api-v0.1/tests/test_api_redis.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/api-v0.1/tests/test_api_s3.py b/source/client/python/api-v0.1/tests/test_api_s3.py index 40749de9..60d12862 100644 --- a/source/client/python/api-v0.1/tests/test_api_s3.py +++ b/source/client/python/api-v0.1/tests/test_api_s3.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/Makefile b/source/client/python/utils/Makefile index 6cfb8605..791b0050 100644 --- a/source/client/python/utils/Makefile +++ b/source/client/python/utils/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/setup.py b/source/client/python/utils/setup.py index fdec2eed..010d31b6 100644 --- a/source/client/python/utils/setup.py +++ b/source/client/python/utils/setup.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/grid_error_logger.py b/source/client/python/utils/utils/grid_error_logger.py index 488330e3..20398590 100644 --- a/source/client/python/utils/utils/grid_error_logger.py +++ b/source/client/python/utils/utils/grid_error_logger.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/mock_compute_engine_job_wrapper.py b/source/client/python/utils/utils/mock_compute_engine_job_wrapper.py index 162fb0ba..c45ab4fd 100644 --- a/source/client/python/utils/utils/mock_compute_engine_job_wrapper.py +++ b/source/client/python/utils/utils/mock_compute_engine_job_wrapper.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/perf_tracker_firehose_connector.py b/source/client/python/utils/utils/perf_tracker_firehose_connector.py index c8cd21b2..d5085fc4 100644 --- a/source/client/python/utils/utils/perf_tracker_firehose_connector.py +++ b/source/client/python/utils/utils/perf_tracker_firehose_connector.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/perf_tracker_influxdb_connector.py b/source/client/python/utils/utils/perf_tracker_influxdb_connector.py index c69a952e..6ade0117 100644 --- a/source/client/python/utils/utils/perf_tracker_influxdb_connector.py +++ b/source/client/python/utils/utils/perf_tracker_influxdb_connector.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/performance_tracker.py b/source/client/python/utils/utils/performance_tracker.py index 0afe4c6c..5ac8305e 100644 --- a/source/client/python/utils/utils/performance_tracker.py +++ b/source/client/python/utils/utils/performance_tracker.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/state_table_common.py b/source/client/python/utils/utils/state_table_common.py index 0906a983..34b04248 100644 --- a/source/client/python/utils/utils/state_table_common.py +++ b/source/client/python/utils/utils/state_table_common.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/task_queue_common.py b/source/client/python/utils/utils/task_queue_common.py index a18b7c50..e6bbe156 100644 --- a/source/client/python/utils/utils/task_queue_common.py +++ b/source/client/python/utils/utils/task_queue_common.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/client/python/utils/utils/ttl_experation_generator.py b/source/client/python/utils/utils/ttl_experation_generator.py index 11fb1f42..4a9fe68f 100644 --- a/source/client/python/utils/utils/ttl_experation_generator.py +++ b/source/client/python/utils/utils/ttl_experation_generator.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/agent/Makefile b/source/compute_plane/python/agent/Makefile index f32165c0..230ca9aa 100644 --- a/source/compute_plane/python/agent/Makefile +++ b/source/compute_plane/python/agent/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/agent/agent.py b/source/compute_plane/python/agent/agent.py index 3bf27bd1..6c650293 100644 --- a/source/compute_plane/python/agent/agent.py +++ b/source/compute_plane/python/agent/agent.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/lambda/Makefile b/source/compute_plane/python/lambda/Makefile index 153c4fa9..0793b5ad 100644 --- a/source/compute_plane/python/lambda/Makefile +++ b/source/compute_plane/python/lambda/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/lambda/drainer/handler.py b/source/compute_plane/python/lambda/drainer/handler.py index 802ba202..9b6729bc 100644 --- a/source/compute_plane/python/lambda/drainer/handler.py +++ b/source/compute_plane/python/lambda/drainer/handler.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/lambda/drainer/k8s_utils.py b/source/compute_plane/python/lambda/drainer/k8s_utils.py index b4cf38ef..63e1bef7 100644 --- a/source/compute_plane/python/lambda/drainer/k8s_utils.py +++ b/source/compute_plane/python/lambda/drainer/k8s_utils.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/lambda/drainer/test.py b/source/compute_plane/python/lambda/drainer/test.py index 9cd374b5..49788fd7 100644 --- a/source/compute_plane/python/lambda/drainer/test.py +++ b/source/compute_plane/python/lambda/drainer/test.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/python/lambda/scaling_metrics/scaling_metrics.py b/source/compute_plane/python/lambda/scaling_metrics/scaling_metrics.py index b42536b7..ad8874b1 100644 --- a/source/compute_plane/python/lambda/scaling_metrics/scaling_metrics.py +++ b/source/compute_plane/python/lambda/scaling_metrics/scaling_metrics.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/shell/attach-layer/Makefile b/source/compute_plane/shell/attach-layer/Makefile index bae89039..bd389b22 100644 --- a/source/compute_plane/shell/attach-layer/Makefile +++ b/source/compute_plane/shell/attach-layer/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/compute_plane/shell/attach-layer/download-layer.sh b/source/compute_plane/shell/attach-layer/download-layer.sh index 9e9753d6..ff74732b 100755 --- a/source/compute_plane/shell/attach-layer/download-layer.sh +++ b/source/compute_plane/shell/attach-layer/download-layer.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/control_plane/openapi/Makefile b/source/control_plane/openapi/Makefile index df9717ed..b4b37f7c 100644 --- a/source/control_plane/openapi/Makefile +++ b/source/control_plane/openapi/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/control_plane/openapi/private/api_definition.yaml b/source/control_plane/openapi/private/api_definition.yaml index a01227b8..a84b9118 100644 --- a/source/control_plane/openapi/private/api_definition.yaml +++ b/source/control_plane/openapi/private/api_definition.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ --- diff --git a/source/control_plane/openapi/public/api_definition.yaml b/source/control_plane/openapi/public/api_definition.yaml index 4a7425fe..d128b3a7 100644 --- a/source/control_plane/openapi/public/api_definition.yaml +++ b/source/control_plane/openapi/public/api_definition.yaml @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ --- diff --git a/source/control_plane/python/lambda/Makefile b/source/control_plane/python/lambda/Makefile index 153c4fa9..0793b5ad 100644 --- a/source/control_plane/python/lambda/Makefile +++ b/source/control_plane/python/lambda/Makefile @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/control_plane/python/lambda/cancel_tasks/cancel_tasks.py b/source/control_plane/python/lambda/cancel_tasks/cancel_tasks.py index 85fa9678..dc146a49 100644 --- a/source/control_plane/python/lambda/cancel_tasks/cancel_tasks.py +++ b/source/control_plane/python/lambda/cancel_tasks/cancel_tasks.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/control_plane/python/lambda/get_results/get_results.py b/source/control_plane/python/lambda/get_results/get_results.py index 5abd56ba..6018fbd6 100644 --- a/source/control_plane/python/lambda/get_results/get_results.py +++ b/source/control_plane/python/lambda/get_results/get_results.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/control_plane/python/lambda/submit_tasks/submit_tasks.py b/source/control_plane/python/lambda/submit_tasks/submit_tasks.py index f0d2b511..414d5c00 100644 --- a/source/control_plane/python/lambda/submit_tasks/submit_tasks.py +++ b/source/control_plane/python/lambda/submit_tasks/submit_tasks.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/ diff --git a/source/control_plane/python/lambda/ttl_checker/ttl_checker.py b/source/control_plane/python/lambda/ttl_checker/ttl_checker.py index 0c9f2bca..f7ce7281 100644 --- a/source/control_plane/python/lambda/ttl_checker/ttl_checker.py +++ b/source/control_plane/python/lambda/ttl_checker/ttl_checker.py @@ -1,4 +1,4 @@ -# Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved. +# Copyright 2024 Amazon.com, Inc. or its affiliates. # SPDX-License-Identifier: Apache-2.0 # Licensed under the Apache License, Version 2.0 https://aws.amazon.com/apache-2-0/