*pulls rebrand card*

This commit is contained in:
CornierKhan1 2018-11-10 13:43:12 +11:00
parent ffb6d4d1ff
commit b614a573ce
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# SOAP-GO-OSC # WiiSOAP
Open Shop Channel's SOAP Server, designed specifically to handle Wii Shop Channel SOAP. 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? ## What's the difference between this repo and that other SOAP repo?

View File

@ -1,6 +1,6 @@
// Copyright (C) 2018 CornierKhan1 // 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 // 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 // it under the terms of the GNU Affero General Public License as published
@ -46,7 +46,7 @@ func CheckError(e error) {
func main() { func main() {
fmt.Println("Open SOAP-GO for Server Environments.") fmt.Println("WiiSOAP Shukaku.")
fmt.Println("Reading the Config...") fmt.Println("Reading the Config...")
configfile, err := os.Open("./config.xml") configfile, err := os.Open("./config.xml")
CheckError(err) CheckError(err)

View File

@ -4,7 +4,7 @@ import "encoding/xml"
// Copyright (C) 2018 CornierKhan1 // 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 // 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 // it under the terms of the GNU Affero General Public License as published