From 3bf6d0d143cb64f17b93a5febe8f9b44374d32ad Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Fri, 28 Feb 2014 13:34:38 -0430 Subject: [PATCH] Added copyright information. --- island.c | 5 +++++ island.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/island.c b/island.c index 2912bd4..a449cff 100644 --- a/island.c +++ b/island.c @@ -1,3 +1,8 @@ +/** + * Copyright (c) 2014, Miguel Angel Astor Romero. All rights reserved. + * See the file LICENSE for more details. + */ + #ifndef __cplusplus #include diff --git a/island.h b/island.h index 5230be0..f4b9bd4 100644 --- a/island.h +++ b/island.h @@ -1,3 +1,8 @@ +/** + * Copyright (c) 2014, Miguel Angel Astor Romero. All rights reserved. + * See the file LICENSE for more details. + */ + #ifndef ISLAND_H #define ISLAND_H