guix-commits
[Top][All Lists]
Advanced

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

04/08: licenses: Remove 'bsd-style'.


From: guix-commits
Subject: 04/08: licenses: Remove 'bsd-style'.
Date: Mon, 8 Apr 2019 04:42:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b227457f6209695d8c612f9bbd60d76a1bfa766c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 8 10:24:51 2019 +0200

    licenses: Remove 'bsd-style'.
    
    This procedure had been deprecated since March 2015.
    
    * guix/licenses.scm (bsd-style): Remove.
---
 guix/licenses.scm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index 952c3bf..65d9c3d 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2014, 2015, 2017 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2014, 2015, 2017, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2012, 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
@@ -38,7 +38,6 @@
             boost1.0
             bsd-2 bsd-3 bsd-4
             non-copyleft
-            bsd-style                             ;deprecated!
             cc0
             cc-by2.0 cc-by3.0 cc-by4.0
             cc-by-sa2.0 cc-by-sa3.0 cc-by-sa4.0
@@ -170,12 +169,6 @@ at URI, which may be a file:// URI pointing the package's 
tree."
             "Check the URI for details.  "
             comment)))
 
-(define bsd-style
-  ;; This alias is kept for backward-compatibility.  Do not use it for new
-  ;; packages: it is ambiguous, as rightfully explained at
-  ;; <http://www.gnu.org/philosophy/words-to-avoid.html#BSD-style>.
-  non-copyleft)
-
 (define cc0
   (license "CC0"
            "http://directory.fsf.org/wiki/License:CC0";



reply via email to

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