Replace "Reeder" with "RubyTldr" in file header of "tldr"

master
Marvin Johanning 2020-02-06 16:54:19 +01:00
parent 39a5063a44
commit 68c7e7df63
1 changed files with 4 additions and 4 deletions

8
tldr
View File

@ -4,22 +4,22 @@
Copyright 2017-2020 Marvin Johanning
This file is part of RubyTldr (rtldr).
Reeder is free software: you can redistribute it and/or modify
RubyTldr is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Reeder is distributed in the hope that it will be useful,
RubyTldr is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Reeder. If not, see <http://www.gnu.org/licenses/>.
along with RubyTldr. If not, see <http://www.gnu.org/licenses/>.
=end
#For loading the tldr.rb file when the executable tldr file is located within the same folder as tldr.rb
#load "#{File.dirname(__FILE__)}/lib/bin/tldr.rb"
#load "#{File.dirname(__FILE__)}/lib/bin/tldr.rb"
#For loading the tldr.rb file when the executable tldr file is located in the .rtldr folder
load "~/.rtldr/lib/bin/tldr.rb"