summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMagnus Lundborg <magnus.lundborg@scilifelab.se>2013-01-21 12:11:26 (GMT)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>2013-01-21 12:11:26 (GMT)
commitac02970216952c892c8897c9b932f323b7e4ab2c (patch)
treecb9878bde55ee9a5269b02c8378ca0babdc2f3cb /src
parent4a269cbc3fb6dd17a08f798a3d8220d2905b5c1a (diff)
Include licence info.
Diffstat (limited to 'src')
-rw-r--r--src/lib/tng_io.c3
-rw-r--r--src/lib/tng_io.h15
-rw-r--r--src/tests/tng_io_read_pos.c15
-rw-r--r--src/tests/tng_io_testing.c15
-rw-r--r--src/tests/tng_parallel_read.c15
5 files changed, 60 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
diff --git a/src/tests/tng_io_read_pos.c b/src/tests/tng_io_read_pos.c
index 54193eb..a67f14c 100644
--- a/src/tests/tng_io_read_pos.c
+++ b/src/tests/tng_io_read_pos.c
@@ -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.
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <tng_io.h>
diff --git a/src/tests/tng_io_testing.c b/src/tests/tng_io_testing.c
index 193e294..f8c610c 100644
--- a/src/tests/tng_io_testing.c
+++ b/src/tests/tng_io_testing.c
@@ -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.
+ */
+
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/tests/tng_parallel_read.c b/src/tests/tng_parallel_read.c
index 64abb64..1df3b4c 100644
--- a/src/tests/tng_parallel_read.c
+++ b/src/tests/tng_parallel_read.c
@@ -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.
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <tng_io.h>
contact: Jan Huwald // Impressum