This commit is contained in:
Kyrylo Silin 2019-11-07 14:08:00 +08:00
parent 4d56ace896
commit 333c2a9281
5 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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<br>
* 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).

View File

@ -1,6 +1,9 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
# (C) John Mair (banisterfiend)
# MIT license
$0 = 'pry'
require 'pry'

View File

@ -1,4 +1,6 @@
# frozen_string_literal: true
# (C) John Mair (banisterfiend) 2016
# MIT License
require 'pry/version'
require 'pry/last_exception'

View File

@ -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(