Skip to content

Commit 65f98e3

Browse files
author
sanjeevchopra
committed
Added required NOTICE and CONTRIBUTING files.
1 parent 6685ca2 commit 65f98e3

File tree

2 files changed

+257
-0
lines changed

2 files changed

+257
-0
lines changed

CONTRIBUTING.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Contributing to Keti
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
Keti is a service that was designed to protect RESTfuls API using Attribute
8+
Based Access Control (ABAC).
9+
10+
* https://projects.eclipse.org/projects/iot.keti
11+
12+
## Developer resources
13+
14+
Information regarding source code management, builds, coding standards, and
15+
more.
16+
17+
* https://projects.eclipse.org/projects/iot.keti/developer
18+
19+
The project maintains the following source code repositories
20+
21+
* https://github.com/eclipse/keti
22+
23+
## Eclipse Contributor Agreement
24+
25+
Before your contribution can be accepted by the project team contributors must
26+
electronically sign the Eclipse Contributor Agreement (ECA).
27+
28+
* http://www.eclipse.org/legal/ECA.php
29+
30+
Commits that are provided by non-committers must have a Signed-off-by field in
31+
the footer indicating that the author is aware of the terms by which the
32+
contribution has been provided to the project. The non-committer must
33+
additionally have an Eclipse Foundation account and must have a signed Eclipse
34+
Contributor Agreement (ECA) on file.
35+
36+
For more information, please see the Eclipse Committer Handbook:
37+
https://www.eclipse.org/projects/handbook/#resources-commit
38+
39+
## Contact
40+
41+
Contact the project developers via the project's "dev" list.
42+
43+
* https://dev.eclipse.org/mailman/listinfo/keti-dev
44+

NOTICE.md

+213
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
# Notices for Keti
2+
3+
This content is produced and maintained by the Eclipse Keti project.
4+
5+
* Project home: https://projects.eclipse.org/projects/iot.keti
6+
7+
## Trademarks
8+
9+
Eclipse Keti, and Keti are trademarks of the Eclipse Foundation.
10+
11+
## Copyright
12+
13+
All content is the property of the respective authors or their employers. For
14+
more information regarding authorship of content, please consult the listed
15+
source code repository logs.
16+
17+
## Declared Project Licenses
18+
19+
This program and the accompanying materials are made available under the terms
20+
of the Apache License, Version 2.0 which is available at
21+
https://www.apache.org/licenses/LICENSE-2.0.
22+
23+
SPDX-License-Identifier: Apache-2.0
24+
25+
## Source Code
26+
27+
The project maintains the following source code repositories:
28+
29+
* https://github.com/eclipse/keti
30+
31+
## Third-party Content
32+
33+
activation-1.1.jar (1.1)
34+
35+
* License: CDDL
36+
37+
ANTLR (Runtime only) (3.5.2)
38+
39+
* License: New BSD License
40+
41+
aopalliance (1.0)
42+
43+
* License: Public Domain
44+
45+
Apache Commons Lang (2.6)
46+
47+
* License: Apache-2.0
48+
49+
Apache Commons Lang (3.3.2)
50+
51+
* License: Apache-2.0
52+
53+
Apache commons-lang3 (3.4)
54+
55+
* License: Apache-2.0
56+
57+
Apache HttpClient (4.5.3)
58+
59+
* License: Apache-2.0
60+
61+
Apache HttpComponents HttpCore (4.4.6)
62+
63+
* License: Apache-2.0
64+
65+
Apache Ivy (2.3.0)
66+
67+
* License: Apache-2.0
68+
69+
Apache Log4j (1.2.17)
70+
71+
* License: Apache-2.0
72+
73+
ASM (5.0.1)
74+
75+
* License: New BSD License
76+
77+
ASM (5.1)
78+
79+
* License: New BSD License
80+
81+
commons-codec:commons-codec (1.10)
82+
83+
* License: Apache-2.0
84+
85+
commons-collections (3.2.2)
86+
87+
* License: Apache-2.0
88+
89+
commons-io (2.5)
90+
91+
* License: Apache-2.0
92+
93+
commons-logging-1.1.1.jar (1.1.1)
94+
95+
* License: Apache-2.0
96+
97+
commons-pool (1.6)
98+
99+
* License: Apache-2.0
100+
101+
dom4j (1.6.1)
102+
103+
* License: Custom license based on Apache 1.1
104+
105+
ezmorph (1.0.6)
106+
107+
* License: Apache-2.0
108+
109+
Google Guava (18.0)
110+
111+
* License: Apache-2.0
112+
113+
hamcrest-core (1.3)
114+
115+
* License: New BSD License
116+
117+
jackson-core-asl-1.9.13 (1.9.13)
118+
119+
* License: Apache-2.0
120+
121+
jackson-mapper-asl-1.9.13 (1.9.13)
122+
123+
* License: Apache-2.0
124+
125+
Java Transaction API (1.2)
126+
127+
* License: CDDL
128+
129+
Javax.annotation (1.2)
130+
131+
* License: CDDL
132+
133+
javax.servlet-api (3.1.0)
134+
135+
* License: Apache-2.0 AND (CDDL-1.1 or GPL-2.0)
136+
137+
javax.websocket API (1.0)
138+
139+
* License: CDDL
140+
141+
jboss-logging (3.3.1)
142+
143+
* License: Apache-2.0
144+
145+
jcl-over-slf4j (1.7.25)
146+
147+
* License: Apache-2.0
148+
149+
Json Smart (2.2.1)
150+
151+
* License: Apache-2.0
152+
153+
Json Smart Accessors (1.1)
154+
155+
* License: Apache-2.0
156+
157+
json-lib (2.4)
158+
159+
* License: Apache-2.0
160+
161+
jul-to-slf4j (1.7.25)
162+
163+
* License: MIT
164+
165+
JUnit (4.12)
166+
167+
* License: EPL-1.0
168+
169+
Mozilla Rhino (1.7)
170+
171+
* License: Mozilla Public License 2.0 (MPL), New BSD license
172+
173+
org.apache.geronimo.specs.geronimo-jta_1.1_spec (1.1.1)
174+
175+
* License: Apache-2.0
176+
177+
reflections (0.9.9)
178+
179+
* License: MIT License
180+
181+
slf4j-api (1.7.25)
182+
183+
* License: MIT
184+
185+
slf4j-log4j12 (1.7.25)
186+
187+
* License: MIT
188+
189+
snakeyaml (1.17)
190+
191+
* License: Apache-2.0
192+
193+
spring-plugin-core (1.2.0)
194+
195+
* License: Apache-2.0
196+
197+
stax-api (1.0.1)
198+
199+
* License: Apache-2.0
200+
201+
xml-apis (1.4.01)
202+
203+
* License: Apache-2.0, Public Domain, W3C
204+
205+
## Cryptography
206+
207+
Content may contain encryption software. The country in which you are currently
208+
may have restrictions on the import, possession, and use, and/or re-export to
209+
another country, of encryption software. BEFORE using any encryption software,
210+
please check the country's laws, regulations and policies concerning the import,
211+
possession, or use, and re-export of encryption software, to see if this is
212+
permitted.
213+

0 commit comments

Comments
 (0)