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/lib | |
parent | 4a269cbc3fb6dd17a08f798a3d8220d2905b5c1a (diff) |
Include licence info.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/tng_io.c | 3 | ||||
-rw-r--r-- | src/lib/tng_io.h | 15 |
2 files changed, 15 insertions, 3 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index c9848ab..26fba06 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -13,9 +13,6 @@ * of the License, or (at your option) any later version. */ - -/* TODO: Make sure UTF-8 works properly */ - #include <inttypes.h> #include <limits.h> #include <stdlib.h> diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 62ab60d..a5ce6e7 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -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. + */ + /** @file tng_io.h * @brief API for input and output of tng trajectory files * @mainpage TNG: A flexible binary trajectory format |