guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnunet: Fix license.


From: guix-commits
Subject: 01/01: gnu: gnunet: Fix license.
Date: Mon, 23 Dec 2019 19:20:50 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 94cc994ee08f99b3aa7bf8da6b8dfd363539d6c4
Author: Brett Gilio <address@hidden>
Date:   Mon Dec 23 18:19:34 2019 -0600

    gnu: gnunet: Fix license.
    
    * gnu/packages/gnunet.scm (gnunet)[license]: Revise license to AGPL3+.
    
    Fixes <bugs.gnu.org/38712>.
    Reported-by: Dima <address@hidden>
---
 gnu/packages/gnunet.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 8a9597a..43605df 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2016, 2017, 2018, 2019 ng0 <address@hidden>
 ;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Alex Vong <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -311,7 +312,7 @@ global, distributed network that provides security and 
privacy.  GNUnet in
 that sense aims to replace the current internet protocol stack.  Along with
 an application for secure publication of files, it has grown to include all
 kinds of basic applications for the foundation of a GNU internet.")
-   (license license:gpl3+)
+   (license license:agpl3+)
    (home-page "https://gnunet.org/";)))
 
 (define-public guile-gnunet                       ;GSoC 2015!



reply via email to

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