From 3723f677cf69197af75b4a3752742cd43ea68081 Mon Sep 17 00:00:00 2001 From: Michael Dvorkin Date: Thu, 19 Sep 2013 21:24:38 -0700 Subject: [PATCH] Happy new year ;-) --- LICENSE | 2 +- awesome_print.gemspec | 2 +- lib/ap.rb | 2 +- lib/awesome_print.rb | 2 +- lib/awesome_print/core_ext/array.rb | 2 +- lib/awesome_print/core_ext/class.rb | 2 +- lib/awesome_print/core_ext/kernel.rb | 2 +- lib/awesome_print/core_ext/logger.rb | 2 +- lib/awesome_print/core_ext/method.rb | 2 +- lib/awesome_print/core_ext/object.rb | 2 +- lib/awesome_print/core_ext/string.rb | 2 +- lib/awesome_print/ext/action_view.rb | 2 +- lib/awesome_print/ext/active_record.rb | 2 +- lib/awesome_print/ext/active_support.rb | 2 +- lib/awesome_print/ext/mongo_mapper.rb | 2 +- lib/awesome_print/ext/mongoid.rb | 2 +- lib/awesome_print/ext/no_brainer.rb | 2 +- lib/awesome_print/ext/nokogiri.rb | 2 +- lib/awesome_print/ext/ripple.rb | 2 +- lib/awesome_print/ext/sequel.rb | 2 +- lib/awesome_print/formatter.rb | 2 +- lib/awesome_print/inspector.rb | 2 +- lib/awesome_print/version.rb | 2 +- rails/init.rb | 2 +- spec/spec_helper.rb | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/LICENSE b/LICENSE index d402d4a..c835968 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2012 Michael Dvorkin +Copyright (c) 2010-2013 Michael Dvorkin http://www.dvorkin.net %w(mike dvorkin.net) * "@" || %w(mike fatfreecrm.com) * "@" diff --git a/awesome_print.gemspec b/awesome_print.gemspec index 4b45675..9336565 100644 --- a/awesome_print.gemspec +++ b/awesome_print.gemspec @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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.rb b/lib/ap.rb index 548abec..793a9af 100755 --- a/lib/ap.rb +++ b/lib/ap.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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 c7f7713..98d0c74 100755 --- a/lib/awesome_print.rb +++ b/lib/awesome_print.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/array.rb b/lib/awesome_print/core_ext/array.rb index f29f64e..ec1a1cd 100644 --- a/lib/awesome_print/core_ext/array.rb +++ b/lib/awesome_print/core_ext/array.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/class.rb b/lib/awesome_print/core_ext/class.rb index 763213b..5faac7e 100644 --- a/lib/awesome_print/core_ext/class.rb +++ b/lib/awesome_print/core_ext/class.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/kernel.rb b/lib/awesome_print/core_ext/kernel.rb index ab0ff75..a87d19c 100644 --- a/lib/awesome_print/core_ext/kernel.rb +++ b/lib/awesome_print/core_ext/kernel.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/logger.rb b/lib/awesome_print/core_ext/logger.rb index ddb1b52..516609c 100644 --- a/lib/awesome_print/core_ext/logger.rb +++ b/lib/awesome_print/core_ext/logger.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/method.rb b/lib/awesome_print/core_ext/method.rb index 8735e7f..a30b148 100644 --- a/lib/awesome_print/core_ext/method.rb +++ b/lib/awesome_print/core_ext/method.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/object.rb b/lib/awesome_print/core_ext/object.rb index d60938d..c58e279 100644 --- a/lib/awesome_print/core_ext/object.rb +++ b/lib/awesome_print/core_ext/object.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/core_ext/string.rb b/lib/awesome_print/core_ext/string.rb index 281ccb1..3fa1ed9 100644 --- a/lib/awesome_print/core_ext/string.rb +++ b/lib/awesome_print/core_ext/string.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/action_view.rb b/lib/awesome_print/ext/action_view.rb index a952589..c34e8d0 100644 --- a/lib/awesome_print/ext/action_view.rb +++ b/lib/awesome_print/ext/action_view.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/active_record.rb b/lib/awesome_print/ext/active_record.rb index 6ea3cff..b15f3c6 100644 --- a/lib/awesome_print/ext/active_record.rb +++ b/lib/awesome_print/ext/active_record.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/active_support.rb b/lib/awesome_print/ext/active_support.rb index 4d6f533..2774990 100644 --- a/lib/awesome_print/ext/active_support.rb +++ b/lib/awesome_print/ext/active_support.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/mongo_mapper.rb b/lib/awesome_print/ext/mongo_mapper.rb index cf65399..4e7a81a 100644 --- a/lib/awesome_print/ext/mongo_mapper.rb +++ b/lib/awesome_print/ext/mongo_mapper.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/mongoid.rb b/lib/awesome_print/ext/mongoid.rb index 8b31cce..7f8b8e0 100644 --- a/lib/awesome_print/ext/mongoid.rb +++ b/lib/awesome_print/ext/mongoid.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/no_brainer.rb b/lib/awesome_print/ext/no_brainer.rb index 78408a7..431509d 100644 --- a/lib/awesome_print/ext/no_brainer.rb +++ b/lib/awesome_print/ext/no_brainer.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/nokogiri.rb b/lib/awesome_print/ext/nokogiri.rb index 58cf65c..4d26c92 100644 --- a/lib/awesome_print/ext/nokogiri.rb +++ b/lib/awesome_print/ext/nokogiri.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/ripple.rb b/lib/awesome_print/ext/ripple.rb index e1fc03c..a98927a 100644 --- a/lib/awesome_print/ext/ripple.rb +++ b/lib/awesome_print/ext/ripple.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/ext/sequel.rb b/lib/awesome_print/ext/sequel.rb index b402471..75cfa23 100644 --- a/lib/awesome_print/ext/sequel.rb +++ b/lib/awesome_print/ext/sequel.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/formatter.rb b/lib/awesome_print/formatter.rb index 9dbdfe4..d92a236 100755 --- a/lib/awesome_print/formatter.rb +++ b/lib/awesome_print/formatter.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/inspector.rb b/lib/awesome_print/inspector.rb index 78fea6d..0893a90 100755 --- a/lib/awesome_print/inspector.rb +++ b/lib/awesome_print/inspector.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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/version.rb b/lib/awesome_print/version.rb index 07e526f..9da7b8f 100644 --- a/lib/awesome_print/version.rb +++ b/lib/awesome_print/version.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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 c9a87b2..ef0b919 100644 --- a/rails/init.rb +++ b/rails/init.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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 9b8870e..9a4ebab 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2012 Michael Dvorkin +# Copyright (c) 2010-2013 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