Update copyright

This commit is contained in:
Spotlight 2020-07-28 00:40:55 -05:00
parent 0e3490357d
commit fcdfdad403
No known key found for this signature in database
GPG Key ID: 874AA355B3209BDC
2 changed files with 6 additions and 6 deletions

View File

@ -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.
//

View File

@ -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 //
/////////////////////