From fcdfdad4039199c440ef65c46cbc2c65cfd879c7 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 28 Jul 2020 00:40:55 -0500 Subject: [PATCH] Update copyright --- main.go | 2 +- structure.go | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main.go b/main.go index 4870342..2ea68cc 100644 --- a/main.go +++ b/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. // diff --git a/structure.go b/structure.go index 11b416c..eaf9af5 100644 --- a/structure.go +++ b/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 // /////////////////////