From 6f7c08a89fa491c43dcd7c979daa71a47b81efdf Mon Sep 17 00:00:00 2001 From: Jonas Stienen Date: Thu, 29 Sep 2016 22:27:14 +0200 Subject: [PATCH] Adding license and readme --- LICENSE.md | 13 +++++++++++++ README.md | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d601e5a --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,13 @@ +Copyright 2015-2016 Institute of Technical Acoustics, RWTH Aachen University + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use files of this project except in compliance with the License. +You may obtain a copy of the License at + + + +Unless required by applicable law or agreed to in writing, software +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. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fcbbbd2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## ITAGeo + +ITAStreaming is component-based C++ audio streaming library for different backends. + +### License + +See [LICENSE](LICENSE.md) file. \ No newline at end of file -- GitLab