summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bench.c4
-rw-r--r--test/bench_cascade.c3
-rw-r--r--test/bench_http.c3
-rw-r--r--test/regress.c4
-rw-r--r--test/regress.h4
-rw-r--r--test/regress_dns.c4
-rw-r--r--test/regress_http.c4
-rw-r--r--test/regress_pthread.c3
-rw-r--r--test/regress_rpc.c4
-rw-r--r--test/regress_util.c3
-rw-r--r--test/regress_zlib.c3
11 files changed, 17 insertions, 22 deletions
diff --git a/test/bench.c b/test/bench.c
index 6f1789f4..c065bb97 100644
--- a/test/bench.c
+++ b/test/bench.c
@@ -1,6 +1,6 @@
/*
- * Copyright 2003 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/bench_cascade.c b/test/bench_cascade.c
index 1a243a05..fe80b990 100644
--- a/test/bench_cascade.c
+++ b/test/bench_cascade.c
@@ -1,6 +1,5 @@
/*
- * Copyright 2007 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/bench_http.c b/test/bench_http.c
index c9577abe..90d28b6a 100644
--- a/test/bench_http.c
+++ b/test/bench_http.c
@@ -1,6 +1,5 @@
/*
- * Copyright 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright 2008-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress.c b/test/regress.c
index 13782da6..8293f667 100644
--- a/test/regress.c
+++ b/test/regress.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2003, 2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress.h b/test/regress.h
index c84b1c43..b5b6f3e5 100644
--- a/test/regress.h
+++ b/test/regress.h
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress_dns.c b/test/regress_dns.c
index 08acffc7..7ddc962e 100644
--- a/test/regress_dns.c
+++ b/test/regress_dns.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2003-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress_http.c b/test/regress_http.c
index 2ad5befc..478a0d2e 100644
--- a/test/regress_http.c
+++ b/test/regress_http.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2003-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress_pthread.c b/test/regress_pthread.c
index 72323ca8..1499583d 100644
--- a/test/regress_pthread.c
+++ b/test/regress_pthread.c
@@ -1,6 +1,5 @@
/*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress_rpc.c b/test/regress_rpc.c
index 649d275d..879593c6 100644
--- a/test/regress_rpc.c
+++ b/test/regress_rpc.c
@@ -1,6 +1,6 @@
/*
- * Copyright (c) 2003-2006 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2003-2007 Niels Provos <provos@citi.umich.edu>
+ * Copyright (c) 2007-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress_util.c b/test/regress_util.c
index 7bdec59d..ec465a84 100644
--- a/test/regress_util.c
+++ b/test/regress_util.c
@@ -1,6 +1,5 @@
/*
- * Copyright (c) 2009 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2009 Nick Mathewson and Niels Provos
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/test/regress_zlib.c b/test/regress_zlib.c
index 089b9928..0e7d3081 100644
--- a/test/regress_zlib.c
+++ b/test/regress_zlib.c
@@ -1,6 +1,5 @@
/*
- * Copyright (c) 2008 Niels Provos <provos@citi.umich.edu>
- * All rights reserved.
+ * Copyright (c) 2008-2009 Niels Provos and Nick Mathewson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions