We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc12e7 commit 930dd42Copy full SHA for 930dd42
1 file changed
hdf5-src/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hdf5-metno-src"
3
-license-file = "ext/hdf5/COPYING"
+license-file = "ext/hdf5/LICENSE"
4
build = "build.rs"
5
description = "Build script for compiling HDF5 C library from source."
6
links = "hdf5src"
@@ -12,7 +12,7 @@ include = [
12
"README.md",
13
"src/**/*.rs",
14
"ext/hdf5/**/CMakeLists.txt",
15
- "ext/hdf5/COPYING",
+ "ext/hdf5/LICENSE",
16
"ext/hdf5/**/*.h",
17
"ext/hdf5/**/*.c",
18
"ext/hdf5/**/*.am",
0 commit comments