diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-08-18 13:58:20 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-08-18 13:58:20 -0400 |
commit | 8ad189bc5a88f43e688fc980db30169f0adac0fb (patch) | |
tree | b81011c39e01fce719bb4aba8cbfb9bad36c5d6b /include/pokemon.h | |
parent | 08dfb0aa80668b80c4a31bd064f5f2d729e5b7f6 (diff) | |
download | gen3uploader-8ad189bc5a88f43e688fc980db30169f0adac0fb.tar.gz gen3uploader-8ad189bc5a88f43e688fc980db30169f0adac0fb.tar.bz2 gen3uploader-8ad189bc5a88f43e688fc980db30169f0adac0fb.zip |
Added copyright info to the top of three new files
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 93766ba..80e7ee7 100644 --- a/include/pokemon.h +++ b/include/pokemon.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_AD844D6F | 7 | #ifndef POKEMON_H_AD844D6F |
2 | #define POKEMON_H_AD844D6F | 8 | #define POKEMON_H_AD844D6F |
3 | 9 | ||