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 /src/tests | |
parent | 0f1d005a2a7123f4077dbe3ff446ced8f240f1f8 (diff) |
Changed from LGPL 2.1 license to the Revised BSD license.
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/tng_io_read_pos.c | 6 | ||||
-rw-r--r-- | src/tests/tng_io_read_pos_util.c | 8 | ||||
-rw-r--r-- | src/tests/tng_io_testing.c | 6 | ||||
-rw-r--r-- | src/tests/tng_parallel_read.c | 6 |
4 files changed, 9 insertions, 17 deletions
diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c index 118ccef..3ff7660 100644 --- a/src/tests/tng_io_read_pos.c +++ b/src/tests/tng_io_read_pos.c @@ -3,14 +3,12 @@ * VERSION 1.0 * * 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. */ #ifdef USE_STD_INTTYPES_H diff --git a/src/tests/tng_io_read_pos_util.c b/src/tests/tng_io_read_pos_util.c index 8d240e3..6dd6524 100644 --- a/src/tests/tng_io_read_pos_util.c +++ b/src/tests/tng_io_read_pos_util.c @@ -5,14 +5,12 @@ * VERSION 1.0 * * Written by Magnus Lundborg - * Copyright (c) 2012, The GROMACS development team. - * check out http://www.gromacs.org for more information. + * 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. */ #ifdef USE_STD_INTTYPES_H diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 158bcfa..a37710f 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -3,14 +3,12 @@ * VERSION 1.0 * * 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. */ #ifdef USE_STD_INTTYPES_H diff --git a/src/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c index a55a006..598d42a 100644 --- a/src/tests/tng_parallel_read.c +++ b/src/tests/tng_parallel_read.c @@ -5,14 +5,12 @@ * VERSION 1.0 * * 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. */ #include <stdlib.h> |