Added contributing file, updated notice and readme file

Change-Id: I3c4cb7f2f34f5250a96570b47e41252b80137a8c
Signed-off-by: Angelika Wittek <angelika.wittek@konteno.de>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 0000000..8f51d10
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,54 @@
+# Contributing to Eclipse MDM|BL
+
+Thanks for your interest in this project.
+
+## Project description
+
+* https://projects.eclipse.org/projects/technology.mdmbl
+
+## Developer resources
+
+Information regarding source code management, builds, coding standards, and
+more.
+
+* https://projects.eclipse.org/projects/technology.mdmbl/developer
+
+The project maintains the following source code repositories
+
+* https://git.eclipse.org/r/plugins/gitiles/mdmbl/org.eclipse.mdm.api.base
+* https://git.eclipse.org/r/plugins/gitiles/mdmbl/org.eclipse.mdm.api.default
+* https://git.eclipse.org/r/plugins/gitiles/mdmbl/org.eclipse.mdm.api.odsadapter
+* https://git.eclipse.org/r/plugins/gitiles/mdmbl/org.eclipse.mdm.mdfsorter
+* https://git.eclipse.org/r/plugins/gitiles/mdmbl/org.eclipse.mdm.nucleus
+* https://git.eclipse.org/r/plugins/gitiles/mdmbl/org.eclipse.mdm.openatfx.mdf
+
+This project uses Bugzilla to track ongoing development and issues.
+
+* Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=MDMBL
+* Create a new report:
+   https://bugs.eclipse.org/bugs/enter_bug.cgi?product=MDMBL
+
+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/mdmbl-dev
diff --git a/NOTICE.txt b/NOTICE.txt
index 2ec0574..c637875 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -18,7 +18,9 @@
 
 Copyright (c) 2016 Audi AG
 Copyright (c) 2016-2018 Gigatronik Ingolstadt GmbH
-Copyright (c) 2016-2018 Peak Solution GmbH
+Copyright (c) 2016-2020 Peak Solution GmbH
+Copyright (c) 2018-2020 AKKA DSW Gmbh
+
 
 ## Declared Project Licenses
 
diff --git a/README.md b/README.md
index 7c0b087..de19ee0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Documentation open ATFX MDF4 driver
 
 ## Copyright and License ##
-Copyright (c) 2015-2018 Contributors to the Eclipse Foundation
+Copyright (c) 2015-2020 Contributors to the Eclipse Foundation
 
  See the NOTICE file(s) distributed with this work for additional
  information regarding copyright ownership.
@@ -18,16 +18,6 @@
 This application allows accessing the content of an MDF3/MDF4 file via an ASAM ODS Session, backed by an ATFX-File, and the export of this file.
 The file contents including Meta-Data are transformed to the ASAM ODS standard and can be accessed using ASAMs OO-API.
 
-## Dependencies
-This project uses the following librarys:
-
-* openatfx (ATFX backed ODS backend, can be obtained from SourceForge)
-* JUnit (Testing Framework)
-* ASAM ODS (Interfaces for the ASAM OO-API)
-* Apache Commons Logging (Logging Framework)
-* Log4j (Logging Framework)
-* STAX API (Java XML Framework)
-* STAX2 API (Java XML Framework)
 
 ## Java code example for opening a ASAM ODS session on an ATFX file