mraa; rename to Eclipse Mraa
* Updated CONTRIBUTING.md to refer to the ECA Signed-off-by: Thomas Ingleby <thomas.ingleby@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Contributing to libmraa {#contributing}
|
Contributing to Eclipse Mraa (libmraa) {#contributing}
|
||||||
======================
|
======================
|
||||||
|
|
||||||
libmraa is an opensource project and we are actively looking for people to help
|
Eclipse Mraa is an opensource project and we are actively looking for people to help
|
||||||
with:
|
with:
|
||||||
|
|
||||||
- Writing platform supports for all types of boards running linux
|
- Writing platform supports for all types of boards running linux
|
||||||
@@ -53,45 +53,24 @@ statement to the file but cannot add a license of your own. If you're borrowing
|
|||||||
code that comes from a project with another license, make sure to explicitly
|
code that comes from a project with another license, make sure to explicitly
|
||||||
note this in your PR.
|
note this in your PR.
|
||||||
|
|
||||||
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 _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.
|
||||||
|
3. [Log into the project's portal](https://projects.eclipse.org/) and sign the ["Eclipse ECA"](https://projects.eclipse.org/user/sign/cla).
|
||||||
|
4. Ensure that you [_sign-off_](https://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Signing_off_on_a_commit) your Git commits.
|
||||||
|
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.
|
||||||
|
|
||||||
(a) The contribution was created in whole or in part by me and I
|
Your signing of the ECA will be verified by a webservice called 'ip-validation'
|
||||||
have the right to submit it under the open source license
|
that checks the email address that signed-off on your commits has signed the
|
||||||
indicated in the file; or
|
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.
|
||||||
(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 saying
|
|
||||||
|
|
||||||
Signed-off-by: Random J Developer <random@developer.example.org>
|
|
||||||
|
|
||||||
Using your real name (sorry, no pseudonyms or anonymous contributions.)
|
|
||||||
|
|
||||||
Where to find us
|
Where to find us
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
2
COPYING
2
COPYING
@@ -1,5 +1,5 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
Copyright © 2014-2018 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
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<img src="http://iotdk.intel.com/misc/logos/mraa.png" height="150px" width="auto" algt="Mraa Logo"/>
|
<img src="http://iotdk.intel.com/misc/logos/mraa.png" height="150px" width="auto" algt="Mraa Logo"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms
|
Eclipse Mraa - Low Level Skeleton Library for Communication on GNU/Linux platforms
|
||||||
=============================================================================
|
=============================================================================
|
||||||
|
|
||||||
Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to
|
Eclipse Mraa (Libmraa) is a C/C++ library with bindings to Java, Python and JavaScript to
|
||||||
interface with the IO on Galileo, Edison & other platforms, with a structured
|
interface with the IO on Galileo, Edison & other platforms, with a structured
|
||||||
and sane API where port names/numbering matches the board that you are on. Use
|
and sane API where port names/numbering matches the board that you are on. Use
|
||||||
of libmraa does not tie you to specific hardware with board detection done at
|
of libmraa does not tie you to specific hardware with board detection done at
|
||||||
|
|||||||
Reference in New Issue
Block a user