Small change in header license comment

This commit is contained in:
Daniele Tricoli 2011-01-15 07:04:34 +01:00
parent 39dfececd7
commit 69b4706be6
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,4 @@
/* oceanography.h -- liboceanography header.
*
/*
* Copyright 2011 Daniele Tricoli <eriol@mornie.org>
*
* This file is part of liboceanography.
@ -16,6 +15,9 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see http://www.gnu.org/licenses/.
*
*
* oceanography.h -- liboceanography header.
*/
#ifndef OCEANOGRAPHY_H

View File

@ -1,5 +1,4 @@
/* test_oceanography.c -- Unit tests for liboceanography.
*
/*
* Copyright 2011 Daniele Tricoli <eriol@mornie.org>
*
* This file is part of liboceanography.
@ -16,6 +15,9 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see http://www.gnu.org/licenses/.
*
*
* test_oceanography.c -- Unit tests for liboceanography.
*/
#include <math.h>