diff --git a/LICENSE b/LICENSE index 794751b7..1e1ea957 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ License (The MIT License) -Copyright (c) 2015 John Mair (banisterfiend) +Copyright (c) 2016 John Mair (banisterfiend) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index bb7c52e7..53ac38d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
![The Pry Logo](https://dl.dropbox.com/u/26521875/pry%20stuff/logo/pry_logo_350.png) -© John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2015
+© John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2016
**Please** [DONATE](http://pledgie.com/campaigns/15899) to the Pry project - Pry was a **huge** amount of work and every donation received is encouraging and supports Pry's continued development! diff --git a/lib/pry.rb b/lib/pry.rb index 0181cecd..fd33728e 100644 --- a/lib/pry.rb +++ b/lib/pry.rb @@ -1,4 +1,4 @@ -# (C) John Mair (banisterfiend) 2015 +# (C) John Mair (banisterfiend) 2016 # MIT License # require 'pp' diff --git a/lib/pry/cli.rb b/lib/pry/cli.rb index c00b48c4..ab81edcc 100644 --- a/lib/pry/cli.rb +++ b/lib/pry/cli.rb @@ -139,7 +139,7 @@ Pry::CLI.add_options do banner %{Usage: pry [OPTIONS] Start a Pry session. See http://pryrepl.org/ for more information. -Copyright (c) 2015 John Mair (banisterfiend) +Copyright (c) 2016 John Mair (banisterfiend) -- } on :e, :exec=, "A line of code to execute in context before the session starts" do |input|