From fca37a51af3f22a6ba14fb30922f588d4f46f1e9 Mon Sep 17 00:00:00 2001 From: Kyle Klaus Date: Thu, 29 Mar 2018 22:07:17 -0700 Subject: [PATCH] add readme, changelog and license --- CHANGELOG.md | 12 ++++++++++++ LICENSE.md | 21 +++++++++++++++++++++ README.md | 18 ++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0fbb18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## 1.0.0 - 2018-03-28 +### Initial Release + +[Unreleased]: https://github.com/technicpack/launcher-api/compare/v1.0.0...HEAD diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..55cb7d7 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2018 Syndicate LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ed127e --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# TechnicPack Launcher Api + +This package provides the endpoints necessary for the TechnicPack Launcher to +load a modpack, its builds and the mods related with a build. + +## Versioning + +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/technicpack/launcher-api/tags). + +## Authors + +* **Kyle Klaus** - *Initial work* - [Indemnity83](https://github.com/indemnity83) + +See also the list of [contributors](https://github.com/technicpack/launcher-api/contributors) who participated in this project. + +## License + +This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details