From a50674d087ef0e49667064f4087fc17a21a7befd Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Fri, 11 Sep 2009 21:21:33 -0400 Subject: [PATCH] add contributors list to documentation --- README.markdown | 6 +++++- jquery.expandable.js | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) 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($) {