diff --git a/LICENSE b/LICENSE index bca80d03..7a4a3ea2 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2014-2016 Fraunhofer Institute for Applied Information Technology FIT + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -199,4 +199,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. + limitations under the License. \ No newline at end of file diff --git a/NOTICE b/NOTICE index 0118e0a9..db129219 100644 --- a/NOTICE +++ b/NOTICE @@ -1,13 +1,13 @@ -LinkSmart® LocalConnect -Copyright 2014-2016 Fraunhofer Institute for Applied Information Technology FIT +LinkSmart Thing Directory +Copyright 2020 Fraunhofer-Gesellschaft -This product includes software developed at -Fraunhofer Institute for Applied Information Technology FIT (http://fit.fraunhofer.de/). +The software has been developed at the Fraunhofer Institute for Applied Information Technology (https://fit.fraunhofer.de), +a division of Fraunhofer Gesellschaft e. V. -LinkSmart® LocalConnect is an independent fork of the Patchwork Toolkit -(https://github.com/patchwork-toolkit/patchwork) developed at Fraunhofer FIT under MIT License. +LinkSmart Thing Directory is a fork of LinkSmart Resource Catalog (https://github.com/linksmart/resource-catalog) +developed at Fraunhofer FIT under Apache 2.0 License. -LinkSmart® LocalConnect includes the following dependencies developed by +It includes the following dependencies developed by the corresponding developers and organisations: * https://eclipse.org/paho/clients/golang/ by the Eclipse Foundation (Eclipse Public License v1.0) diff --git a/README.md b/README.md index 5805175f..97afd537 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# LinkSmart Resource Catalog +# Web of Things (WoT) Thing Directory +This is an implementation of the [Web of Things (WoT) Thing Directory](https://www.w3.org/TR/wot-architecture/#dfn-thing-directory) which provides a RESTful API to maintain [Thing Descriptions](https://www.w3.org/TR/wot-thing-description/). -## Compile from source +This is currently under development. + +## Development +The dependencies of this package are managed by [Go Modules](https://github.com/golang/go/wiki/Modules). + +To Compile from source: ``` -git clone https://code.linksmart.eu/scm/rc/resource-catalog.git src/code.linksmart.eu/rc/resource-catalog -export GOPATH=`pwd` -go install code.linksmart.eu/rc/resource-catalog +git clone https://github.com/linksmart/thing-directory.git +cd thing-directory +go build ``` -## Development -The dependencies of this package are managed by [dep](https://github.com/golang/dep).