aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2021-09-21 23:16:38 +0200
committerMaxime Devos <maximedevos@telenet.be>2021-09-21 23:16:38 +0200
commit749ced44b5baf6555dee1cd0c0f977b91670a547 (patch)
treed83f500f943fd74f7f5a781dee0d9e6c7579c266
parent3c91acbfcd0212286b15c7fc9474d79bf8b2b570 (diff)
downloadgnunet-scheme-749ced44b5baf6555dee1cd0c0f977b91670a547.tar.gz
gnunet-scheme-749ced44b5baf6555dee1cd0c0f977b91670a547.zip
Update copyright notices.
-rw-r--r--.gitignore2
-rw-r--r--.mailmap2
-rw-r--r--Makefile.am2
-rw-r--r--README.org2
-rw-r--r--ROADMAP.org2
-rw-r--r--configure.ac2
-rw-r--r--doc/gnudir3
-rw-r--r--doc/scheme-gnunet.tm2
-rw-r--r--examples/nse-web.scm2
-rw-r--r--gnu/extractor/enum.scm2
-rw-r--r--gnu/extractor/metaformats.scm2
-rw-r--r--gnu/extractor/metatypes.scm2
-rw-r--r--gnu/gnunet/concurrency/repeated-condition.scm2
-rw-r--r--gnu/gnunet/concurrency/update.scm2
-rw-r--r--gnu/gnunet/config/db.scm2
-rw-r--r--gnu/gnunet/config/default.conf2
-rw-r--r--gnu/gnunet/config/expand.scm3
-rw-r--r--gnu/gnunet/config/fs.scm2
-rw-r--r--gnu/gnunet/config/parser.scm3
-rw-r--r--gnu/gnunet/config/value-parser.scm3
-rw-r--r--gnu/gnunet/crypto/struct.scm3
-rw-r--r--gnu/gnunet/data-string.scm3
-rw-r--r--gnu/gnunet/directory.scm3
-rw-r--r--gnu/gnunet/fs-uri.scm3
-rw-r--r--gnu/gnunet/hashcode-ascii.scm3
-rw-r--r--gnu/gnunet/hashcode.scm1
-rw-r--r--gnu/gnunet/hashcode/struct.scm3
-rw-r--r--gnu/gnunet/icmp/struct.scm2
-rw-r--r--gnu/gnunet/message/protocols.scm3
-rw-r--r--gnu/gnunet/message/protocols.scmgen3
-rw-r--r--gnu/gnunet/metadata.scm3
-rw-r--r--gnu/gnunet/metadata/struct.scm3
-rw-r--r--gnu/gnunet/mq-impl/stream.scm2
-rw-r--r--gnu/gnunet/mq.scm3
-rw-r--r--gnu/gnunet/mq/envelope.scm3
-rw-r--r--gnu/gnunet/mq/error-reporting.scm2
-rw-r--r--gnu/gnunet/mq/handler.scm2
-rw-r--r--gnu/gnunet/mq/prio-prefs.scm3
-rw-r--r--gnu/gnunet/mq/prio-prefs2.scm3
-rw-r--r--gnu/gnunet/netstruct/procedural.scm2
-rw-r--r--gnu/gnunet/netstruct/syntactic.scm2
-rw-r--r--gnu/gnunet/nse/client.scm2
-rw-r--r--gnu/gnunet/nse/struct.scm3
-rw-r--r--gnu/gnunet/scripts/download-store.scm2
-rw-r--r--gnu/gnunet/scripts/guix-stuff.scm2
-rw-r--r--gnu/gnunet/scripts/publish-store.scm2
-rw-r--r--gnu/gnunet/util/cmsg.scm2
-rw-r--r--gnu/gnunet/util/struct.scm3
-rw-r--r--gnu/gnunet/utils/bv-slice.scm2
-rw-r--r--gnu/gnunet/utils/decompress.scm2
-rw-r--r--gnu/gnunet/utils/hat-let.scm2
-rw-r--r--gnu/gnunet/utils/netstruct.scm2
-rw-r--r--gnu/gnunet/utils/platform-enum.scm2
-rw-r--r--gnu/gnunet/utils/tokeniser.scm3
-rw-r--r--guix.scm2
-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
74 files changed, 73 insertions, 96 deletions
diff --git a/.gitignore b/.gitignore
index cacd402..6e9b2dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
1# Copyright (C) 2020, 2021 Maxime Devos 1# Copyright (C) 2020, 2021 GNUnet e.V.
2# SPDX-License-Identifier: FSFAP 2# SPDX-License-Identifier: FSFAP
3# Copying and distribution of this file, with or without modification, 3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright 4# are permitted in any medium without royalty provided the copyright
diff --git a/.mailmap b/.mailmap
index dafd8ad..3e9d8a2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,4 +1,4 @@
1# Copyright (C) 2021 Maxime Devos 1# Copyright (C) 2021 GNUnet e.V.
2# SPDX-License-Identifier: FSFAP 2# SPDX-License-Identifier: FSFAP
3# Copying and distribution of this file, with or without modification, 3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright 4# are permitted in any medium without royalty provided the copyright
diff --git a/Makefile.am b/Makefile.am
index 4887bcb..a82f3f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2# Copyright (C) 2000-2012 Free Software Foundation, Inc. 2# Copyright (C) 2000-2012 Free Software Foundation, Inc.
3# Copyright (C) 2020, 2021 Maxime Devos 3# Copyright (C) 2020, 2021 GNUnet e.V.
4# 4#
5# Author (GnuTLS): Nikos Mavrogiannopoulos 5# Author (GnuTLS): Nikos Mavrogiannopoulos
6# Author (scheme-GNUnet): Maxime Devos 6# Author (scheme-GNUnet): Maxime Devos
diff --git a/README.org b/README.org
index 6940fac..984f77e 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
1# Copyright (C) 2020, 2021 Maxime Devos 1# Copyright (C) 2020, 2021 GNUnet e.V.
2# SPDX-License-Identifier: FSFAP 2# SPDX-License-Identifier: FSFAP
3# Copying and distribution of this file, with or without modification, 3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright 4# are permitted in any medium without royalty provided the copyright
diff --git a/ROADMAP.org b/ROADMAP.org
index 7882979..3d7b089 100644
--- a/ROADMAP.org
+++ b/ROADMAP.org
@@ -1,4 +1,4 @@
1# Copyright (C) 2020, 2021 Maxime Devos 1# Copyright (C) 2020, 2021 GNUnet e.V.
2# SPDX-License-Identifier: FSFAP 2# SPDX-License-Identifier: FSFAP
3# Copying and distribution of this file, with or without modification, 3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright 4# are permitted in any medium without royalty provided the copyright
diff --git a/configure.ac b/configure.ac
index 63bf98d..6b701e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2# Copyright (C) 2000-2012, 2016, 2019 Free Software Foundation, Inc. 2# Copyright (C) 2000-2012, 2016, 2019 Free Software Foundation, Inc.
3# Copyright (C) 2020, 2021 Maxime Devos 3# Copyright (C) 2020, 2021 GNUnet e.V.
4# 4#
5# Author (GnuTLS): Nikos Mavrogiannopoulos, Simon Josefsson 5# Author (GnuTLS): Nikos Mavrogiannopoulos, Simon Josefsson
6# Author (scheme-GNUnet): Maxime Devos 6# Author (scheme-GNUnet): Maxime Devos
diff --git a/doc/gnudir b/doc/gnudir
index 5fd950c..cc78149 100644
--- a/doc/gnudir
+++ b/doc/gnudir
@@ -1,6 +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) 2003, 2004, 2005, 2006, 2008, 2009, 2010 GNUnet e.V. 2;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos <maxime.devos@student.kuleuven.be>
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/doc/scheme-gnunet.tm b/doc/scheme-gnunet.tm
index 3031b04..83e0a0b 100644
--- a/doc/scheme-gnunet.tm
+++ b/doc/scheme-gnunet.tm
@@ -7,7 +7,7 @@
7 manual>|<doc-author|<author-data|<author-name|Maxime 7 manual>|<doc-author|<author-data|<author-name|Maxime
8 Devos>|<author-email|maximedevos@telenet.be>>>> 8 Devos>|<author-email|maximedevos@telenet.be>>>>
9 9
10 Copyright (C) 2021 Maxime Devos 10 Copyright (C) 2021 GNUnet e.V.
11 11
12 Permission is granted to copy, distribute and/or modify this document under 12 Permission is granted to copy, distribute and/or modify this document under
13 the terms of the GNU Free Documentation License, Version 1.3 or any later 13 the terms of the GNU Free Documentation License, Version 1.3 or any later
diff --git a/examples/nse-web.scm b/examples/nse-web.scm
index 8d9d810..2f6f9dc 100644
--- a/examples/nse-web.scm
+++ b/examples/nse-web.scm
@@ -1,4 +1,4 @@
1;; Copyright (C) 2021 Maxime Devos 1;; Copyright (C) 2021 GNUnet e.V.
2;; SPDX-License-Identifier: FSFAP 2;; SPDX-License-Identifier: FSFAP
3;; Copying and distribution of this file, with or without modification, 3;; Copying and distribution of this file, with or without modification,
4;; are permitted in any medium without royalty provided the copyright 4;; are permitted in any medium without royalty provided the copyright
diff --git a/gnu/extractor/enum.scm b/gnu/extractor/enum.scm
index e6d69e8..e2f1f93 100644
--- a/gnu/extractor/enum.scm
+++ b/gnu/extractor/enum.scm
@@ -1,7 +1,7 @@
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;; scheme-GNUnet contains scheme-extractor. 2;; scheme-GNUnet contains scheme-extractor.
3;; scheme-extractor is a partial Scheme port of libextractor. 3;; scheme-extractor is a partial Scheme port of libextractor.
4;; Copyright (C) 2020, 2021 Maxime Devos 4;; Copyright (C) 2020, 2021 GNUnet e.V.
5;; 5;;
6;; libextractor is free software; you can redistribute it and/or modify 6;; libextractor is free software; you can redistribute it and/or modify
7;; it under the terms of the GNU General Public License as published 7;; it under the terms of the GNU General Public License as published
diff --git a/gnu/extractor/metaformats.scm b/gnu/extractor/metaformats.scm
index 949b4e8..1fa3d84 100644
--- a/gnu/extractor/metaformats.scm
+++ b/gnu/extractor/metaformats.scm
@@ -2,7 +2,7 @@
2;; scheme-extractor is a partial Scheme port of libextractor. 2;; scheme-extractor is a partial Scheme port of libextractor.
3;; A previous iteration of this file is part of libextractor. 3;; A previous iteration of this file is part of libextractor.
4;; Copyright (C) 2002-2017 Vidyut Samanta and Christian Grothoff 4;; Copyright (C) 2002-2017 Vidyut Samanta and Christian Grothoff
5;; Copyright (C) 2020 Maxime Devos 5;; Copyright (C) 2020 GNUnet e.V.
6;; 6;;
7;; libextractor is free software; you can redistribute it and/or modify 7;; libextractor is free software; you can redistribute it and/or modify
8;; it under the terms of the GNU General Public License as published 8;; it under the terms of the GNU General Public License as published
diff --git a/gnu/extractor/metatypes.scm b/gnu/extractor/metatypes.scm
index 9f7b9c7..8c700e9 100644
--- a/gnu/extractor/metatypes.scm
+++ b/gnu/extractor/metatypes.scm
@@ -3,7 +3,7 @@
3;; scheme-extractor is a partial Scheme port of libextractor. 3;; scheme-extractor is a partial Scheme port of libextractor.
4;; A previous iteration of this file is part of libextractor. 4;; A previous iteration of this file is part of libextractor.
5;; Copyright (C) 2002-2017 Vidyut Samanta and Christian Grothoff 5;; Copyright (C) 2002-2017 Vidyut Samanta and Christian Grothoff
6;; Copyright (C) 2020 Maxime Devos 6;; Copyright (C) 2020 GNUnet e.V.
7;; 7;;
8;; libextractor is free software; you can redistribute it and/or modify 8;; libextractor is free software; you can redistribute it and/or modify
9;; it under the terms of the GNU General Public License as published 9;; it under the terms of the GNU General Public License as published
diff --git a/gnu/gnunet/concurrency/repeated-condition.scm b/gnu/gnunet/concurrency/repeated-condition.scm
index 70b14b2..34bf62c 100644
--- a/gnu/gnunet/concurrency/repeated-condition.scm
+++ b/gnu/gnunet/concurrency/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/gnu/gnunet/concurrency/update.scm b/gnu/gnunet/concurrency/update.scm
index 6a487cf..0d562fd 100644
--- a/gnu/gnunet/concurrency/update.scm
+++ b/gnu/gnunet/concurrency/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/gnu/gnunet/config/db.scm b/gnu/gnunet/config/db.scm
index 252b594..2806d1d 100644
--- a/gnu/gnunet/config/db.scm
+++ b/gnu/gnunet/config/db.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/gnu/gnunet/config/default.conf b/gnu/gnunet/config/default.conf
index ea019ef..11cc463 100644
--- a/gnu/gnunet/config/default.conf
+++ b/gnu/gnunet/config/default.conf
@@ -1,5 +1,5 @@
1# -*- coding: utf-8 -*- 1# -*- coding: utf-8 -*-
2# Copyright (C) 2020, 2021 Maxime Devos 2# Copyright (C) 2020, 2021 GNUnet e.V.
3# SPDX-License-Identifier: FSFAP 3# SPDX-License-Identifier: FSFAP
4# Copying and distribution of this file, with or without modification, 4# Copying and distribution of this file, with or without modification,
5# are permitted in any medium without royalty provided the copyright 5# are permitted in any medium without royalty provided the copyright
diff --git a/gnu/gnunet/config/expand.scm b/gnu/gnunet/config/expand.scm
index 6d032d4..338df3b 100644
--- a/gnu/gnunet/config/expand.scm
+++ b/gnu/gnunet/config/expand.scm
@@ -1,6 +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) 2006, 2007, 2008, 2009, 2013, 2020, 2021 GNUnet e.V.
3;; Copyright (C) 2006, 2007, 2008, 2009, 2013, 2020 GNUnet e.V.
4;; 3;;
5;; 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
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/gnu/gnunet/config/fs.scm b/gnu/gnunet/config/fs.scm
index 1a073ab..bce8296 100644
--- a/gnu/gnunet/config/fs.scm
+++ b/gnu/gnunet/config/fs.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/gnu/gnunet/config/parser.scm b/gnu/gnunet/config/parser.scm
index 022449e..3ac11c9 100644
--- a/gnu/gnunet/config/parser.scm
+++ b/gnu/gnunet/config/parser.scm
@@ -1,6 +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) 2006, 2007, 2008, 2009, 2013, 2020, 2021 GNUnet e.V.
3;; Copyright (C) 2006, 2007, 2008, 2009, 2013, 2020 GNUnet e.V.
4;; 3;;
5;; 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
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/gnu/gnunet/config/value-parser.scm b/gnu/gnunet/config/value-parser.scm
index b29dba0..8b5e574 100644
--- a/gnu/gnunet/config/value-parser.scm
+++ b/gnu/gnunet/config/value-parser.scm
@@ -1,6 +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) 2005-2021 GNUnet e.V.
3;; Copyright (C) 2005-2020 GNUnet e.V.
4;; 3;;
5;; 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
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/gnu/gnunet/crypto/struct.scm b/gnu/gnunet/crypto/struct.scm
index 7e728c8..cf4a87f 100644
--- a/gnu/gnunet/crypto/struct.scm
+++ b/gnu/gnunet/crypto/struct.scm
@@ -1,6 +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) 2001-2013 GNUnet e.V. 2;; Copyright (C) 2001-2013, 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/gnu/gnunet/data-string.scm b/gnu/gnunet/data-string.scm
index 5d6ae0e..a9fae71 100644
--- a/gnu/gnunet/data-string.scm
+++ b/gnu/gnunet/data-string.scm
@@ -1,6 +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) 2005--207 GNUnet e.V. 2;; Copyright (C) 2005--2007, 2020 GNUnet e.V.
3;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/directory.scm b/gnu/gnunet/directory.scm
index fbb79c2..f0c75d7 100644
--- a/gnu/gnunet/directory.scm
+++ b/gnu/gnunet/directory.scm
@@ -1,6 +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) 2003, 2004, 2006, 2009 GNUnet e.V. 2;; Copyright (C) 2003, 2004, 2006, 2009, 2020 GNUnet e.V.
3;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/fs-uri.scm b/gnu/gnunet/fs-uri.scm
index 3105614..dd610bf 100644
--- a/gnu/gnunet/fs-uri.scm
+++ b/gnu/gnunet/fs-uri.scm
@@ -1,6 +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) 2003--2014 GNUnet e.V. 2;; Copyright (C) 2003--2014, 2020 GNUnet e.V.
3;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/hashcode-ascii.scm b/gnu/gnunet/hashcode-ascii.scm
index 6345816..ca5c125 100644
--- a/gnu/gnunet/hashcode-ascii.scm
+++ b/gnu/gnunet/hashcode-ascii.scm
@@ -1,6 +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) 2001--2013 GNUnet e.V. 2;; Copyright (C) 2001--2013, 2020 GNUnet e.V.
3;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/hashcode.scm b/gnu/gnunet/hashcode.scm
index de68267..0689804 100644
--- a/gnu/gnunet/hashcode.scm
+++ b/gnu/gnunet/hashcode.scm
@@ -1,6 +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) 2006--2020 GNUnet e.V. 2;; Copyright (C) 2006--2020 GNUnet e.V.
3;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/hashcode/struct.scm b/gnu/gnunet/hashcode/struct.scm
index 7990e2d..549648d 100644
--- a/gnu/gnunet/hashcode/struct.scm
+++ b/gnu/gnunet/hashcode/struct.scm
@@ -1,6 +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) 2006--2020 GNUnet e.V. 2;; Copyright (C) 2006--2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/icmp/struct.scm b/gnu/gnunet/icmp/struct.scm
index 2a206d3..385a8d4 100644
--- a/gnu/gnunet/icmp/struct.scm
+++ b/gnu/gnunet/icmp/struct.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/gnu/gnunet/message/protocols.scm b/gnu/gnunet/message/protocols.scm
index c0c7e2f..76cd85c 100644
--- a/gnu/gnunet/message/protocols.scm
+++ b/gnu/gnunet/message/protocols.scm
@@ -1,7 +1,6 @@
1;; -*- scheme -*- Constants for network protocols 1;; -*- scheme -*- Constants for network protocols
2;; This file is part of scheme-GNUnet. 2;; This file is part of scheme-GNUnet.
3;; Copyright (C) 2001--2020 GNUnet e.V. 3;; Copyright (C) 2001--2021 GNUnet e.V.
4;; Copyright (C) 2021 Maxime Devos
5;; 4;;
6;; scheme-GNUnet is free software: you can redistribute it and/or modify it 5;; scheme-GNUnet is free software: you can redistribute it and/or modify it
7;; under the terms of the GNU General Public License as published by the 6;; under the terms of the GNU General Public License as published by the
diff --git a/gnu/gnunet/message/protocols.scmgen b/gnu/gnunet/message/protocols.scmgen
index 192f8bc..f89401b 100644
--- a/gnu/gnunet/message/protocols.scmgen
+++ b/gnu/gnunet/message/protocols.scmgen
@@ -1,7 +1,6 @@
1;; -*- scheme -*- Constants for network protocols 1;; -*- scheme -*- Constants for network protocols
2;; This file is part of scheme-GNUnet. 2;; This file is part of scheme-GNUnet.
3;; Copyright (C) 2001--2020 GNUnet e.V. 3;; Copyright (C) 2001--2021 GNUnet e.V.
4;; Copyright (C) 2021 Maxime Devos
5;; 4;;
6;; scheme-GNUnet is free software: you can redistribute it and/or modify it 5;; scheme-GNUnet is free software: you can redistribute it and/or modify it
7;; under the terms of the GNU General Public License as published by the 6;; under the terms of the GNU General Public License as published by the
diff --git a/gnu/gnunet/metadata.scm b/gnu/gnunet/metadata.scm
index b870dcd..fc57c48 100644
--- a/gnu/gnunet/metadata.scm
+++ b/gnu/gnunet/metadata.scm
@@ -1,6 +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) 2003, 2004, 2005, 2006, 2008, 2009, 2010 GNUnet e.V. 2;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2020 GNUnet e.V.
3;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
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/gnu/gnunet/metadata/struct.scm b/gnu/gnunet/metadata/struct.scm
index 1b54c6a..28e1f32 100644
--- a/gnu/gnunet/metadata/struct.scm
+++ b/gnu/gnunet/metadata/struct.scm
@@ -1,7 +1,6 @@
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;; Adapted from an iteration of (gnu gnunet metadata) 2;; Adapted from an iteration of (gnu gnunet metadata)
3;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010 GNUnet e.V. 3;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2020 GNUnet e.V.
4;; Copyright (C) 2020 Maxime Devos <maxime.devos@student.kuleuven.be>
5;; 4;;
6;; GNUnet is free software: you can redistribute it and/or modify it 5;; GNUnet is free software: you can redistribute it and/or modify it
7;; under the terms of the GNU Affero General Public License as published 6;; under the terms of the GNU Affero General Public License as published
diff --git a/gnu/gnunet/mq-impl/stream.scm b/gnu/gnunet/mq-impl/stream.scm
index ee49274..ae79ae1 100644
--- a/gnu/gnunet/mq-impl/stream.scm
+++ b/gnu/gnunet/mq-impl/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/gnu/gnunet/mq.scm b/gnu/gnunet/mq.scm
index 5cecae8..a980c56 100644
--- a/gnu/gnunet/mq.scm
+++ b/gnu/gnunet/mq.scm
@@ -1,6 +1,5 @@
1;; This file is part of GNUnet. 1;; This file is part of GNUnet.
2;; Copyright (C) 2012-2019 GNUnet e.V. 2;; Copyright (C) 2012-2019, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos (<maximedevos@telenet.be>)
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/gnu/gnunet/mq/envelope.scm b/gnu/gnunet/mq/envelope.scm
index 4826722..ef99748 100644
--- a/gnu/gnunet/mq/envelope.scm
+++ b/gnu/gnunet/mq/envelope.scm
@@ -1,6 +1,5 @@
1;; This file is part of GNUnet. 1;; This file is part of GNUnet.
2;; Copyright (C) 2012-2019 GNUnet e.V. 2;; Copyright (C) 2012-2019, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos (<maximedevos@telenet.be>)
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/gnu/gnunet/mq/error-reporting.scm b/gnu/gnunet/mq/error-reporting.scm
index 41f4f73..38af1ca 100644
--- a/gnu/gnunet/mq/error-reporting.scm
+++ b/gnu/gnunet/mq/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/gnu/gnunet/mq/handler.scm b/gnu/gnunet/mq/handler.scm
index 0192c0c..fcb10e2 100644
--- a/gnu/gnunet/mq/handler.scm
+++ b/gnu/gnunet/mq/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/gnu/gnunet/mq/prio-prefs.scm b/gnu/gnunet/mq/prio-prefs.scm
index 8d1f743..16d6d01 100644
--- a/gnu/gnunet/mq/prio-prefs.scm
+++ b/gnu/gnunet/mq/prio-prefs.scm
@@ -1,6 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2012-2016 GNUnet e.V. 2;; Copyright (C) 2012-2016, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos
4;; 3;;
5;; 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
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/gnu/gnunet/mq/prio-prefs2.scm b/gnu/gnunet/mq/prio-prefs2.scm
index 2bc7292..971b0b1 100644
--- a/gnu/gnunet/mq/prio-prefs2.scm
+++ b/gnu/gnunet/mq/prio-prefs2.scm
@@ -1,6 +1,5 @@
1;; This file is part of scheme-GNUnet. 1;; This file is part of scheme-GNUnet.
2;; Copyright (C) 2012-2016 GNUnet e.V. 2;; Copyright (C) 2012-2016, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos
4;; 3;;
5;; 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
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/gnu/gnunet/netstruct/procedural.scm b/gnu/gnunet/netstruct/procedural.scm
index fd5a6af..efcff58 100644
--- a/gnu/gnunet/netstruct/procedural.scm
+++ b/gnu/gnunet/netstruct/procedural.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) 2020, 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2020, 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/gnu/gnunet/netstruct/syntactic.scm b/gnu/gnunet/netstruct/syntactic.scm
index 57366ac..dde6664 100644
--- a/gnu/gnunet/netstruct/syntactic.scm
+++ b/gnu/gnunet/netstruct/syntactic.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) 2020, 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2020, 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/gnu/gnunet/nse/client.scm b/gnu/gnunet/nse/client.scm
index 21af1bb..7b0c6dd 100644
--- a/gnu/gnunet/nse/client.scm
+++ b/gnu/gnunet/nse/client.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 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/gnu/gnunet/nse/struct.scm b/gnu/gnunet/nse/struct.scm
index 4243e07..3434112 100644
--- a/gnu/gnunet/nse/struct.scm
+++ b/gnu/gnunet/nse/struct.scm
@@ -1,6 +1,5 @@
1;; This file is part of scheme-GNUnet 1;; This file is part of scheme-GNUnet
2;; Copyright (C) 2001-2011 GNUnet e.V. 2;; Copyright (C) 2001-2011, 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/gnu/gnunet/scripts/download-store.scm b/gnu/gnunet/scripts/download-store.scm
index 322062a..9a2ce1f 100644
--- a/gnu/gnunet/scripts/download-store.scm
+++ b/gnu/gnunet/scripts/download-store.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/gnu/gnunet/scripts/guix-stuff.scm b/gnu/gnunet/scripts/guix-stuff.scm
index ca129bb..4b9e486 100644
--- a/gnu/gnunet/scripts/guix-stuff.scm
+++ b/gnu/gnunet/scripts/guix-stuff.scm
@@ -1,7 +1,7 @@
1;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> 1;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
2;;; Copyright © 2013 Mark H Weaver <mhw@netris.org> 2;;; Copyright © 2013 Mark H Weaver <mhw@netris.org>
3;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> 3;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
4;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> 4;;; Copyright © 2021 GNUnet e.V.
5;;; 5;;;
6;;; This file is part of GNU Guix. 6;;; This file is part of GNU Guix.
7;;; 7;;;
diff --git a/gnu/gnunet/scripts/publish-store.scm b/gnu/gnunet/scripts/publish-store.scm
index a41a6c4..49eea3e 100644
--- a/gnu/gnunet/scripts/publish-store.scm
+++ b/gnu/gnunet/scripts/publish-store.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/gnu/gnunet/util/cmsg.scm b/gnu/gnunet/util/cmsg.scm
index 0b7014b..8379220 100644
--- a/gnu/gnunet/util/cmsg.scm
+++ b/gnu/gnunet/util/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/gnu/gnunet/util/struct.scm b/gnu/gnunet/util/struct.scm
index bdc62a5..f4c3cbb 100644
--- a/gnu/gnunet/util/struct.scm
+++ b/gnu/gnunet/util/struct.scm
@@ -1,6 +1,5 @@
1;; This file is part of GNUnet. 1;; This file is part of GNUnet.
2;; Copyright (C) 2006-2020 GNUnet e.V. 2;; Copyright (C) 2006-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/gnu/gnunet/utils/bv-slice.scm b/gnu/gnunet/utils/bv-slice.scm
index 6fc9d0d..2f0639e 100644
--- a/gnu/gnunet/utils/bv-slice.scm
+++ b/gnu/gnunet/utils/bv-slice.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) 2020, 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2020, 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/gnu/gnunet/utils/decompress.scm b/gnu/gnunet/utils/decompress.scm
index 03a4a43..898f123 100644
--- a/gnu/gnunet/utils/decompress.scm
+++ b/gnu/gnunet/utils/decompress.scm
@@ -1,7 +1,7 @@
1;;; Zlib bindings, adapted from Guile-zlib 1;;; Zlib bindings, adapted from Guile-zlib
2;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2020 Mathieu Othacehe <othacehe@gnu.org> 3;;; Copyright © 2020 Mathieu Othacehe <othacehe@gnu.org>
4;;; Copyright © 2020 Maxime Devos <maxime.devos@student.kuleuven.be> 4;;; Copyright © 2020 GNUnet e.V.
5;;; 5;;;
6;;; This file is part of Guile-zlib. 6;;; This file is part of Guile-zlib.
7;;; 7;;;
diff --git a/gnu/gnunet/utils/hat-let.scm b/gnu/gnunet/utils/hat-let.scm
index a2304ce..825c606 100644
--- a/gnu/gnunet/utils/hat-let.scm
+++ b/gnu/gnunet/utils/hat-let.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) 2020, 2021 Maxime Devos <maximedevos@telenet.be> 2;; Copyright (C) 2020, 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/gnu/gnunet/utils/netstruct.scm b/gnu/gnunet/utils/netstruct.scm
index 35f317d..639d018 100644
--- a/gnu/gnunet/utils/netstruct.scm
+++ b/gnu/gnunet/utils/netstruct.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) 2020, 2021 Maxime Devos <maxime.devos@student.kuleuven.be> 2;; Copyright (C) 2020, 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/gnu/gnunet/utils/platform-enum.scm b/gnu/gnunet/utils/platform-enum.scm
index f3207ca..093aebb 100644
--- a/gnu/gnunet/utils/platform-enum.scm
+++ b/gnu/gnunet/utils/platform-enum.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/gnu/gnunet/utils/tokeniser.scm b/gnu/gnunet/utils/tokeniser.scm
index 64ac723..079de0a 100644
--- a/gnu/gnunet/utils/tokeniser.scm
+++ b/gnu/gnunet/utils/tokeniser.scm
@@ -1,6 +1,5 @@
1;; This file is part of scheme-GNUnet, a Scheme port of GNUnet . 1;; This file is part of scheme-GNUnet, a Scheme port of GNUnet .
2;; Copyright (C) 2010, 2016, 2017 GNUnet e.V. 2;; Copyright (C) 2010, 2016, 2017, 2021 GNUnet e.V.
3;; Copyright (C) 2021 Maxime Devos <maximedevos@telenet.be>
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/guix.scm b/guix.scm
index 22364a4..4b6968b 100644
--- a/guix.scm
+++ b/guix.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be> 2;;; Copyright © 2021 GNUnet e.V.
3;;; 3;;;
4;;; This file is part of GNU Guix. 4;;; This file is part of GNU Guix.
5;;; 5;;;
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