From e8a0b86ec155a27e7ded1a4f4e9a3ed1296157e6 Mon Sep 17 00:00:00 2001
From: MJB <mjb@it-innovation.soton.ac.uk>
Date: Fri, 14 Dec 2018 21:22:54 +0000
Subject: [PATCH] added ipr registry for the CLMC

---
 IPRREGISTRY | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 IPRREGISTRY

diff --git a/IPRREGISTRY b/IPRREGISTRY
new file mode 100644
index 0000000..36a56fb
--- /dev/null
+++ b/IPRREGISTRY
@@ -0,0 +1,37 @@
+# Registry of 3rd Party Intellectual Property Rights used by Cross Layer Management and Control Software
+
+The CLMC depends on 3rd party open source software distributed using approved open source software licenses. 
+
+## Unmodified Libraries
+
+|Library|License|License Link|
+|-------|-------|------------|
+|pyramid|Repoze Public License (BSD-derived) http://repoze.org/license.html|https://github.com/Pylons/pyramid/blob/master/LICENSE.txt|
+|pyramid_debugtoolbar|Repoze Public License (BSD-derived) http://repoze.org/license.html|	https://github.com/Pylons/pyramid_debugtoolbar/blob/master/LICENSE.txt|
+|pyramid_exclog|Repoze Public License (BSD-derived)  http://repoze.org/license.html|	https://github.com/Pylons/pyramid_exclog/blob/master/LICENSE.txt|
+|plaster_pastedeploy|MIT LICENSE|https://github.com/Pylons/plaster_pastedeploy/blob/master/LICENSE.txt|
+|waitress|ZOPE PUBLIC LICENSE (ZPL) v2.1|https://github.com/Pylons/waitress/blob/master/LICENSE.txt|
+|sqlalchemy|MIT LICENSE|https://github.com/sqlalchemy/sqlalchemy/blob/master/LICENSE|	
+|zope.sqlalchemy|ZOPE PUBLIC LICENSE (ZPL) v2.1|https://github.com/zopefoundation/zope.sqlalchemy/blob/master/LICENSE.txt|
+|psycopg2| GNU LESSER GENERAL PUBLIC LICENSE v3|https://github.com/psycopg/psycopg2/blob/master/LICENSE|
+|influxdb-python|MIT LICENSE	https://github.com/influxdata/influxdb-python/blob/master/LICENSE|
+|py2neo|APACHE LICENSE v2|https://github.com/technige/py2neo/blob/py2neo-4.1.3/LICENSE|	
+|pyyaml|MIT LICENSE|https://github.com/yaml/pyyaml/blob/master/LICENSE|	
+|tosca-parser|APACHE LICENSE v2|https://github.com/openstack/tosca-parser/blob/master/LICENSE|
+|schema|MIT LICENSE|https://github.com/keleshev/schema/blob/master/LICENSE-MIT|	
+|requests|APACHE LICENSE v2|https://github.com/requests/requests/blob/master/LICENSE|
+|pytest|MIT LICENSE|https://github.com/pytest-dev/pytest/blob/master/LICENSE|	
+|pytest-cov|MIT LICENSE	https://github.com/pytest-dev/pytest-cov/blob/master/LICENSE|
+			
+## Unmodified Service Prerequisites
+
+The following services are installed on deployment as prerequisites for the CLMC
+
+|Library|License|License Link|
+|-------|-------|------------|
+|InfluxDB|MIT LICENSE|https://github.com/influxdata/influxdb/blob/master/LICENSE|
+|Chronograf|GNU AFFERO GENERAL PUBLIC LICENSE v3|https://github.com/influxdata/chronograf/blob/master/LICENSE|
+|Kapacitor|MIT LICENSE|https://github.com/influxdata/kapacitor/blob/master/LICENSE|
+|Neo4j|GNU GENERAL PUBLIC LICENSE v3|https://neo4j.com/licensing/|			
+|PostgreSQL|PostgreSQL License|https://www.postgresql.org/about/licence/|
+			
-- 
GitLab