about summary refs log tree commit diff stats
path: root/gba/source
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-08-18 13:58:20 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-08-18 13:58:20 -0400
commit8ad189bc5a88f43e688fc980db30169f0adac0fb (patch)
treeb81011c39e01fce719bb4aba8cbfb9bad36c5d6b /gba/source
parent08dfb0aa80668b80c4a31bd064f5f2d729e5b7f6 (diff)
downloadgen3uploader-8ad189bc5a88f43e688fc980db30169f0adac0fb.tar.gz
gen3uploader-8ad189bc5a88f43e688fc980db30169f0adac0fb.tar.bz2
gen3uploader-8ad189bc5a88f43e688fc980db30169f0adac0fb.zip
Added copyright info to the top of three new files
Diffstat (limited to 'gba/source')
-rw-r--r--gba/source/serialize.c6
-rw-r--r--gba/source/serialize.h6
2 files changed, 12 insertions, 0 deletions
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 @@
1/*
2 * Copyright (C) 2017 hatkirby
3 *
4 * This software may be modified and distributed under the terms
5 * of the MIT license. See the LICENSE file for details.
6 */
1#include "serialize.h" 7#include "serialize.h"
2#include "gamedata.h" 8#include "gamedata.h"
3#include "link.h" 9#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 @@
1/*
2 * Copyright (C) 2017 hatkirby
3 *
4 * This software may be modified and distributed under the terms
5 * of the MIT license. See the LICENSE file for details.
6 */
1#ifndef POKEMON_H_67C60AC1 7#ifndef POKEMON_H_67C60AC1
2#define POKEMON_H_67C60AC1 8#define POKEMON_H_67C60AC1
3 9