diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e5e6cba --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 Grzegorz Rajchman + +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. \ No newline at end of file diff --git a/README.md b/README.md index 20545ad..dbff485 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Latest (master): * Fixed #16: remove `white-space: nowrap` from external links to prevent breaking the page with flexbox layout * Fixed colored trackers in tooltips in Backlogs plugin * Fixed broken codebutton modal after making buttons wider +* Changed the license to MIT v1.6.0 (2015-06-10): @@ -156,10 +157,6 @@ v1.0.0 (2015-02-06): Initial version -## License - -[WTFPL](http://www.wtfpl.net/) - [SCSS]: http://sass-lang.com/ [normalize.css]: https://github.com/necolas/normalize.css [bootstrap-sass]: https://github.com/twbs/bootstrap-sass diff --git a/package.json b/package.json index 89b4cbc..97f5e68 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,22 @@ { "name": "PurpleMine2", - "version": "2.0.0", - "description": "A free Redmine 2.5+ theme written in SASS", + "description": "A free Redmine 2.5+ theme written in SCSS", "keywords": [ "redmine", "theme", "sass", "scss" ], - "author": "HolonGlobe", + "author": "mrliptontea", "repository": { "type": "git", - "url": "git@github.com:HolonGlobe/PurpleMine2.git" + "url": "git@github.com:mrliptontea/PurpleMine2.git" }, - "license": "WTFPL", + "license": "MIT", "bugs": { - "url": "https://github.com/HolonGlobe/PurpleMine2/issues" + "url": "https://github.com/mrliptontea/PurpleMine2/issues" }, - "homepage": "https://github.com/HolonGlobe/PurpleMine2", + "homepage": "https://github.com/mrliptontea/PurpleMine2", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-uglify": "^0.9.1",