diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-22 16:00:29 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-09-22 16:01:13 +1200 |
commit | 55ee0b56cd1f668711b9ffc82e7d90961435b42f (patch) | |
tree | d036de416f6fd119ed073d654854cc9a2bdc800b | |
parent | 25ca1079714b5c5efc8e32dc4e8a11b7ef5b0c6b (diff) | |
download | trackermap-server-55ee0b56cd1f668711b9ffc82e7d90961435b42f.tar.gz trackermap-server-55ee0b56cd1f668711b9ffc82e7d90961435b42f.tar.bz2 trackermap-server-55ee0b56cd1f668711b9ffc82e7d90961435b42f.zip |
Add project license file
-rw-r--r-- | LICENSE.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 000000000..2c9c8d04a --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,13 @@ + Apache License, Version 2.0 + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file 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. |