update copyright year to 2015.

[ci skip]
This commit is contained in:
strcmp 2015-06-22 04:12:49 +01:00
parent 1f951143a1
commit bf2fbcc1d9
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ License
(The MIT License) (The MIT License)
Copyright (c) 2013 John Mair (banisterfiend) Copyright (c) 2015 John Mair (banisterfiend)
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -5,7 +5,7 @@
<center> <center>
![The Pry Logo](https://dl.dropbox.com/u/26521875/pry%20stuff/logo/pry_logo_350.png) ![The Pry Logo](https://dl.dropbox.com/u/26521875/pry%20stuff/logo/pry_logo_350.png)
© John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2013<br> © John Mair ([banisterfiend](https://twitter.com/banisterfiend)) 2015<br>
**Please** [DONATE](http://www.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! **Please** [DONATE](http://www.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!

View File

@ -1,4 +1,4 @@
# (C) John Mair (banisterfiend) 2013 # (C) John Mair (banisterfiend) 2015
# MIT License # MIT License
# #
require 'pp' require 'pp'

View File

@ -136,7 +136,7 @@ Pry::CLI.add_options do
banner %{Usage: pry [OPTIONS] banner %{Usage: pry [OPTIONS]
Start a Pry session. Start a Pry session.
See http://pryrepl.org/ for more information. See http://pryrepl.org/ for more information.
Copyright (c) 2013 John Mair (banisterfiend) Copyright (c) 2015 John Mair (banisterfiend)
-- --
} }
on :e, :exec=, "A line of code to execute in context before the session starts" do |input| on :e, :exec=, "A line of code to execute in context before the session starts" do |input|