From d4eb5af332ce518baa552c886caa0bf3b2864f75 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 11 Jul 2017 19:19:49 -0400 Subject: Major reformatting, cleaning up black magic --- gba/source/gamedata.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gba/source/gamedata.h') diff --git a/gba/source/gamedata.h b/gba/source/gamedata.h index 99dfa8e..4d0a2a9 100644 --- a/gba/source/gamedata.h +++ b/gba/source/gamedata.h @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2017 hatkirby + * Copyright (C) 2017 slipstream/RoL + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + */ #ifndef _GAMEDATA_H_ #define _GAMEDATA_H_ -- cgit 1.4.1