From 8ad189bc5a88f43e688fc980db30169f0adac0fb Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 18 Aug 2017 13:58:20 -0400 Subject: Added copyright info to the top of three new files --- gba/source/serialize.c | 6 ++++++ gba/source/serialize.h | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'gba/source') diff --git a/gba/source/serialize.c b/gba/source/serialize.c index 6303772..72afe2f 100644 --- a/gba/source/serialize.c +++ b/gba/source/serialize.c @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2017 hatkirby + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ #include "serialize.h" #include "gamedata.h" #include "link.h" diff --git a/gba/source/serialize.h b/gba/source/serialize.h index 21049c5..38a4d6b 100644 --- a/gba/source/serialize.h +++ b/gba/source/serialize.h @@ -1,3 +1,9 @@ +/* + * Copyright (C) 2017 hatkirby + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ #ifndef POKEMON_H_67C60AC1 #define POKEMON_H_67C60AC1 -- cgit 1.4.1