You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,8 @@ Architectures / C compilers where C types don't comply with ```sizeof(int) == 4
19
19
[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```.
20
20
21
21
[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