Skip to content

Commit 99748a6

Browse files
authored
Merge branch 'master' into apprunner-service
2 parents 6e78dc9 + 7cf5676 commit 99748a6

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

Diff for: packages/aws-cdk-lib/NOTICE

+33-1
Original file line numberDiff line numberDiff line change
@@ -806,4 +806,36 @@ The above copyright notice and this permission notice shall be included in all c
806806

807807
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
808808

809-
----------------
809+
----------------
810+
811+
** kubectl - https://github.com/kubernetes/kubectl
812+
Copyright 2017 The Kubernetes Authors.
813+
814+
Licensed under the Apache License, Version 2.0 (the "License");
815+
you may not use this file except in compliance with the License.
816+
You may obtain a copy of the License at
817+
818+
http://www.apache.org/licenses/LICENSE-2.0
819+
820+
Unless required by applicable law or agreed to in writing, software
821+
distributed under the License is distributed on an "AS IS" BASIS,
822+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
823+
See the License for the specific language governing permissions and
824+
limitations under the License.
825+
826+
----------------
827+
828+
** helm - https://github.com/helm/helm
829+
Copyright 2016 The Kubernetes Authors All Rights Reserved
830+
831+
Licensed under the Apache License, Version 2.0 (the "License");
832+
you may not use this file except in compliance with the License.
833+
You may obtain a copy of the License at
834+
835+
http://www.apache.org/licenses/LICENSE-2.0
836+
837+
Unless required by applicable law or agreed to in writing, software
838+
distributed under the License is distributed on an "AS IS" BASIS,
839+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
840+
See the License for the specific language governing permissions and
841+
limitations under the License.

Diff for: packages/aws-cdk-lib/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
"jsii/java",
5151
"jsii/python",
5252
"jsii/dotnet"
53+
],
54+
"attribution": [
55+
"kubectl",
56+
"helm"
5357
]
5458
},
5559
"jsii": {

0 commit comments

Comments
 (0)