gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-scheme] 36/49: examples/web: License as AGPL.


From: gnunet
Subject: [gnunet-scheme] 36/49: examples/web: License as AGPL.
Date: Sat, 25 Dec 2021 23:00:13 +0100

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 3430d19c869f3e3bb2485ec76d8115976205456d
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Oct 5 09:17:32 2021 +0000

    examples/web: License as AGPL.
    
    It's slowly starting to become an interesting application,
    so license it as AGPL.
    
    * examples/web.scm: Change license text to AGPL.
---
 examples/web.scm | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/examples/web.scm b/examples/web.scm
index c100181..938ddd5 100644
--- a/examples/web.scm
+++ b/examples/web.scm
@@ -1,9 +1,20 @@
+;; This file is part of scheme-GNUnet.
 ;; Copyright (C) 2021 GNUnet e.V.
-;; SPDX-License-Identifier: FSFAP
-;; Copying and distribution of this file, with or without modification,
-;; are permitted in any medium without royalty provided the copyright
-;; notice and this notice are preserved.  This file is offered as-is,
-;; without any warranty.
+;;
+;; scheme-GNUnet is free software: you can redistribute it and/or modify it
+;; under the terms of the GNU Affero General Public License as published
+;; by the Free Software Foundation, either version 3 of the License,
+;; or (at your option) any later version.
+;;
+;; scheme-GNUnet is distributed in the hope that it will be useful, but
+;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; Affero General Public License for more details.
+;;
+;; You should have received a copy of the GNU Affero General Public License
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;;
+;; SPDX-License-Identifier: AGPL-3.0-or-later
 
 ;; Go to localhost:8089/reload to reload the module
 (define-module (guile-user)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]