From b614a573ce7c550cefb248688c2982807e154b34 Mon Sep 17 00:00:00 2001 From: CornierKhan1 Date: Sat, 10 Nov 2018 13:43:12 +1100 Subject: [PATCH] *pulls rebrand card* --- README.md | 2 +- main.go | 4 ++-- structure.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f267465..1c32961 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SOAP-GO-OSC +# WiiSOAP Open Shop Channel's SOAP Server, designed specifically to handle Wii Shop Channel SOAP. ## What's the difference between this repo and that other SOAP repo? diff --git a/main.go b/main.go index f4d2ba6..25b4ed0 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ // Copyright (C) 2018 CornierKhan1 // -// SOAP-GO-OSC is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP. +// WiiSOAP is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published @@ -46,7 +46,7 @@ func CheckError(e error) { func main() { - fmt.Println("Open SOAP-GO for Server Environments.") + fmt.Println("WiiSOAP Shukaku.") fmt.Println("Reading the Config...") configfile, err := os.Open("./config.xml") CheckError(err) diff --git a/structure.go b/structure.go index d2932de..87951d7 100644 --- a/structure.go +++ b/structure.go @@ -4,7 +4,7 @@ import "encoding/xml" // Copyright (C) 2018 CornierKhan1 // -// SOAP-GO-OSC is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP. +// WiiSOAP is Open Shop Channel's SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published