From 333c2a9281201d97af2879df307a731d3824f2d0 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Thu, 7 Nov 2019 14:08:00 +0800 Subject: [PATCH] Revert e84c34b17a43e2fcfb622f12cb918e19aec6e2ba --- LICENSE | 2 +- README.md | 9 +++++++++ bin/pry | 3 +++ lib/pry.rb | 2 ++ lib/pry/cli.rb | 3 ++- 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 5c4a5131..efe99bbf 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ License (The MIT License) -Copyright (c) 2011-2019 The Pry Team +Copyright (c) 2018 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 7b8c574f..9d2c1161 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Pry ![Pry logo](https://www.dropbox.com/s/zp8o63kquby2rln/pry_logo_350.png?raw=1) +© John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2018
+ * http://pryrepl.org/ * [YARD API documentation](http://www.rubydoc.info/gems/pry) * [Wiki](https://github.com/pry/pry/wiki) @@ -426,3 +428,10 @@ License ------- The project uses the MIT License. See LICENSE.md for details. + +Contributors +------------ + +Pry is primarily the work of [John Mair (banisterfiend)](https://github.com/banister), for full list +of contributors see the +[contributors graph](https://github.com/pry/pry/graphs/contributors). diff --git a/bin/pry b/bin/pry index 59b1edbc..7cd68cb0 100755 --- a/bin/pry +++ b/bin/pry @@ -1,6 +1,9 @@ #!/usr/bin/env ruby # frozen_string_literal: true +# (C) John Mair (banisterfiend) +# MIT license + $0 = 'pry' require 'pry' diff --git a/lib/pry.rb b/lib/pry.rb index e2f06c45..3695010a 100644 --- a/lib/pry.rb +++ b/lib/pry.rb @@ -1,4 +1,6 @@ # frozen_string_literal: true +# (C) John Mair (banisterfiend) 2016 +# MIT License require 'pry/version' require 'pry/last_exception' diff --git a/lib/pry/cli.rb b/lib/pry/cli.rb index 504cc6c4..17c0d030 100644 --- a/lib/pry/cli.rb +++ b/lib/pry/cli.rb @@ -138,7 +138,8 @@ Pry::CLI.add_options do banner( "Usage: pry [OPTIONS]\n" \ "Start a Pry session.\n" \ - "See http://pryrepl.org/ for more information.\n" + "See http://pryrepl.org/ for more information.\n" \ + "Copyright (c) 2016 John Mair (banisterfiend)" \ ) on(