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 --- include/pokemon.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/pokemon.h') 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 @@ +/* + * 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_AD844D6F #define POKEMON_H_AD844D6F -- cgit 1.4.1