From a50fdabd36cbbd1c8629d9782a772bde5a547b8b Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 10 Apr 2015 14:27:21 +0200 Subject: [PATCH] tests: fix needless lines in license headers --- tests/stream_buffer.c | 2 -- tests/stream_buffer.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/stream_buffer.c b/tests/stream_buffer.c index 6eae0b1..e8bbae5 100644 --- a/tests/stream_buffer.c +++ b/tests/stream_buffer.c @@ -1,5 +1,4 @@ /**************************************************************************** -** ** GeomIO Library ** Copyright FougSys (2 Mar. 2015) ** contact@fougsys.fr @@ -12,7 +11,6 @@ ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL ** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". -** ****************************************************************************/ #include "stream_buffer.h" diff --git a/tests/stream_buffer.h b/tests/stream_buffer.h index c6ed636..c95b78d 100644 --- a/tests/stream_buffer.h +++ b/tests/stream_buffer.h @@ -1,5 +1,4 @@ /**************************************************************************** -** ** GeomIO Library ** Copyright FougSys (2 Mar. 2015) ** contact@fougsys.fr @@ -12,7 +11,6 @@ ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL ** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". -** ****************************************************************************/ #ifndef GMIO_STREAM_BUFFER_H