aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bv-slice.scm2
-rw-r--r--tests/cmsg.scm2
-rw-r--r--tests/config-db.scm2
-rw-r--r--tests/config-expand.scm2
-rw-r--r--tests/config-fs.scm2
-rw-r--r--tests/config-parser.scm2
-rw-r--r--tests/config-value-parser.scm2
-rw-r--r--tests/envelope.scm2
-rw-r--r--tests/error-reporting.scm2
-rw-r--r--tests/message-handler.scm2
-rw-r--r--tests/mq-stream.scm2
-rw-r--r--tests/mq.scm3
-rw-r--r--tests/netstruct.scm2
-rw-r--r--tests/network-size.scm2
-rw-r--r--tests/repeated-condition.scm2
-rw-r--r--tests/time.scm2
-rw-r--r--tests/tokeniser.scm2
-rw-r--r--tests/update.scm2
-rw-r--r--tests/utils.scm2
19 files changed, 19 insertions, 20 deletions
diff --git a/tests/bv-slice.scm b/tests/bv-slice.scm
index 516f9db..44c45fb 100644
--- a/tests/bv-slice.scm
+++ b/tests/bv-slice.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/cmsg.scm b/tests/cmsg.scm
index abddcad..a8e60df 100644
--- a/tests/cmsg.scm
+++ b/tests/cmsg.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet. 1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
2;; Copyright (C) 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; GNUnet is free software: you can redistribute it and/or modify it 4;; GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/config-db.scm b/tests/config-db.scm
index 30f1507..fc171f8 100644
--- a/tests/config-db.scm
+++ b/tests/config-db.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/config-expand.scm b/tests/config-expand.scm
index 8badbf5..3b0c0ec 100644
--- a/tests/config-expand.scm
+++ b/tests/config-expand.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/config-fs.scm b/tests/config-fs.scm
index b194a6b..a4b2217 100644
--- a/tests/config-fs.scm
+++ b/tests/config-fs.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/config-parser.scm b/tests/config-parser.scm
index 0e0b817..c98cbf4 100644
--- a/tests/config-parser.scm
+++ b/tests/config-parser.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/config-value-parser.scm b/tests/config-value-parser.scm
index cc5113e..77a2885 100644
--- a/tests/config-value-parser.scm
+++ b/tests/config-value-parser.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/envelope.scm b/tests/envelope.scm
index c49c691..5cb3990 100644
--- a/tests/envelope.scm
+++ b/tests/envelope.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/error-reporting.scm b/tests/error-reporting.scm
index dfd72c3..1b92ca9 100644
--- a/tests/error-reporting.scm
+++ b/tests/error-reporting.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet. 1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
2;; Copyright (C) 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/message-handler.scm b/tests/message-handler.scm
index bd0eadd..863c115 100644
--- a/tests/message-handler.scm
+++ b/tests/message-handler.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/mq-stream.scm b/tests/mq-stream.scm
index 4a3793d..245512f 100644
--- a/tests/mq-stream.scm
+++ b/tests/mq-stream.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/mq.scm b/tests/mq.scm
index c4763c9..fae0a4f 100644
--- a/tests/mq.scm
+++ b/tests/mq.scm
@@ -1,6 +1,5 @@
1;; This file is part of GNUnet. 1;; This file is part of GNUnet.
2;; Copyright (C) 2012, 2018 GNUnet e.V. 2;; Copyright (C) 2012, 2018, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos
4;; 3;;
5;; GNUnet is free software: you can redistribute it and/or modify it 4;; GNUnet is free software: you can redistribute it and/or modify it
6;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/netstruct.scm b/tests/netstruct.scm
index 3a28edd..00b5bce 100644
--- a/tests/netstruct.scm
+++ b/tests/netstruct.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/network-size.scm b/tests/network-size.scm
index 9828d15..7ad56d1 100644
--- a/tests/network-size.scm
+++ b/tests/network-size.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet. 1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
2;; Copyright (C) 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/repeated-condition.scm b/tests/repeated-condition.scm
index 9ec322f..52ac0b1 100644
--- a/tests/repeated-condition.scm
+++ b/tests/repeated-condition.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/time.scm b/tests/time.scm
index 9edceeb..133f9c9 100644
--- a/tests/time.scm
+++ b/tests/time.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet. 1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
2;; Copyright (C) 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/tokeniser.scm b/tests/tokeniser.scm
index a18a85d..51d677b 100644
--- a/tests/tokeniser.scm
+++ b/tests/tokeniser.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet. 1;; This file is part of scheme-GNUnet, a partial Scheme port of GNUnet.
2;; Copyright (C) 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/update.scm b/tests/update.scm
index a9b7928..6a498ad 100644
--- a/tests/update.scm
+++ b/tests/update.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published
diff --git a/tests/utils.scm b/tests/utils.scm
index 220fb96..36a4306 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -1,5 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2021 Maxime Devos 2;; Copyright (C) 2021 GNUnet e.V.
3;; 3;;
4;; scheme-GNUnet is free software: you can redistribute it and/or modify it 4;; scheme-GNUnet is free software: you can redistribute it and/or modify it
5;; under the terms of the GNU Affero General Public License as published 5;; under the terms of the GNU Affero General Public License as published