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 ++++++ 1 file changed, 6 insertions(+) (limited to 'gba/source/serialize.c') 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" -- cgit 1.4.1