Skip to content

Commit 334aff0

Browse files
authored
Use AppsCode Community License (#44)
This allows both commercial and non-commercial organizations use the Community Edition of this software. Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 5e07d8f commit 334aff0

39 files changed

+78
-84
lines changed

LICENSE.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
## License
22

3-
Source code in this repository is licensed under the PolyForm Noncommercial License 1.0.0. You may obtain a copy of the License at
3+
Source code in this repository, Binaries, Docker images and Charts produced by the build process are licensed under the AppsCode Community License 1.0.0. You may obtain a copy of the License at
44

5-
- [PolyForm-Noncommercial-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md)
6-
7-
Binaries and Docker images produced by the build process are dually licensed under the PolyForm Noncommercial License 1.0.0 and the AppsCode Free Trial License 1.0.0. You may obtain a copy of these Licenses at
8-
9-
- [PolyForm-Noncommercial-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md)
10-
- [AppsCode-Free-Trial-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Free-Trial-1.0.0.md)
5+
- [AppsCode-Community-1.0.0](https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Copyright AppsCode Inc. and Contributors
22
#
3-
# Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
3+
# Licensed under the AppsCode Community License 1.0.0 (the "License");
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
7+
# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,

cmd/kubectl-stash/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
Copyright AppsCode Inc. and Contributors
33
4-
Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
4+
Licensed under the AppsCode Community License 1.0.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
8+
https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/kubectl-stash/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
Copyright AppsCode Inc. and Contributors
33
4-
Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
4+
Licensed under the AppsCode Community License 1.0.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
8+
https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

hack/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Copyright AppsCode Inc. and Contributors
44
#
5-
# Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
5+
# Licensed under the AppsCode Community License 1.0.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
9+
# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

hack/coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Copyright AppsCode Inc. and Contributors
44
#
5-
# Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
5+
# Licensed under the AppsCode Community License 1.0.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
9+
# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

hack/e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Copyright AppsCode Inc. and Contributors
44
#
5-
# Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
5+
# Licensed under the AppsCode Community License 1.0.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
9+
# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

hack/fmt.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Copyright AppsCode Inc. and Contributors
44
#
5-
# Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
5+
# Licensed under the AppsCode Community License 1.0.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
9+
# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

hack/gendocs/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
22
Copyright AppsCode Inc. and Contributors
33
4-
Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
4+
Licensed under the AppsCode Community License 1.0.0 (the "License");
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
8+
https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

hack/gendocs/make.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Copyright AppsCode Inc. and Contributors
44
#
5-
# Licensed under the PolyForm Noncommercial License 1.0.0 (the "License");
5+
# Licensed under the AppsCode Community License 1.0.0 (the "License");
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# https://github.com/appscode/licenses/raw/1.0.0/PolyForm-Noncommercial-1.0.0.md
9+
# https://github.com/appscode/licenses/raw/1.0.0/AppsCode-Community-1.0.0.md
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)