diff --git a/sgx-catapult.rb b/sgx-catapult.rb index c764bef87c5b6737f8eddf460e84d41919e473ab..60b75b675652555f6d8294fb95e7d0b8e88bfc6a 100755 --- a/sgx-catapult.rb +++ b/sgx-catapult.rb @@ -33,7 +33,7 @@ require 'log4r' $stdout.sync = true -puts "Soprani.ca/SMS Gateway for XMPP - Catapult v0.026\n\n" +puts "Soprani.ca/SMS Gateway for XMPP - Catapult v0.027\n\n" if ARGV.size != 9 then puts "Usage: sgx-catapult.rb " + @@ -693,7 +693,7 @@ module SGXcatapult ".\nUser Id is nick, API Token is username, " + "API Secret is password, Phone Number is phone"+ ".\n\nThe source code for this gateway is at " + - "https://github.com/ossguy/sgx-catapult ." + + "https://gitlab.com/ossguy/sgx-catapult ." + "\nCopyright (C) 2017 Denver Gingerich and " + "others, licensed under AGPLv3+." n2 = Nokogiri::XML::Node.new 'nick',msg.document @@ -722,7 +722,7 @@ module SGXcatapult "page as well as the Phone Number\nin your " + "account you want to use (ie. '+12345678901')" + ".\n\nThe source code for this gateway is at " + - "https://github.com/ossguy/sgx-catapult ." + + "https://gitlab.com/ossguy/sgx-catapult ." + "\nCopyright (C) 2017 Denver Gingerich and " + "others, licensed under AGPLv3+." msg.add_child(x)