Skip to content

Commit b84f819

Browse files
committed
Fix docs license statements
Signed-off-by: Steve Winslow <[email protected]>
1 parent 7737c70 commit b84f819

File tree

6 files changed

+409
-458
lines changed

6 files changed

+409
-458
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
SPDX-License-Identifier: GFDL-1.3-or-later
2-
31
# Contributing
42

3+
Copyright The Linux Foundation and each contributor to CommunityBridge.
4+
5+
SPDX-License-Identifier: CC-BY-4.0
6+
57
All contributions must include a "Signed-off-by" line in the commit message, with the contributors' name and email address.
68

79
This indicates that the contribution is made pursuant to the [Developer Certificate of Origin (DCO)](https://developercertificate.org/), a copy of which is included below.
@@ -14,10 +16,10 @@ New **code files** should include a [short-form SPDX ID](https://spdx.org/ids) a
1416
// SPDX-License-Identifier: AGPL-3.0-or-later
1517
```
1618

17-
New **documentation files** should include a [short-form SPDX ID](https://spdx.org/ids) at the top, indicating the project license for code, which is GFDL-1.3-or-later. This should look like the following:
19+
New **documentation files** should include a [short-form SPDX ID](https://spdx.org/ids) at the top, indicating the project license for code, which is CC-BY-4.0. This should look like the following:
1820

1921
```
20-
SPDX-License-Identifier: GFDL-1.3-or-later
22+
SPDX-License-Identifier: CC-BY-4.0
2123
```
2224

2325
## Developer Certificate of Origin (DCO)

DEPLOY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CLA Deployment
22

33
Copyright The Linux Foundation and each contributor to CommunityBridge.
4-
SPDX-License-Identifier: GFDL-1.3-or-later
4+
5+
SPDX-License-Identifier: CC-BY-4.0
56

67
The usual deployment flow begins with dev, which we deploy to when the feature or bug is ready for testing in an AWS environment. Once the changes are tested and appear complete, we deploy to staging for QA and acceptance. After the changes have been accepted, we deploy to prod.
78

DEV.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CLA Local Development
22

33
Copyright The Linux Foundation and each contributor to CommunityBridge.
4-
SPDX-License-Identifier: GFDL-1.3-or-later
4+
5+
SPDX-License-Identifier: CC-BY-4.0
56

67
## Backend
78

0 commit comments

Comments
 (0)