Skip to content

Commit f5a6693

Browse files
committed
eclipse: update readme and contributing.md to reflect Eclipse changes
Signed-off-by: Mihai Tudor Panu <[email protected]>
1 parent 5cf20df commit f5a6693

File tree

3 files changed

+17
-40
lines changed

3 files changed

+17
-40
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright © 2014-2016 Intel Corporation
2+
Copyright © 2014-2019 Intel Corporation and others
33

44
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<img src="https://github.com/intel-iot-devkit/upm/blob/master/docs/icons/upm_logo.png" height="150px" width="auto" algt="UPM Logo"/>
33
</p>
44

5-
UPM (Useful Packages & Modules) Sensor/Actuator repository for MRAA
5+
Eclipse UPM Sensor/Actuator Repository for Eclipse MRAA
66
==============
77

8-
The UPM repository provides software drivers for a wide variety of commonly
9-
used sensors and actuators. These software drivers interact with the
8+
The Eclipse UPM repository provides software drivers for a wide variety of
9+
commonly used sensors and actuators. These software drivers interact with the
1010
underlying hardware platform (or microcontroller), as well as with the attached
1111
sensors, through calls to [MRAA](https://github.com/intel-iot-devkit/mraa) APIs.
1212

docs/contributions.md

Lines changed: 13 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -54,47 +54,24 @@ file:
5454
*/
5555

5656

57-
Code signing
57+
Eclipse Contributor Agreement
5858
============
5959

60-
The sign-off is a simple line at the end of the explanation for the
61-
patch, which certifies that you wrote it or otherwise have the right to pass it
62-
on as an open-source patch. The rules are pretty simple: if you can certify
63-
the below:
60+
Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](http://www.eclipse.org/legal/ECA.php) in place.
6461

65-
Developer's Certificate of Origin 1.1
62+
Here is the checklist for contributions to be considered _acceptable_:
6663

67-
By making a contribution to this project, I certify that:
68-
69-
(a) The contribution was created in whole or in part by me and I
70-
have the right to submit it under the open source license
71-
indicated in the file; or
72-
73-
(b) The contribution is based upon previous work that, to the best
74-
of my knowledge, is covered under an appropriate open source
75-
license and I have the right under that license to submit that
76-
work with modifications, whether created in whole or in part
77-
by me, under the same open source license (unless I am
78-
permitted to submit under a different license), as indicated
79-
in the file; or
80-
81-
(c) The contribution was provided directly to me by some other
82-
person who certified (a), (b) or (c) and I have not modified
83-
it.
84-
85-
(d) I understand and agree that this project and the contribution
86-
are public and that a record of the contribution (including all
87-
personal information I submit with it, including my sign-off) is
88-
maintained indefinitely and may be redistributed consistent with
89-
this project or the open source license(s) involved.
90-
91-
then you just add a line to each of your commits with `--signoff` saying
92-
93-
Signed-off-by: Random J Developer <[email protected]>
94-
95-
using your real name (sorry, no pseudonyms or anonymous contributions.)
96-
Unsigned commits will not be accepted.
64+
1. [Create an account at Eclipse](https://dev.eclipse.org/site_login/createaccount.php).
65+
2. Add your GitHub user name in your account settings.
66+
3. [Log into the project's portal](https://projects.eclipse.org/) and sign the ["Eclipse ECA"](https://projects.eclipse.org/user/sign/cla).
67+
4. Ensure that you [_sign-off_](https://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Signing_off_on_a_commit) your Git commits.
68+
5. Ensure that you use the _same_ email address as your Eclipse account in commits.
69+
6. Include the appropriate copyright notice and license at the top of each file.
9770

71+
Your signing of the ECA will be verified by a webservice called 'ip-validation'
72+
that checks the email address that signed-off on your commits has signed the
73+
ECA. **Note**: This service is case-sensitive, so ensure the email that signed
74+
the ECA and that signed-off on your commits is the same, down to the case.
9875

9976
Creating a new sensor library using the sensortemplate
10077
=======================================

0 commit comments

Comments
 (0)