From c1918998f7169d3ee482c92837393d88d3333d27 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 24 Jan 2013 09:49:55 +0100 Subject: Fix copyright notice. In practice reverting commit 75505b10abc097c123c427b5df553839383bf0d1 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. * * -- cgit v0.10.1