diff options
author | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-24 08:49:55 (GMT) |
---|---|---|
committer | Magnus Lundborg <magnus.lundborg@scilifelab.se> | 2013-01-24 08:49:55 (GMT) |
commit | c1918998f7169d3ee482c92837393d88d3333d27 (patch) | |
tree | 54908565751f4e7fb3d03cbf1dc075b5787f0d26 /src | |
parent | b3d72d0035d5a7ab74b2c117dfa37505eec54514 (diff) |
Fix copyright notice. In practice reverting commit 75505b10abc097c123c427b5df553839383bf0d1
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tng_io.c | 2 | ||||
-rw-r--r-- | src/lib/tng_io.h | 8 | ||||
-rw-r--r-- | src/tests/tng_io_testing.c | 2 | ||||
-rw-r--r-- | src/tests/tng_parallel_read.c | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/tng_io.c b/src/lib/tng_io.c index ce59aab..d60f0fd 100644 --- a/src/lib/tng_io.c +++ b/src/lib/tng_io.c @@ -3,7 +3,7 @@ * VERSION 1.0 * * Written by Magnus Lundborg - * Copyright (c) 2012, Magnus Lundborg and The GROMACS development team. + * Copyright (c) 2012, The GROMACS development team. * Check out http://www.gromacs.org for more information. * * diff --git a/src/lib/tng_io.h b/src/lib/tng_io.h index 6dee4a0..577eee9 100644 --- a/src/lib/tng_io.h +++ b/src/lib/tng_io.h @@ -48,7 +48,7 @@ * * @section License * - * Copyright (c) 2012, Magnus Lundborg and The GROMACS development team. + * 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 @@ -1880,14 +1880,14 @@ tng_function_status tng_frame_particle_data_write(tng_trajectory_t tng_data, const int64_t val_first_particle, const int64_t val_n_particles, const void *data, - const tng_hash_mode hash_mode); + const tng_hash_mode hash_mode); tng_function_status tng_frame_particle_data_write_(tng_trajectory_t tng_data, const int64_t *frame_nr, const int64_t *block_id, - const int64_t *val_first_particle, + const int64_t *val_first_particle, const int64_t *val_n_particles, const void *data, - const tng_hash_mode *hash_mode) + const tng_hash_mode *hash_mode) { return(tng_frame_particle_data_write(tng_data, *frame_nr, *block_id, *val_first_particle, *val_n_particles, diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c index 989b8f6..7b88a9f 100644 --- a/src/tests/tng_io_testing.c +++ b/src/tests/tng_io_testing.c @@ -3,7 +3,7 @@ * VERSION 1.0 * * Written by Magnus Lundborg - * Copyright (c) 2012, Magnus Lundborg and The GROMACS development team. + * Copyright (c) 2012, The GROMACS development team. * Check out http://www.gromacs.org for more information. * * diff --git a/src/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c index b995137..ccf7f43 100644 --- a/src/tests/tng_parallel_read.c +++ b/src/tests/tng_parallel_read.c @@ -3,7 +3,7 @@ * VERSION 1.0 * * Written by Magnus Lundborg - * Copyright (c) 2012, Magnus Lundborg and The GROMACS development team. + * Copyright (c) 2012, The GROMACS development team. * Check out http://www.gromacs.org for more information. * * |