summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-22 15:57:56 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-22 15:57:56 +0000
commit7a03e99b09663c4d35f5b103d8439b3413f05659 (patch)
tree9c625500bab52b74459bae84768f4a0d2110a5c1 /tests
parentdf29bb95b1017de3499eb53ae542c51692d229eb (diff)
Updated Copyright and authors.
Diffstat (limited to 'tests')
-rw-r--r--tests/basic_tests.c6
-rw-r--r--tests/login_tests.c6
-rw-r--r--tests/perfs.c6
-rw-r--r--tests/random_tests.c6
-rw-r--r--tests/tests.c6
5 files changed, 15 insertions, 15 deletions
diff --git a/tests/basic_tests.c b/tests/basic_tests.c
index 5a083619..ac7c0765 100644
--- a/tests/basic_tests.c
+++ b/tests/basic_tests.c
@@ -1,10 +1,10 @@
/*
* Lasso library C unit tests
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Author: Emmanuel Raviart <eraviart@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tests/login_tests.c b/tests/login_tests.c
index d1058d86..d83246e4 100644
--- a/tests/login_tests.c
+++ b/tests/login_tests.c
@@ -1,10 +1,10 @@
/*
* Lasso library C unit tests
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Author: Emmanuel Raviart <eraviart@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tests/perfs.c b/tests/perfs.c
index 764c1a8f..f7c4c147 100644
--- a/tests/perfs.c
+++ b/tests/perfs.c
@@ -1,10 +1,10 @@
/*
* Lasso library performance tests
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Author: Frederic Peters <fpeters@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tests/random_tests.c b/tests/random_tests.c
index 84eca66c..5cc6b3e9 100644
--- a/tests/random_tests.c
+++ b/tests/random_tests.c
@@ -1,10 +1,10 @@
/*
* Lasso library C unit tests
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Author: Emmanuel Raviart <eraviart@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/tests/tests.c b/tests/tests.c
index d51da761..b92844a0 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -1,10 +1,10 @@
/*
* Lasso library C unit tests
*
- * Copyright (C) 2004 Entr'ouvert
+ * Copyright (C) 2004, 2005 Entr'ouvert
* http://lasso.entrouvert.org
- *
- * Author: Emmanuel Raviart <eraviart@entrouvert.com>
+ *
+ * Authors: See AUTHORS file in top-level directory.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by