Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
updated readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Mar 2, 2020
1 parent 6471fe5 commit 0b067ab
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
14 changes: 7 additions & 7 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 0b067ab

Please sign in to comment.