From 6f6866eef67fac4e593fd19821f74e680be1bab9 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Wed, 15 Oct 2008 21:34:18 -0500 Subject: [PATCH] updating copyright --- README.markdown | 2 +- jquery.mousewheel.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 71588f345..531dde8dd 100644 --- a/README.markdown +++ b/README.markdown @@ -7,4 +7,4 @@ A jQuery plugin that adds cross-browser mouse wheel support. The batch 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) 2007 [Brandon Aaron](http://brandonaaron.net) \ No newline at end of file +Copyright (c) 2008 [Brandon Aaron](http://brandonaaron.net) \ No newline at end of file diff --git a/jquery.mousewheel.js b/jquery.mousewheel.js index 996ee72e2..c16a3fec8 100644 --- a/jquery.mousewheel.js +++ b/jquery.mousewheel.js @@ -1,4 +1,4 @@ -/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net) +/*! 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. * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.