eclipse: update readme and contributing.md to reflect Eclipse changes

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu 2019-05-08 16:17:34 -07:00
parent 5cf20df96c
commit f5a66936be
3 changed files with 17 additions and 40 deletions

View File

@ -1,5 +1,5 @@
The MIT License (MIT) The MIT License (MIT)
Copyright © 2014-2016 Intel Corporation Copyright © 2014-2019 Intel Corporation and others
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -2,11 +2,11 @@
<img src="https://github.com/intel-iot-devkit/upm/blob/master/docs/icons/upm_logo.png" height="150px" width="auto" algt="UPM Logo"/> <img src="https://github.com/intel-iot-devkit/upm/blob/master/docs/icons/upm_logo.png" height="150px" width="auto" algt="UPM Logo"/>
</p> </p>
UPM (Useful Packages & Modules) Sensor/Actuator repository for MRAA Eclipse UPM Sensor/Actuator Repository for Eclipse MRAA
============== ==============
The UPM repository provides software drivers for a wide variety of commonly The Eclipse UPM repository provides software drivers for a wide variety of
used sensors and actuators. These software drivers interact with the commonly used sensors and actuators. These software drivers interact with the
underlying hardware platform (or microcontroller), as well as with the attached underlying hardware platform (or microcontroller), as well as with the attached
sensors, through calls to [MRAA](https://github.com/intel-iot-devkit/mraa) APIs. sensors, through calls to [MRAA](https://github.com/intel-iot-devkit/mraa) APIs.

View File

@ -54,47 +54,24 @@ file:
*/ */
Code signing Eclipse Contributor Agreement
============ ============
The sign-off is a simple line at the end of the explanation for the Your contribution cannot be accepted unless you have a signed [ECA - Eclipse Foundation Contributor Agreement](http://www.eclipse.org/legal/ECA.php) in place.
patch, which certifies that you wrote it or otherwise have the right to pass it
on as an open-source patch. The rules are pretty simple: if you can certify
the below:
Developer's Certificate of Origin 1.1 Here is the checklist for contributions to be considered _acceptable_:
By making a contribution to this project, I certify that: 1. [Create an account at Eclipse](https://dev.eclipse.org/site_login/createaccount.php).
2. Add your GitHub user name in your account settings.
(a) The contribution was created in whole or in part by me and I 3. [Log into the project's portal](https://projects.eclipse.org/) and sign the ["Eclipse ECA"](https://projects.eclipse.org/user/sign/cla).
have the right to submit it under the open source license 4. Ensure that you [_sign-off_](https://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Signing_off_on_a_commit) your Git commits.
indicated in the file; or 5. Ensure that you use the _same_ email address as your Eclipse account in commits.
6. Include the appropriate copyright notice and license at the top of each file.
(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.
then you just add a line to each of your commits with `--signoff` saying
Signed-off-by: Random J Developer <random@developer.example.org>
using your real name (sorry, no pseudonyms or anonymous contributions.)
Unsigned commits will not be accepted.
Your signing of the ECA will be verified by a webservice called 'ip-validation'
that checks the email address that signed-off on your commits has signed the
ECA. **Note**: This service is case-sensitive, so ensure the email that signed
the ECA and that signed-off on your commits is the same, down to the case.
Creating a new sensor library using the sensortemplate Creating a new sensor library using the sensortemplate
======================================= =======================================