Change summary
sgx-catapult.rb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Detailed changes
@@ -360,8 +360,8 @@ module SGXcatapult
"API Secret is password, Phone Number is phone"+
".\n\nThe source code for this gateway is at " +
"https://github.com/ossguy/sgx-catapult ." +
- "\nCopyright (C) 2017 Denver Gingerich, " +
- "licensed under AGPLv3+."
+ "\nCopyright (C) 2017 Denver Gingerich and " +
+ "others, licensed under AGPLv3+."
n2 = Nokogiri::XML::Node.new 'nick',msg.document
n3 = Nokogiri::XML::Node.new 'username',msg.document
n4 = Nokogiri::XML::Node.new 'password',msg.document
@@ -389,8 +389,8 @@ module SGXcatapult
"account you want to use (ie. '+12345678901')" +
".\n\nThe source code for this gateway is at " +
"https://github.com/ossguy/sgx-catapult ." +
- "\nCopyright (C) 2017 Denver Gingerich, " +
- "licensed under AGPLv3+."
+ "\nCopyright (C) 2017 Denver Gingerich and " +
+ "others, licensed under AGPLv3+."
msg.add_child(x)
orig.add_child(msg)