updating copyright

This commit is contained in:
brandonaaron
2009-03-21 22:42:53 -05:00
parent 942265b6fe
commit 7d6035e553
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ A jQuery plugin that adds cross-browser mouse wheel support.
The mousewheel 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)
Copyright (c) 2009 [Brandon Aaron](http://brandonaaron.net)

View File

@ -1,4 +1,4 @@
/*! Copyright (c) 2008 Brandon Aaron (http://brandonaaron.net)
/*! Copyright (c) 2009 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.
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.