Skip to content

Commit 0329090

Browse files
author
helen
authored
Merge pull request #136 from helen-frank/fix_license
fix: fix license
2 parents 9ef9410 + e4a787f commit 0329090

File tree

29 files changed

+16
-64
lines changed

29 files changed

+16
-64
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,16 @@ Full documentation is available at [karpenter alibabacloud provider docs](https:
4444

4545
We want your contributions and suggestions! One of the easiest ways to contribute is to participate in discussions on the Github Issues/Discussion, chat on IM or the bi-weekly community calls.
4646

47-
- [Slack channel](https://kubernetes.slack.com/archives/C02SFFZSA2K)
48-
- [Community calls](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ)
49-
- WeChat Group: Broker wechat to add you into the user group.
47+
* [Slack channel](https://kubernetes.slack.com/archives/C02SFFZSA2K)
48+
* [Community calls](https://calendar.google.com/calendar/u/0?cid=N3FmZGVvZjVoZWJkZjZpMnJrMmplZzVqYmtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ)
49+
* WeChat Group: Broker wechat to add you into the user group.
5050

5151
<img src="docs/images/wechat-broker.jpg" width="50%">
5252

53+
## Attribution Notice
54+
55+
This project includes code derived from karpenter-provider-aws, used under the Apache License, Version 2.0 terms. We acknowledge the contributions of the original authors and thank them for making their work available. For more details, see the [karpenter-provider-aws](https://github.com/aws/karpenter-provider-aws).
56+
5357
## Code Of Conduct
5458

5559
Karpenter Alibaba Cloud Provider adopts [CNCF code of conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

cmd/controller/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

hack/boilerplate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu -o pipefail
44
for i in $(
55
find ./cmd ./pkg ./hack -name "*.go"
66
); do
7-
if ! grep -q "CloudPilot AI" $i; then
7+
if ! grep -q "Apache License, Version 2.0" $i; then
88
cat hack/boilerplate.go.txt $i >$i.new && mv $i.new $i
99
fi
1010
done

pkg/apis/apis.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

pkg/cache/cache.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

pkg/cache/unavailableofferings.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

pkg/cache/unavailableofferings_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

pkg/cloudprovider/cloudprovider.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

pkg/cloudprovider/drift.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at

pkg/cloudprovider/events/events.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/*
2-
Copyright 2024 The CloudPilot AI Authors.
3-
42
Licensed under the Apache License, Version 2.0 (the "License");
53
you may not use this file except in compliance with the License.
64
You may obtain a copy of the License at
75
8-
http://www.apache.org/licenses/LICENSE-2.0
6+
http://www.apache.org/licenses/LICENSE-2.0
97
108
Unless required by applicable law or agreed to in writing, software
119
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)