From 901346cfaaf95e9817f87d97346e7c2ef2a2aac7 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 16 Apr 2020 15:02:34 +0200 Subject: [PATCH] add correct license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9ded1b..1376b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "xdrfile" version = "0.1.0" authors = ["Daniel Bauer "] -license = "GNU" +license = "LGPL-3.0-only" edition = "2018" description = "Wrapper around the gromacs libxdrfile library. Can be used to read and write gromacs trajectories in xtc and trr format." build = "build.rs"