Skip to content

Commit 5aa4da8

Browse files
committed
initial commit
1 parent 68a3d2b commit 5aa4da8

3 files changed

Lines changed: 1436 additions & 0 deletions

File tree

NetCDF_COPYRIGHT

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*! \file
2+
The NetCDF Copyright.
3+
4+
\page copyright Copyright
5+
6+
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
7+
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
8+
University Corporation for Atmospheric Research/Unidata.
9+
10+
Portions of this software were developed by the Unidata Program at the
11+
University Corporation for Atmospheric Research.
12+
13+
Access and use of this software shall impose the following obligations
14+
and understandings on the user. The user is granted the right, without
15+
any fee or cost, to use, copy, modify, alter, enhance and distribute
16+
this software, and any derivative works thereof, and its supporting
17+
documentation for any purpose whatsoever, provided that this entire
18+
notice appears in all copies of the software, derivative works and
19+
supporting documentation. Further, UCAR requests that the user credit
20+
UCAR/Unidata in any publications that result from the use of this
21+
software or in any product that includes this software, although this
22+
is not an obligation. The names UCAR and/or Unidata, however, may not
23+
be used in any advertising or publicity to endorse or promote any
24+
products or commercial entity unless specific written permission is
25+
obtained from UCAR/Unidata. The user also understands that
26+
UCAR/Unidata is not obligated to provide the user with any support,
27+
consulting, training or assistance of any kind with regard to the use,
28+
operation and performance of this software nor to provide the user
29+
with any updates, revisions, new versions or "bug fixes."
30+
31+
THIS SOFTWARE IS PROVIDED BY UCAR/UNIDATA "AS IS" AND ANY EXPRESS OR
32+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
33+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
34+
DISCLAIMED. IN NO EVENT SHALL UCAR/UNIDATA BE LIABLE FOR ANY SPECIAL,
35+
INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
36+
FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
37+
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
38+
WITH THE ACCESS, USE OR PERFORMANCE OF THIS SOFTWARE.
39+
*/

dub.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "netcdf",
3+
"description": "D bindings to the NetCDF library",
4+
"homepage": "https://github.com/John-Colvin/NetCDF",
5+
"license": "NetCDF",
6+
7+
"targetType": "sourceLibrary",
8+
"sourcePaths": ["."],
9+
"importPaths": ["."],
10+
11+
"libs": ["netcdf"]
12+
}

0 commit comments

Comments
 (0)