From 71cfbf65b59752114df067d22964026031f7a1ed Mon Sep 17 00:00:00 2001 From: Shelley <22864135+shellw@users.noreply.github.com> Date: Wed, 3 Feb 2021 10:36:22 -0800 Subject: [PATCH] Update license headers (#64) * Update license headers * Update copyright year Co-authored-by: shelley.wu --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 8 ++++---- Dockerfile | 2 +- Makefile | 2 +- README.md | 2 +- pkg/auth/auth.go | 2 +- pkg/auth/auth_test.go | 2 +- pkg/auth/aws.go | 2 +- pkg/auth/gcp.go | 2 +- pkg/auth/k8s.go | 2 +- pkg/auth/token_test.go | 2 +- pkg/pki/pki.go | 2 +- pkg/pki/pki_test.go | 2 +- pkg/secrets/reader.go | 2 +- pkg/secrets/reader_test.go | 2 +- pkg/secrets/secrets.go | 2 +- pkg/secrets/secrets_test.go | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 938840cb..2ec2cf84 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,7 +1,7 @@ # Code of Conduct This code of conduct outlines our expectations for participants within the -GM Cruise LLC (Cruise) community, as well as steps to reporting unacceptable +Cruise LLC (Cruise) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c00cbd08..612b8de4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,17 +5,17 @@ By submitting a Contribution this Project (terms defined below), you agree to th The following terms are used throughout this agreement: * You - the person or legal entity including its affiliates asked to accept this agreement. An affiliate is any entity that controls or is controlled by the legal entity, or is under common control with it. -* Project - is an umbrella term that refers to any and all open source projects from GM Cruise LLC. +* Project - is an umbrella term that refers to any and all open source projects from Cruise LLC. * Contribution - any type of work that is submitted to a Project, including any modifications or additions to existing work. -* Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with GM Cruise LLC, contributors or maintainers. +* Submitted - conveyed to a Project via a pull request, commit, issue, or any form of electronic, written, or verbal communication with Cruise LLC, contributors or maintainers. **1. Grant of Copyright License.** -Subject to the terms and conditions of this agreement, You grant to the Projects’ maintainers, contributors, users and to GM Cruise LLC a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your contributions and such derivative works. Except for this license, You reserve all rights, title, and interest in your contributions. +Subject to the terms and conditions of this agreement, You grant to the Projects’ maintainers, contributors, users and to Cruise LLC a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your contributions and such derivative works. Except for this license, You reserve all rights, title, and interest in your contributions. **2. Grant of Patent License.** -Subject to the terms and conditions of this agreement, You grant to the Projects’ maintainers, contributors, users and to GM Cruise LLC a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your contributions, where such license applies only to those patent claims licensable by you that are necessarily infringed by your contribution or by combination of your contribution with the project to which this contribution was submitted. +Subject to the terms and conditions of this agreement, You grant to the Projects’ maintainers, contributors, users and to Cruise LLC a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer your contributions, where such license applies only to those patent claims licensable by you that are necessarily infringed by your contribution or by combination of your contribution with the project to which this contribution was submitted. If any entity institutes patent litigation - including cross-claim or counterclaim in a lawsuit - against You alleging that your contribution or any project it was submitted to constitutes or is responsible for direct or contributory patent infringement, then any patent licenses granted to that entity under this agreement shall terminate as of the date such litigation is filed. **3. Source of Contribution.** diff --git a/Dockerfile b/Dockerfile index 7a4b89c1..4c95d49b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2019 GM Cruise LLC +# Copyright 2019-present, Cruise LLC # 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/Makefile b/Makefile index 8f414db9..66a660f1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2019 GM Cruise LLC +# Copyright 2019-present, Cruise LLC # # 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/README.md b/README.md index 553b8162..727cff91 100644 --- a/README.md +++ b/README.md @@ -548,7 +548,7 @@ make build # License -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC Licensed under the [Apache License Version 2.0](LICENSE) (the "License"); you may not use this project except in compliance with the License. diff --git a/pkg/auth/auth.go b/pkg/auth/auth.go index f0e41b83..ae7286ca 100644 --- a/pkg/auth/auth.go +++ b/pkg/auth/auth.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/auth/auth_test.go b/pkg/auth/auth_test.go index a67aa1e6..5e4bd4a8 100644 --- a/pkg/auth/auth_test.go +++ b/pkg/auth/auth_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/auth/aws.go b/pkg/auth/aws.go index 36454bf1..9525815c 100644 --- a/pkg/auth/aws.go +++ b/pkg/auth/aws.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/auth/gcp.go b/pkg/auth/gcp.go index 1436b20f..15474677 100644 --- a/pkg/auth/gcp.go +++ b/pkg/auth/gcp.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/auth/k8s.go b/pkg/auth/k8s.go index 453e157e..817ef4cb 100644 --- a/pkg/auth/k8s.go +++ b/pkg/auth/k8s.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/auth/token_test.go b/pkg/auth/token_test.go index 60d8fcc0..56168ddd 100644 --- a/pkg/auth/token_test.go +++ b/pkg/auth/token_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/pki/pki.go b/pkg/pki/pki.go index 55364e9a..4548cf4f 100644 --- a/pkg/pki/pki.go +++ b/pkg/pki/pki.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/pki/pki_test.go b/pkg/pki/pki_test.go index e1178a55..f0dda1ca 100644 --- a/pkg/pki/pki_test.go +++ b/pkg/pki/pki_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/secrets/reader.go b/pkg/secrets/reader.go index 83211cff..de4d7c36 100644 --- a/pkg/secrets/reader.go +++ b/pkg/secrets/reader.go @@ -1,5 +1,5 @@ /* - Copyright 2019 GM Cruise LLC + Copyright 2019-present, Cruise LLC 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/pkg/secrets/reader_test.go b/pkg/secrets/reader_test.go index 5ecca489..4691049b 100644 --- a/pkg/secrets/reader_test.go +++ b/pkg/secrets/reader_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/secrets/secrets.go b/pkg/secrets/secrets.go index ecc1c70c..9df26fdb 100644 --- a/pkg/secrets/secrets.go +++ b/pkg/secrets/secrets.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC 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/pkg/secrets/secrets_test.go b/pkg/secrets/secrets_test.go index 65248102..7a287ba6 100644 --- a/pkg/secrets/secrets_test.go +++ b/pkg/secrets/secrets_test.go @@ -1,5 +1,5 @@ /* -Copyright 2019 GM Cruise LLC +Copyright 2019-present, Cruise LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.