[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/17: gnu: libotr: Update license.
From: |
guix-commits |
Subject: |
14/17: gnu: libotr: Update license. |
Date: |
Sun, 3 Jan 2021 11:30:52 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit d3fb65a83794584b6c59995a6d569d18fc7bfff3
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Nov 30 00:49:38 2020 -0500
gnu: libotr: Update license.
* gnu/packages/messaging.scm (libotr) [license]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/messaging.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1d89850..d202dce 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -407,8 +407,10 @@ your private keys, no previous conversation is
compromised.")
(home-page "https://otr.cypherpunks.ca/")
(license
(list
- license:lgpl2.1
- license:gpl2))))
+ ;; Library
+ license:lgpl2.1+
+ ;; Others
+ license:gpl2+))))
(define-public libsignal-protocol-c
(package
- 01/17: gnu: pidgin: Make some cosmetic changes., (continued)
- 01/17: gnu: pidgin: Make some cosmetic changes., guix-commits, 2021/01/03
- 06/17: gnu: pidgin: Enable CAP., guix-commits, 2021/01/03
- 02/17: gnu: pidgin: Re-arrange inputs in alphabetical order., guix-commits, 2021/01/03
- 04/17: gnu: pidgin: Enable support for mono., guix-commits, 2021/01/03
- 05/17: gnu: pidgin: Enable meanwhile., guix-commits, 2021/01/03
- 09/17: gnu: pidgin: Enable support for Tk., guix-commits, 2021/01/03
- 03/17: gnu: pidgin: Add missing inputs., guix-commits, 2021/01/03
- 07/17: gnu: pidgin: Enable SILC protocol support., guix-commits, 2021/01/03
- 08/17: gnu: pidgin: Enable support for Tcl., guix-commits, 2021/01/03
- 10/17: gnu: pidgin: Upgrade to 2.14.1., guix-commits, 2021/01/03
- 14/17: gnu: libotr: Update license.,
guix-commits <=
- 13/17: gnu: libotr: Make some cosmetic changes., guix-commits, 2021/01/03
- 12/17: gnu: pidgin: Enable MultiMedia and A/V support., guix-commits, 2021/01/03
- 11/17: gnu: pidgin: Enable Gadu-Gadu protocol support., guix-commits, 2021/01/03
- 16/17: gnu: pidgin-otr: Update license., guix-commits, 2021/01/03
- 15/17: gnu: pidgin-otr: Make some cosmetic changes., guix-commits, 2021/01/03
- 17/17: gnu: pidgin-otr: Add some inputs., guix-commits, 2021/01/03