From 4e93afe2fc703b2be663a9e4aea8e39e948d2bcd Mon Sep 17 00:00:00 2001 From: Denver Gingerich Date: Mon, 16 Jan 2017 21:17:05 +0000 Subject: [PATCH] update user-visible (C) notice; missed in 3af36c7 --- sgx-catapult.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sgx-catapult.rb b/sgx-catapult.rb index fb6b95852ec3ff2672397478fc016acdf3138cd9..0acdf3922fa772ae90cad25adaa667ccf9c18b42 100755 --- a/sgx-catapult.rb +++ b/sgx-catapult.rb @@ -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)