From d71b885e6d255ee04ea819cb815a2a7a88e89f0c Mon Sep 17 00:00:00 2001 From: Mike Dvorkin Date: Wed, 2 Feb 2011 22:48:27 -0800 Subject: [PATCH] Updated copyright year --- LICENSE | 3 ++- README.md | 2 +- lib/ap.rb | 2 +- lib/ap/awesome_print.rb | 2 +- lib/ap/core_ext/array.rb | 2 +- lib/ap/core_ext/class.rb | 2 +- lib/ap/core_ext/kernel.rb | 2 +- lib/ap/core_ext/logger.rb | 2 +- lib/ap/core_ext/method.rb | 2 +- lib/ap/core_ext/object.rb | 2 +- lib/ap/core_ext/string.rb | 2 +- lib/ap/mixin/action_view.rb | 2 +- lib/ap/mixin/active_record.rb | 2 +- lib/ap/mixin/active_support.rb | 2 +- lib/awesome_print.rb | 2 +- rails/init.rb | 2 +- spec/spec_helper.rb | 2 +- 17 files changed, 18 insertions(+), 17 deletions(-) diff --git a/LICENSE b/LICENSE index d85cb61..0a32ee5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) 2010 Michael Dvorkin +Copyright (c) 2010-2011 Michael Dvorkin +twitter.com/mid %w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@" Permission is hereby granted, free of charge, to any person obtaining diff --git a/README.md b/README.md index 8d079e5..1cf5e19 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ For example: * Tobias Crawley -- http://github.com/tobias ### License ### -Copyright (c) 2010 Michael Dvorkin +Copyright (c) 2010-2011 Michael Dvorkin twitter.com/mid %w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@" diff --git a/lib/ap.rb b/lib/ap.rb index 72637bc..835355b 100755 --- a/lib/ap.rb +++ b/lib/ap.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/awesome_print.rb b/lib/ap/awesome_print.rb index 29f910d..e17fb36 100755 --- a/lib/ap/awesome_print.rb +++ b/lib/ap/awesome_print.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/array.rb b/lib/ap/core_ext/array.rb index 60e126b..ea8f542 100644 --- a/lib/ap/core_ext/array.rb +++ b/lib/ap/core_ext/array.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/class.rb b/lib/ap/core_ext/class.rb index 07f28cf..cc15bdb 100644 --- a/lib/ap/core_ext/class.rb +++ b/lib/ap/core_ext/class.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/kernel.rb b/lib/ap/core_ext/kernel.rb index 3ba4959..5f93600 100644 --- a/lib/ap/core_ext/kernel.rb +++ b/lib/ap/core_ext/kernel.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/logger.rb b/lib/ap/core_ext/logger.rb index 7f82531..a0e5720 100644 --- a/lib/ap/core_ext/logger.rb +++ b/lib/ap/core_ext/logger.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/method.rb b/lib/ap/core_ext/method.rb index f608e36..d710c38 100644 --- a/lib/ap/core_ext/method.rb +++ b/lib/ap/core_ext/method.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/object.rb b/lib/ap/core_ext/object.rb index 2d7c0a6..7569d57 100644 --- a/lib/ap/core_ext/object.rb +++ b/lib/ap/core_ext/object.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/core_ext/string.rb b/lib/ap/core_ext/string.rb index 671d998..9aaffab 100644 --- a/lib/ap/core_ext/string.rb +++ b/lib/ap/core_ext/string.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/mixin/action_view.rb b/lib/ap/mixin/action_view.rb index 40c74f3..1a34c6e 100644 --- a/lib/ap/mixin/action_view.rb +++ b/lib/ap/mixin/action_view.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/mixin/active_record.rb b/lib/ap/mixin/active_record.rb index e13a176..3f7a8cd 100644 --- a/lib/ap/mixin/active_record.rb +++ b/lib/ap/mixin/active_record.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/ap/mixin/active_support.rb b/lib/ap/mixin/active_support.rb index 3b3aea5..c906841 100644 --- a/lib/ap/mixin/active_support.rb +++ b/lib/ap/mixin/active_support.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/lib/awesome_print.rb b/lib/awesome_print.rb index 2d4aed5..fc1cc15 100755 --- a/lib/awesome_print.rb +++ b/lib/awesome_print.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/rails/init.rb b/rails/init.rb index e22a456..7cdf064 100644 --- a/rails/init.rb +++ b/rails/init.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 002a9bf..1f7e817 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010 Michael Dvorkin +# Copyright (c) 2010-2011 Michael Dvorkin # # Awesome Print is freely distributable under the terms of MIT license. # See LICENSE file or http://www.opensource.org/licenses/mit-license.php