Skip to content

Commit 4188e74

Browse files
committed
Add license and copyright notice to README
1 parent 4cce6e5 commit 4188e74

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Reusable libraries for our node microservices. These packages do NOT contain any business knowledge, but pure reusable functionality that would repeat over all services.
44

5+
The main repository can be found here: [JValue Open Data Service](https://github.com/jvalue/open-data-service)
6+
57

68
## How to use
79
* add a `.npmrc` file with the following content to access our package registry
@@ -15,3 +17,14 @@ Reusable libraries for our node microservices. These packages do NOT contain any
1517
| **Name** | **Package Name** | **Current Version** | **Description** |
1618
|---|---|---|---|
1719
| Basics | `@jvalue/node-dry-basics` | `0.0.1` | *all basic functionality that need no dependencies* |
20+
21+
22+
## Contact us
23+
24+
If you have any questions or would like to contact us, you can easily reach us via gitter channel. Issues can be reported via GitHub.
25+
26+
## License
27+
28+
Copyright 2020 Friedrich-Alexander Universität Erlangen-Nürnberg.
29+
30+
Node-DRY is licensed under the Apache License, Version 2.0. See [LICENSE](/LICENSE) for the full license text.

0 commit comments

Comments
 (0)