aboutsummaryrefslogtreecommitdiff
path: root/gnu/extractor
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 /gnu/extractor
parent3c91acbfcd0212286b15c7fc9474d79bf8b2b570 (diff)
downloadgnunet-scheme-749ced44b5baf6555dee1cd0c0f977b91670a547.tar.gz
gnunet-scheme-749ced44b5baf6555dee1cd0c0f977b91670a547.zip
Update copyright notices.
Diffstat (limited to 'gnu/extractor')
-rw-r--r--gnu/extractor/enum.scm2
-rw-r--r--gnu/extractor/metaformats.scm2
-rw-r--r--gnu/extractor/metatypes.scm2
3 files changed, 3 insertions, 3 deletions
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