diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-04 13:41:42 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-11-04 13:41:42 (GMT) |
commit | 65443992d81a8845ba3597620d84e8652e83a254 (patch) | |
tree | f1a1c084c156210925d8009138a070d1cfb75366 /include/tng_io.h | |
parent | 0f1d005a2a7123f4077dbe3ff446ced8f240f1f8 (diff) |
Changed from LGPL 2.1 license to the Revised BSD license.
Diffstat (limited to 'include/tng_io.h')
-rw-r--r-- | include/tng_io.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 08eb0cb..f13563b 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -3,14 +3,12 @@ * VERSION 1.4 * * Written by Magnus Lundborg - * Copyright (c) 2012, The GROMACS development team. + * Copyright (c) 2012-2013, 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. + * modify it under the terms of the Revised BSD License. */ /** @file tng_io.h @@ -51,8 +49,8 @@ * Copyright (c) 2012, The GROMACS development team. * check out http://www.gromacs.org for more information. * - * The TNG API is released under LGPL 2.1 and is free to redistribute according - * to that license (or a later version of the LGPL license). + * The TNG API is released under the Revised BSD License and is free to + * redistribute according to that license. * * A license file (named COPYING) should be included with each copy of the API. * @@ -76,7 +74,8 @@ * * Revisions * - * v. 1.4 - More flexible support for digital signatures in header. + * v. 1.4 - Changed from LGPL to the Revised BSD License. + * - More flexible support for digital signatures in header. * - Block ID numbers changed. * * v. 1.3 - Second stable release of the API. |