Skip to content

Commit

Permalink
Added license.
Browse files Browse the repository at this point in the history
  • Loading branch information
margaretha authored Nov 6, 2024
1 parent 43fc3c6 commit aaf43b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Configure the service URI in ```/src/main/webapp/WEB-INF/web.xml``` to a Kustvak
```
<context-param>
<param-name>korap.service.uri</param-name>
<param-value>http://localhost:8089/api/</param-value>
<param-value>https://korap.ids-mannheim.de/api/v1.0/</param-value>
</context-param>
```

Expand All @@ -74,3 +74,7 @@ $ mvn install -Dhttps.protocols=TLS1.2

in a terminal.

## License

KorapSRU is published under the [BSD-2 License](https://raw.githubusercontent.com/KorAP/Kustvakt/master/LICENSE). It is developed as part of [CLARIN](https://www.clarin.eu/) and [KorAP](https://korap.ids-mannheim.de/), the Corpus Analysis Platform at the [Leibniz Institute for the German Language (IDS)](https://www.ids-mannheim.de/),
member of the [Leibniz Association](https://www.leibniz-gemeinschaft.de).

0 comments on commit aaf43b2

Please sign in to comment.