Skip to content

Commit 804deb6

Browse files
committed
licence info
1 parent 74f16e3 commit 804deb6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ Architectures / C compilers where C types don't comply with ```sizeof(int) == 4
1919
[1] Note that the function naming has not been changed. Functions with ```long```/```ulong``` in the name take ```c_long```/```c_ulong``` as parameters, functions with (u)longlong in the name take ```long```/```ulong```.
2020

2121
[2] Things will probably still work if you can avoid using the parts of the C API that use the offending types.
22+
23+
24+
Licence
25+
-------
26+
NetCDF uses a very liberal custom licence (see NetCDF_COPYRIGHT), which also applies to these bindings. Dub doesn't know about this license and will blindly complain that it is incompatible with everything. This does not mean it is incompatible with the other licenses you are using.

0 commit comments

Comments
 (0)