From 7b41bded0fdab7a08a3ea0f26e44878e72e4aafb Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 16 May 2018 10:24:51 -0600 Subject: [PATCH] fixed comments --- libhdf5/nc4hdf.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libhdf5/nc4hdf.c b/libhdf5/nc4hdf.c index 3492d4155..fc4b9c419 100644 --- a/libhdf5/nc4hdf.c +++ b/libhdf5/nc4hdf.c @@ -1,6 +1,8 @@ +/* Copyright 2003-2018, University Corporation for Atmospheric + * Research. See the COPYRIGHT file for copying and redistribution + * conditions. */ /** - * - * @file + * @file @internal * This file is part of netcdf-4, a netCDF-like interface for HDF5, or a * HDF5 backend for netCDF, depending on your point of view. * @@ -8,10 +10,6 @@ * the functions in this file are exposed in the exetnal API. These * functions handle the HDF interface. * - * Copyright 2003, University Corporation for Atmospheric - * Research. See the COPYRIGHT file for copying and redistribution - * conditions. - * * @author Ed Hartnett, Dennis Heimbigner, Ward Fisher */