summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.markdown6
-rw-r--r--jquery.expandable.js3
2 files changed, 8 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index ace1037..ebb83f4 100644
--- a/README.markdown
+++ b/README.markdown
@@ -17,4 +17,8 @@ The expandable plugin has 4 settings:
The expandable plugin is dual licensed *(just like jQuery)* under the [MIT](http://www.opensource.org/licenses/mit-license.php) and [GPL](http://www.opensource.org/licenses/gpl-license.php) licenses.
-Copyright (c) 2008 [Brandon Aaron](http://brandonaaron.net) \ No newline at end of file
+Copyright (c) 2008 [Brandon Aaron](http://brandonaaron.net)
+
+## Contributors
+
+Karl Swedberg \ No newline at end of file
diff --git a/jquery.expandable.js b/jquery.expandable.js
index 2140976..1eec93a 100644
--- a/jquery.expandable.js
+++ b/jquery.expandable.js
@@ -1,6 +1,9 @@
/*! Copyright (c) 2008 Brandon Aaron (http://brandonaaron.net)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
+ *
+ * Contributions by:
+ * - Karl Swedberg
*/
(function($) {