summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-03-05 02:17:03 +1300
committerJohn Mair <jrmair@gmail.com>2011-03-05 02:17:03 +1300
commitc8279c143d649e00da7929f52493e9e1fd9de0c9 (patch)
tree83ff93bbba3cba69c6703156de138947ea39826d
parent2475bb9273c102e5fd3bfe778ab792635ff43cda (diff)
downloadmethod_source-c8279c143d649e00da7929f52493e9e1fd9de0c9.tar.gz
changed (C) to 2011 from 2010
-rw-r--r--lib/method_source.rb2
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__)