Add MIT License
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
### HEAD
|
||||
* Add MIT License
|
||||
* Implement scribu's [Theme Wrapper](http://scribu.net/wordpress/theme-wrappers.html) (see `base.php`)
|
||||
* Move templates, `comments.php`, and `searchform.php` to `templates/` folder
|
||||
* Rename `loop-` files to `content-`
|
||||
|
||||
19
LICENSE.md
Normal file
19
LICENSE.md
Normal file
@@ -0,0 +1,19 @@
|
||||
Copyright (c) 2012 Ben Word and Scott Walkinshaw
|
||||
|
||||
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.
|
||||
15
README.md
15
README.md
@@ -15,6 +15,7 @@ Edit `inc/config.php` to enable support for major functionality and to define co
|
||||
|
||||
* HTML5 Boilerplate’s markup and `.htaccess`
|
||||
* Bootstrap from Twitter
|
||||
* Theme wrapper
|
||||
* Root relative URLs
|
||||
* Clean URLs (no more `/wp-content/`)
|
||||
* All static theme assets are rewritten to the website root (`/css/`, `/img/`, and `/js/`)
|
||||
@@ -43,17 +44,3 @@ Everyone is welcome to help improve this project. There are several ways you can
|
||||
* Mailing list: [http://groups.google.com/group/roots-theme](http://groups.google.com/group/roots-theme)
|
||||
* Twitter: [@retlehs](https://twitter.com/#!/retlehs)
|
||||
* Contributors: [https://github.com/retlehs/roots/contributors](https://github.com/retlehs/roots/contributors)
|
||||
|
||||
## License
|
||||
|
||||
### Major components:
|
||||
|
||||
* HTML5 Boilerplate: The Unlicense
|
||||
* Modernizr: MIT/BSD license
|
||||
* jQuery: MIT/GPL license
|
||||
* Normalize.css: Public Domain
|
||||
* Bootstrap: Apache 2.0 license
|
||||
|
||||
### Everything else:
|
||||
|
||||
The Unlicense (aka: public domain)
|
||||
Reference in New Issue
Block a user