Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
added CONTRIBUTING & NOTICE files
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hoettger committed Jul 6, 2018
1 parent eca78a0 commit a8ec7b2
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 0 deletions.
64 changes: 64 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Contributing to Eclipse Kuksa

Thanks for your interest in this project.

## Project description

Because today's software-intensive automotive systems are still developed in
silos by each car manufacturer or OEM in-house, long-term challenges in the
industry are yet unresolved. Establishing a standard for car-to-cloud scenarios
significantly improves comprehensive domain-related development activities and
opens the market to external applications, service provider, and the use of open
source software wherever possible without compromising security. Connectivity,
OTA maintenance, automated driving, electric mobility, and related approaches
increasingly demand technical innovations applicable across automotive players.

* https://projects.eclipse.org/projects/iot.kuksa

## Developer resources

Information regarding source code management, builds, coding standards, and
more.

* https://projects.eclipse.org/projects/iot.kuksa/developer

The project maintains the following source code repositories

* https://github.com/eclipse/kuksa.apps
* https://github.com/eclipse/kuksa.cloud
* https://github.com/eclipse/kuksa.ide
* https://github.com/eclipse/kuksa.integration
* https://github.com/eclipse/kuksa.invehicle
* https://github.com/eclipse/kuksa.website
* http://git.eclipse.org/c/kuksa/kuksa.git
* http://git.eclipse.org/c/kuksa/www.git

This project uses Bugzilla to track ongoing development and issues.

* Search for issues: https://eclipse.org/bugs/buglist.cgi?product=Kuksa
* Create a new report: https://eclipse.org/bugs/enter_bug.cgi?product=Kuksa

Be sure to search for existing bugs before you create another one. Remember that
contributions are always welcome!

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
contribution has been provided to the project. The non-committer must
additionally have an Eclipse Foundation account and must have a signed Eclipse
Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit

## Contact

Contact the project developers via the project's "dev" list.

* https://dev.eclipse.org/mailman/listinfo/kuksa-dev
55 changes: 55 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Notices for Eclipse Kuksa

This content is produced and maintained by the Eclipse Kuksa project.

* Project home: https://projects.eclipse.org/projects/iot.kuksa

## Trademarks

Eclipse Kuksa is a trademark of the Eclipse Foundation.

## Copyright

All content is the property of the respective authors or their employers. For
more information regarding authorship of content, please consult the listed
source code repository logs.

## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0

## Source Code

The project maintains the following source code repositories:

* https://github.com/eclipse/kuksa.apps
* https://github.com/eclipse/kuksa.cloud
* https://github.com/eclipse/kuksa.ide
* https://github.com/eclipse/kuksa.integration
* https://github.com/eclipse/kuksa.invehicle
* https://github.com/eclipse/kuksa.website
* http://git.eclipse.org/c/kuksa/kuksa.git
* http://git.eclipse.org/c/kuksa/www.git

## Third-party Content

This project leverages the following third party content.

Simple-WebSocket-Server_V27.06.2018 (27.06.2018)

* License: MIT
* Project: https://gitlab.com/eidheim/Simple-WebSocket-Server/tree/master
* Source: https://gitlab.com/eidheim/Simple-WebSocket-Server/tree/master

## Cryptography

Content may contain encryption software. The country in which you are currently
may have restrictions on the import, possession, and use, and/or re-export to
another country, of encryption software. BEFORE using any encryption software,
please check the country's laws, regulations and policies concerning the import,
possession, or use, and re-export of encryption software, to see if this is
permitted.

0 comments on commit a8ec7b2

Please sign in to comment.