diff options
author | John Mair <jrmair@gmail.com> | 2011-03-05 02:17:03 +1300 |
---|---|---|
committer | John Mair <jrmair@gmail.com> | 2011-03-05 02:17:03 +1300 |
commit | c8279c143d649e00da7929f52493e9e1fd9de0c9 (patch) | |
tree | 83ff93bbba3cba69c6703156de138947ea39826d /lib/method_source.rb | |
parent | 2475bb9273c102e5fd3bfe778ab792635ff43cda (diff) | |
download | method_source-c8279c143d649e00da7929f52493e9e1fd9de0c9.tar.gz |
changed (C) to 2011 from 2010
Diffstat (limited to 'lib/method_source.rb')
-rw-r--r-- | lib/method_source.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/method_source.rb b/lib/method_source.rb index 92b3522..ef2193c 100644 --- a/lib/method_source.rb +++ b/lib/method_source.rb @@ -1,4 +1,4 @@ -# (C) John Mair (banisterfiend) 2010 +# (C) John Mair (banisterfiend) 2011 # MIT License direc = File.dirname(__FILE__) |