Skip to content

Commit ea3db51

Browse files
committed
update license to apache 2.0
1 parent 865889f commit ea3db51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+587
-909
lines changed

LICENSE

Lines changed: 202 additions & 661 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ If you have any questions, please feel free to contact us.
161161

162162
## License
163163

164-
KubeProber is under the AGPL 3.0 license. See the [LICENSE](LICENSE) file for details.
164+
KubeProber is under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ APP=probe-agent make docker-build-push
162162
![Erda WeChat](./docs/assets/wechat-small.jpg)
163163

164164
## 许可证
165-
KubeProber 遵循 AGPL 3.0 许可证。有关详细信息请参见 [LICENSE](LICENSE) 文件。
165+
KubeProber 遵循 Apache 2.0 许可证。有关详细信息请参见 [LICENSE](LICENSE) 文件。

apis/v1/cluster_types.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (c) 2021 Terminus, Inc.
22
//
3-
// This program is free software: you can use, redistribute, and/or modify
4-
// it under the terms of the GNU Affero General Public License, version 3
5-
// or later ("AGPL"), as published by the Free Software Foundation.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
66
//
7-
// This program is distributed in the hope that it will be useful, but WITHOUT
8-
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9-
// FITNESS FOR A PARTICULAR PURPOSE.
7+
// http://www.apache.org/licenses/LICENSE-2.0
108
//
11-
// You should have received a copy of the GNU Affero General Public License
12-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1313

1414
package v1
1515

apis/v1/cluster_webhook.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (c) 2021 Terminus, Inc.
22
//
3-
// This program is free software: you can use, redistribute, and/or modify
4-
// it under the terms of the GNU Affero General Public License, version 3
5-
// or later ("AGPL"), as published by the Free Software Foundation.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
66
//
7-
// This program is distributed in the hope that it will be useful, but WITHOUT
8-
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9-
// FITNESS FOR A PARTICULAR PURPOSE.
7+
// http://www.apache.org/licenses/LICENSE-2.0
108
//
11-
// You should have received a copy of the GNU Affero General Public License
12-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1313

1414
package v1
1515

apis/v1/groupversion_info.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (c) 2021 Terminus, Inc.
22
//
3-
// This program is free software: you can use, redistribute, and/or modify
4-
// it under the terms of the GNU Affero General Public License, version 3
5-
// or later ("AGPL"), as published by the Free Software Foundation.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
66
//
7-
// This program is distributed in the hope that it will be useful, but WITHOUT
8-
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9-
// FITNESS FOR A PARTICULAR PURPOSE.
7+
// http://www.apache.org/licenses/LICENSE-2.0
108
//
11-
// You should have received a copy of the GNU Affero General Public License
12-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1313

1414
// Package v1 contains API Schema definitions for the probe v1 API group
1515
//+kubebuilder:object:generate=true

apis/v1/probe_types.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (c) 2021 Terminus, Inc.
22
//
3-
// This program is free software: you can use, redistribute, and/or modify
4-
// it under the terms of the GNU Affero General Public License, version 3
5-
// or later ("AGPL"), as published by the Free Software Foundation.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
66
//
7-
// This program is distributed in the hope that it will be useful, but WITHOUT
8-
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9-
// FITNESS FOR A PARTICULAR PURPOSE.
7+
// http://www.apache.org/licenses/LICENSE-2.0
108
//
11-
// You should have received a copy of the GNU Affero General Public License
12-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1313

1414
package v1
1515

apis/v1/probe_webhook.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (c) 2021 Terminus, Inc.
22
//
3-
// This program is free software: you can use, redistribute, and/or modify
4-
// it under the terms of the GNU Affero General Public License, version 3
5-
// or later ("AGPL"), as published by the Free Software Foundation.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
66
//
7-
// This program is distributed in the hope that it will be useful, but WITHOUT
8-
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9-
// FITNESS FOR A PARTICULAR PURPOSE.
7+
// http://www.apache.org/licenses/LICENSE-2.0
108
//
11-
// You should have received a copy of the GNU Affero General Public License
12-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1313

1414
package v1
1515

apis/v1/probestatus_types.go

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
/*
2-
Copyright 2021.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
9-
10-
Unless required by applicable law or agreed to in writing, software
11-
distributed under the License is distributed on an "AS IS" BASIS,
12-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and
14-
limitations under the License.
15-
*/
1+
// Copyright (c) 2021 Terminus, Inc.
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1613

1714
package v1
1815

apis/v1/validation.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Copyright (c) 2021 Terminus, Inc.
22
//
3-
// This program is free software: you can use, redistribute, and/or modify
4-
// it under the terms of the GNU Affero General Public License, version 3
5-
// or later ("AGPL"), as published by the Free Software Foundation.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
66
//
7-
// This program is distributed in the hope that it will be useful, but WITHOUT
8-
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
9-
// FITNESS FOR A PARTICULAR PURPOSE.
7+
// http://www.apache.org/licenses/LICENSE-2.0
108
//
11-
// You should have received a copy of the GNU Affero General Public License
12-
// along with this program. If not, see <http://www.gnu.org/licenses/>.
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
1313

1414
package v1
1515

0 commit comments

Comments
 (0)