Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit 065f462

Browse files
committed
adding contributing and notice file
Signed-off-by: Christopher Guindon <[email protected]>
1 parent 0ba308d commit 065f462

File tree

3 files changed

+151
-14
lines changed

3 files changed

+151
-14
lines changed

CODE_OF_CONDUCT.md

+47-14
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
1-
# Contributor Covenant Code of Conduct
1+
# Community Code of Conduct
2+
3+
**Version 1.1
4+
October 21, 2019**
25

36
## Our Pledge
47

5-
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
8+
In the interest of fostering an open and welcoming environment, we as
9+
contributors and maintainers pledge to make participation in our project and
10+
our community a harassment-free experience for everyone, regardless of age, body
11+
size, disability, ethnicity, sex characteristics, gender identity and expression,
12+
level of experience, education, socio-economic status, nationality, personal
13+
appearance, race, religion, or sexual identity and orientation.
614

715
## Our Standards
816

9-
Examples of behavior that contributes to creating a positive environment include:
17+
Examples of behavior that contributes to creating a positive environment
18+
include:
1019

1120
* Using welcoming and inclusive language
1221
* Being respectful of differing viewpoints and experiences
@@ -16,31 +25,55 @@ Examples of behavior that contributes to creating a positive environment include
1625

1726
Examples of unacceptable behavior by participants include:
1827

19-
* The use of sexualized language or imagery and unwelcome sexual attention or advances
28+
* The use of sexualized language or imagery and unwelcome sexual attention or
29+
advances
2030
* Trolling, insulting/derogatory comments, and personal or political attacks
2131
* Public or private harassment
22-
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23-
* Other conduct which could reasonably be considered inappropriate in a professional setting
32+
* Publishing others' private information, such as a physical or electronic
33+
address, without explicit permission
34+
* Other conduct which could reasonably be considered inappropriate in a
35+
professional setting
2436

2537
## Our Responsibilities
2638

27-
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
39+
Project maintainers are responsible for clarifying the standards of acceptable
40+
behavior and are expected to take appropriate and fair corrective action in
41+
response to any instances of unacceptable behavior.
2842

29-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
43+
Project maintainers have the right and responsibility to remove, edit, or
44+
reject comments, commits, code, wiki edits, issues, and other contributions
45+
that are not aligned to this Code of Conduct, or to ban temporarily or
46+
permanently any contributor for other behaviors that they deem inappropriate,
47+
threatening, offensive, or harmful.
3048

3149
## Scope
3250

33-
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
51+
This Code of Conduct applies within all project spaces, and it also applies when
52+
an individual is representing the project or its community in public spaces.
53+
Examples of representing a project or community include using an official
54+
project e-mail address, posting via an official social media account, or acting
55+
as an appointed representative at an online or offline event. Representation of
56+
a project may be further defined and clarified by project maintainers.
3457

3558
## Enforcement
3659

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
60+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
61+
reported by contacting the project team at [email protected]. All
62+
complaints will be reviewed and investigated and will result in a response that
63+
is deemed necessary and appropriate to the circumstances. The project team is
64+
obligated to maintain confidentiality with regard to the reporter of an incident.
65+
Further details of specific enforcement policies may be posted separately.
3866

39-
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
67+
Project maintainers who do not follow or enforce the Code of Conduct in good
68+
faith may face temporary or permanent repercussions as determined by other
69+
members of the project's leadership.
4070

4171
## Attribution
4272

43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
73+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
74+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
75+
76+
[homepage]: https://www.contributor-covenant.org
4477

45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
78+
For answers to common questions about this code of conduct, see
79+
https://www.contributor-covenant.org/faq

CONTRIBUTING.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Contributing to iot.eclipse.org
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
iot.eclipse.org is a project to regroup assets for the Eclipse Foundation look and feel.
8+
9+
* https://github.com/eclipsefdn/iot.eclipse.org
10+
11+
## Developer resources
12+
13+
The project maintains the following source code repositories
14+
15+
* https://github.com/eclipsefdn/iot.eclipse.org
16+
17+
## Eclipse Contributor Agreement
18+
19+
Before your contribution can be accepted by the project team contributors must
20+
electronically sign the Eclipse Contributor Agreement (ECA).
21+
22+
* http://www.eclipse.org/legal/ECA.php
23+
24+
Commits that are provided by non-committers must have a Signed-off-by field in
25+
the footer indicating that the author is aware of the terms by which the
26+
contribution has been provided to the project. The non-committer must
27+
additionally have an Eclipse Foundation account and must have a signed Eclipse
28+
Contributor Agreement (ECA) on file.
29+
30+
For more information, please see the Eclipse Committer Handbook:
31+
https://www.eclipse.org/projects/handbook/#resources-commit
32+
33+
## Contact
34+
35+
Contact the Eclipse Foundation Webdev team via [email protected].

NOTICE.md

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Notices for iot.eclipse.org
2+
3+
This content is produced and maintained by the Eclipse Foundation.
4+
5+
* Project home: https://github.com/jakartaee/iot.eclipse.org
6+
7+
## Trademarks
8+
9+
* Jakarta and Jakarta EE are Trademarks of the Eclipse Foundation, Inc.
10+
* Eclipse® is a Trademark of the Eclipse Foundation, Inc.
11+
* Eclipse Foundation is a Trademark of the Eclipse Foundation, Inc.
12+
13+
## Copyright
14+
15+
All content is the property of the respective authors or their employers. For
16+
more information regarding authorship of content, please consult the listed
17+
source code repository logs.
18+
19+
## Declared Project Licenses
20+
21+
This program and the accompanying materials are made available under the terms
22+
of the Eclipse Public License v. 2.0 which is available at
23+
http://www.eclipse.org/legal/epl-2.0.
24+
25+
SPDX-License-Identifier: EPL-2.0
26+
27+
## Source Code
28+
29+
The project maintains the following source code repositories:
30+
31+
* https://github.com/jakartaee/iot.eclipse.org
32+
33+
## Third-party Content
34+
35+
### Drupal-Bootstrap (7.x-3.20)
36+
37+
* License: The GPL License (GPL)
38+
39+
### Yamm (master)
40+
41+
* License: The MIT License (MIT)
42+
43+
### Bootstrap (^3.3.7)
44+
45+
* License: The MIT License (MIT)
46+
47+
### Feather (^4.7.0)
48+
49+
* License: The MIT License (MIT)
50+
51+
### Font-Awesome (^4.7.0)
52+
53+
* The Font Awesome font is licensed under the SIL OFL 1.1:
54+
** http://scripts.sil.org/OFL
55+
* Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
56+
** https://opensource.org/licenses/mit-license.html
57+
* The Font Awesome documentation is licensed under the CC BY 3.0 License:
58+
** https://creativecommons.org/licenses/by/3.0/
59+
* Attribution is no longer required as of Font Awesome 3.0, but much appreciated:
60+
** `Font Awesome by Dave Gandy - http://fontawesome.io`
61+
* Full details: http://fontawesome.io/license/
62+
63+
### jQuery JavaScript Library (^1.9.2)
64+
65+
* License: The MIT License (MIT)
66+
67+
### jquery.matchHeight.js (^0.7.2)
68+
69+
* License: The MIT License (MIT)

0 commit comments

Comments
 (0)