diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-21 12:11:26 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-21 12:11:26 (GMT) |
commit | ac02970216952c892c8897c9b932f323b7e4ab2c (patch) | |
tree | cb9878bde55ee9a5269b02c8378ca0babdc2f3cb /src/tests/tng_io_testing.c | |
parent | 4a269cbc3fb6dd17a08f798a3d8220d2905b5c1a (diff) |
Include licence info.
Diffstat (limited to 'src/tests/tng_io_testing.c')
-rw-r--r-- | src/tests/tng_io_testing.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 193e294..f8c610c 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -1,3 +1,18 @@ +/* This code is part of the tng binary trajectory format. + * + * VERSION 1.0 + * + * Written by Magnus Lundborg + * Copyright (c) 2012, The GROMACS development team. + * check out http://www.gromacs.org for more information. + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * as published by the Free Software Foundation; either version 2.1 + * of the License, or (at your option) any later version. + */ + #include <inttypes.h> #include <stdlib.h> #include <string.h> |