Skip to content

Commit

Permalink
Merge branch 'feature/fuel-package' into develop
Browse files Browse the repository at this point in the history
* feature/fuel-package:
  Add copyright notice and copy of MIT license.
  Move LICENSE.txt -> LICENSE
  Change installation instructions to take account of the fact that Casset is now a package.
  • Loading branch information
canton7 committed Jun 9, 2011
2 parents 405261e + 4d27863 commit 1102e0d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
19 changes: 19 additions & 0 deletions LICENSE
@@ -0,0 +1,19 @@
Copyright (C) <2011> by <Antony Male>

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.
1 change: 1 addition & 0 deletions bootstrap.php
Expand Up @@ -7,6 +7,7 @@
* @version v1.1
* @author Antony Male
* @license MIT License
* @copyright 2011 Antony Male
* @link http://github.com/canton7/fuelphp-casset
*/

Expand Down
1 change: 1 addition & 0 deletions classes/casset.php
Expand Up @@ -7,6 +7,7 @@
* @version v1.1
* @author Antony Male
* @license MIT License
* @copyright 2011 Antony Male
* @link http://github.com/canton7/fuelphp-casset
*/

Expand Down
File renamed without changes.
7 changes: 4 additions & 3 deletions readme.md
Expand Up @@ -10,9 +10,10 @@ Thanks to Stephen Clay (and Douglas Crockford) for writing the minification libr
Installation
------------

1. Clone / download
2. Copy classes/casset.php and classes/casset into app/classes/
3. Copy config/casset.php into app/config/ (optional, casset has sensible defaults)
### Manual
1. Clone / [download](https://github.com/canton7/fuelphp-casset/zipball/master)
2. Stick in fuel/packages/
3. Optionally edit fuel/packages/casset/config/casset.php (the defaults are sensible)
4. Create public/assets/cache
5. Enjoy

Expand Down

0 comments on commit 1102e0d

Please sign in to comment.