Skip to content

Commit 9d5b90c

Browse files
author
Steven Hartley
authored
Add missing Legal Info (#25)
The following adds the SPDX tags and legal files that Eclipse Foundation requires.
1 parent 6be703d commit 9d5b90c

55 files changed

Lines changed: 586 additions & 8 deletions

Some content is hidden

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

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please refer to https://raw.githubusercontent.com/eclipse/.github/master/CODE_OF_CONDUCT.md[CODE_OF_CONDUCT]
File renamed without changes.

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ image:https://github.com/eclipse-uprotocol/.github/blob/main/logo/uprotocol_logo
77
The key words "*MUST*", "*MUST NOT*", "*REQUIRED*", "*SHALL*", "*SHALL NOT*", "*SHOULD*", "*SHOULD NOT*", "*RECOMMENDED*", "*MAY*", and "*OPTIONAL*" in this document are to be interpreted as described in https://www.rfc-editor.org/info/bcp14[IETF BCP14 (RFC2119 & RFC8174)]
88

99
----
10+
Copyright (c) 2023 General Motors GTO LLC
11+
1012
Licensed to the Apache Software Foundation (ASF) under one
1113
or more contributor license agreements. See the NOTICE file
1214
distributed with this work for additional information
@@ -23,6 +25,10 @@ software distributed under the License is distributed on an
2325
KIND, either express or implied. See the License for the
2426
specific language governing permissions and limitations
2527
under the License.
28+
29+
SPDX-FileType: DOCUMENTATION
30+
SPDX-FileCopyrightText: 2023 General Motors GTO LLC
31+
SPDX-License-Identifier: Apache-2.0
2632
----
2733

2834
== Purpose

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
This project implements the Eclipse Foundation Security Policy
4+
5+
* https://www.eclipse.org/security
6+
7+
## Supported Versions
8+
9+
These versions of Eclipse Dash are currently being supported with security
10+
updates.
11+
12+
| Version | Released | Supported |
13+
| ------------ | ---------- | ------------------ |
14+
| 1.0 Handbook | 2021-10-06 | Yes |
15+
16+
## Reporting a Vulnerability
17+
18+
Please report vulnerabilities to the Eclipse Foundation Security Team at
19+
security@eclipse.org

basics/README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
The key words "*MUST*", "*MUST NOT*", "*REQUIRED*", "*SHALL*", "*SHALL NOT*", "*SHOULD*", "*SHOULD NOT*", "*RECOMMENDED*", "*MAY*", and "*OPTIONAL*" in this document are to be interpreted as described in https://www.rfc-editor.org/info/bcp14[IETF BCP14 (RFC2119 & RFC8174)]
66

77
----
8+
Copyright (c) 2023 General Motors GTO LLC
9+
810
Licensed to the Apache Software Foundation (ASF) under one
911
or more contributor license agreements. See the NOTICE file
1012
distributed with this work for additional information
@@ -21,6 +23,10 @@ software distributed under the License is distributed on an
2123
KIND, either express or implied. See the License for the
2224
specific language governing permissions and limitations
2325
under the License.
26+
27+
SPDX-FileType: DOCUMENTATION
28+
SPDX-FileCopyrightText: 2023 General Motors GTO LLC
29+
SPDX-License-Identifier: Apache-2.0
2430
----
2531

2632
The following are the foundational requirements for uProtocol specifications:

basics/cloudevents.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
The key words "*MUST*", "*MUST NOT*", "*REQUIRED*", "*SHALL*", "*SHALL NOT*", "*SHOULD*", "*SHOULD NOT*", "*RECOMMENDED*", "*MAY*", and "*OPTIONAL*" in this document are to be interpreted as described in https://www.rfc-editor.org/info/bcp14[IETF BCP14 (RFC2119 & RFC8174)]
66

77
----
8+
Copyright (c) 2023 General Motors GTO LLC
9+
810
Licensed to the Apache Software Foundation (ASF) under one
911
or more contributor license agreements. See the NOTICE file
1012
distributed with this work for additional information
@@ -21,6 +23,10 @@ software distributed under the License is distributed on an
2123
KIND, either express or implied. See the License for the
2224
specific language governing permissions and limitations
2325
under the License.
26+
27+
SPDX-FileType: DOCUMENTATION
28+
SPDX-FileCopyrightText: 2023 General Motors GTO LLC
29+
SPDX-License-Identifier: Apache-2.0
2430
----
2531

2632
== Overview

basics/cloudevents.drawio.svg

Lines changed: 4 additions & 0 deletions
Loading

basics/delivery.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
The key words "*MUST*", "*MUST NOT*", "*REQUIRED*", "*SHALL*", "*SHALL NOT*", "*SHOULD*", "*SHOULD NOT*", "*RECOMMENDED*", "*MAY*", and "*OPTIONAL*" in this document are to be interpreted as described in https://www.rfc-editor.org/info/bcp14[IETF BCP14 (RFC2119 & RFC8174)]
66

77
----
8+
Copyright (c) 2023 General Motors GTO LLC
9+
810
Licensed to the Apache Software Foundation (ASF) under one
911
or more contributor license agreements. See the NOTICE file
1012
distributed with this work for additional information
@@ -21,6 +23,10 @@ software distributed under the License is distributed on an
2123
KIND, either express or implied. See the License for the
2224
specific language governing permissions and limitations
2325
under the License.
26+
27+
SPDX-FileType: DOCUMENTATION
28+
SPDX-FileCopyrightText: 2023 General Motors GTO LLC
29+
SPDX-License-Identifier: Apache-2.0
2430
----
2531

2632

basics/error_model.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
The key words "*MUST*", "*MUST NOT*", "*REQUIRED*", "*SHALL*", "*SHALL NOT*", "*SHOULD*", "*SHOULD NOT*", "*RECOMMENDED*", "*MAY*", and "*OPTIONAL*" in this document are to be interpreted as described in https://www.rfc-editor.org/info/bcp14[IETF BCP14 (RFC2119 & RFC8174)]
66

77
----
8+
Copyright (c) 2023 General Motors GTO LLC
9+
810
Licensed to the Apache Software Foundation (ASF) under one
911
or more contributor license agreements. See the NOTICE file
1012
distributed with this work for additional information
@@ -21,6 +23,10 @@ software distributed under the License is distributed on an
2123
KIND, either express or implied. See the License for the
2224
specific language governing permissions and limitations
2325
under the License.
26+
27+
SPDX-FileType: DOCUMENTATION
28+
SPDX-FileCopyrightText: 2023 General Motors GTO LLC
29+
SPDX-License-Identifier: Apache-2.0
2430
----
2531

2632

basics/namespace.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
The key words "*MUST*", "*MUST NOT*", "*REQUIRED*", "*SHALL*", "*SHALL NOT*", "*SHOULD*", "*SHOULD NOT*", "*RECOMMENDED*", "*MAY*", and "*OPTIONAL*" in this document are to be interpreted as described in https://www.rfc-editor.org/info/bcp14[IETF BCP14 (RFC2119 & RFC8174)]
66

77
----
8+
Copyright (c) 2023 General Motors GTO LLC
9+
810
Licensed to the Apache Software Foundation (ASF) under one
911
or more contributor license agreements. See the NOTICE file
1012
distributed with this work for additional information
@@ -21,6 +23,10 @@ software distributed under the License is distributed on an
2123
KIND, either express or implied. See the License for the
2224
specific language governing permissions and limitations
2325
under the License.
26+
27+
SPDX-FileType: DOCUMENTATION
28+
SPDX-FileCopyrightText: 2023 General Motors GTO LLC
29+
SPDX-License-Identifier: Apache-2.0
2430
----
2531

2632

0 commit comments

Comments
 (0)