Skip to content

Commit

Permalink
update contributors, copyright, and add jquery plugin manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonaaron committed Feb 8, 2013
1 parent 9f05813 commit 04a6938
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2010, Brandon Aaron (http://brandonaaron.net/)
Copyright 2013, Brandon Aaron (http://brandonaaron.net/)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -17,4 +17,4 @@ 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.
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ The expandable plugin has 5 settings:

The expandable plugin is licensed under the MIT License (LICENSE.txt).

Copyright (c) 2010 [Brandon Aaron](http://brandonaaron.net)
Copyright (c) 2013 [Brandon Aaron](http://brandonaaron.net)

## Contributors

Karl Swedberg
Pistos
26 changes: 26 additions & 0 deletions expandable.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "expandable",
"title": "jQuery Expandable",
"description": "A jQuery plugin that auto-expands textareas to fit the contents as a user types.",
"keywords": [
"expandable"
"textarea"
],
"version": "1.1.0",
"author": {
"name": "Brandon Aaron",
"url": "http://brandonaaron.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/brandonaaron/jquery-expandable/master/LICENSE.txt"
}
],
"bugs": "https://github.com/brandonaaron/jquery-expandable/issues",
"homepage": "https://github.com/brandonaaron/jquery-expandable",
"download": "https://github.com/brandonaaron/jquery-expandable/tags",
"dependencies": {
"jquery": ">=1.2.6"
}
}
5 changes: 3 additions & 2 deletions jquery.expandable.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
/*! Copyright (c) 2013 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Version 1.0
* Version 1.1.0
*
* Contributions by:
* - Karl Swedberg
* - Pistos
*/

(function($) {
Expand Down

0 comments on commit 04a6938

Please sign in to comment.