mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-05 21:11:02 +02:00
Update copyright
This commit is contained in:
parent
0e3490357d
commit
fcdfdad403
2
main.go
2
main.go
@ -1,4 +1,4 @@
|
||||
// Copyright (C) 2018-2019 CornierKhan1
|
||||
// Copyright (C) 2018-2020 CornierKhan1
|
||||
//
|
||||
// WiiSOAP is SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP.
|
||||
//
|
||||
|
10
structure.go
10
structure.go
@ -1,8 +1,4 @@
|
||||
package main
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
// Copyright (C) 2018-2019 CornierKhan1
|
||||
// Copyright (C) 2018-2020 CornierKhan1
|
||||
//
|
||||
// WiiSOAP is SOAP Server Software, designed specifically to handle Wii Shop Channel SOAP.
|
||||
//
|
||||
@ -19,6 +15,10 @@ import "encoding/xml"
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
package main
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
/////////////////////
|
||||
// SOAP STRUCTURES //
|
||||
/////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user