docs: Add more proper LICENSE and THIRDPARTY files.

This will allow us to remove the duplicate notices at the tops of
individual files, which obscure the actual code.

Fixes #43.
This commit is contained in:
derAnfaenger 2017-08-16 15:01:20 +02:00 committed by Tim Abbott
parent 8fc5b777db
commit 1dc2bf8ba6
3 changed files with 249 additions and 0 deletions

16
NOTICE Normal file
View file

@ -0,0 +1,16 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this project except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
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.
The software includes some works released by third parties under other
free and open source licenses. Those works are redistributed under the
license terms under which the works were received. For more details,
see the ``docs/THIRDPARTY`` file included with this distribution.