diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-03-14 19:26:34 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-03-14 19:27:14 +0100 |
| commit | 166191b377e2e6117ab2a620e759724f7e446678 (patch) | |
| tree | 65c9ef9451d6406bc786286aa43103e461b254cb /gnu | |
| parent | b3345dc41abd81b048d9e712db235dfd404e1bfe (diff) | |
gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'.
* gnu/packages/avr.scm, gnu/packages/compression.scm,
gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm,
gnu/packages/databases.scm, gnu/packages/firmware.scm,
gnu/packages/flex.scm, gnu/packages/fontutils.scm,
gnu/packages/gd.scm, gnu/packages/ghostscript.scm,
gnu/packages/gnunet.scm, gnu/packages/graphics.scm,
gnu/packages/hugs.scm, gnu/packages/image.scm,
gnu/packages/linux.scm, gnu/packages/mail.scm,
gnu/packages/maths.scm, gnu/packages/mit-krb5.scm,
gnu/packages/python.scm, gnu/packages/rdf.scm,
gnu/packages/ssh.scm, gnu/packages/tcl.scm,
gnu/packages/xdisorg.scm, gnu/packages/xiph.scm,
gnu/packages/yasm.scm, gnu/packages/zip.scm: Use 'non-copyleft'
instead of 'bsd-style'.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/avr.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/compression.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/curl.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/cyrus-sasl.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/databases.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/firmware.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/flex.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/fontutils.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/gd.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/ghostscript.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/gnunet.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/graphics.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/hugs.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/image.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/linux.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/mail.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/maths.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/mit-krb5.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/python.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/rdf.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/ssh.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/tcl.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/xdisorg.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/xiph.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/yasm.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/zip.scm | 4 |
26 files changed, 42 insertions, 42 deletions
diff --git a/gnu/packages/avr.scm b/gnu/packages/avr.scm index 3f8e8277078..d7ca1b1aced 100644 --- a/gnu/packages/avr.scm +++ b/gnu/packages/avr.scm | |||
| @@ -48,4 +48,4 @@ | |||
| 48 | (description | 48 | (description |
| 49 | "AVR Libc is a project whose goal is to provide a high quality C library | 49 | "AVR Libc is a project whose goal is to provide a high quality C library |
| 50 | for use with GCC on Atmel AVR microcontrollers.") | 50 | for use with GCC on Atmel AVR microcontrollers.") |
| 51 | (license (bsd-style "http://www.nongnu.org/avr-libc/LICENSE.txt")))) | 51 | (license (non-copyleft "http://www.nongnu.org/avr-libc/LICENSE.txt")))) |
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 721fb9e9b17..8b367662005 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm | |||
| @@ -191,7 +191,7 @@ compressor. It typically compresses files to within 10% to 15% of the best | |||
| 191 | available techniques (the PPM family of statistical compressors), whilst | 191 | available techniques (the PPM family of statistical compressors), whilst |
| 192 | being around twice as fast at compression and six times faster at | 192 | being around twice as fast at compression and six times faster at |
| 193 | decompression.") | 193 | decompression.") |
| 194 | (license (license:bsd-style "file://LICENSE" | 194 | (license (license:non-copyleft "file://LICENSE" |
| 195 | "See LICENSE in the distribution.")) | 195 | "See LICENSE in the distribution.")) |
| 196 | (home-page "http://www.bzip.org/")))) | 196 | (home-page "http://www.bzip.org/")))) |
| 197 | 197 | ||
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm index 8792ddceaf6..821a957615b 100644 --- a/gnu/packages/curl.scm +++ b/gnu/packages/curl.scm | |||
| @@ -83,6 +83,6 @@ curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, | |||
| 83 | HTTP form based upload, proxies, cookies, user+password authentication | 83 | HTTP form based upload, proxies, cookies, user+password authentication |
| 84 | (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, | 84 | (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, |
| 85 | proxy tunneling, and so on") | 85 | proxy tunneling, and so on") |
| 86 | (license (license:bsd-style "file://COPYING" | 86 | (license (license:non-copyleft "file://COPYING" |
| 87 | "See COPYING in the distribution.")) | 87 | "See COPYING in the distribution.")) |
| 88 | (home-page "http://curl.haxx.se/"))) | 88 | (home-page "http://curl.haxx.se/"))) |
diff --git a/gnu/packages/cyrus-sasl.scm b/gnu/packages/cyrus-sasl.scm index 9880ace94fa..8677cab1bd2 100644 --- a/gnu/packages/cyrus-sasl.scm +++ b/gnu/packages/cyrus-sasl.scm | |||
| @@ -61,6 +61,6 @@ | |||
| 61 | standards-track method for remote computers to authenticate. The Cyrus SASL | 61 | standards-track method for remote computers to authenticate. The Cyrus SASL |
| 62 | library makes supporting various SASL mechanisms easy for both client and | 62 | library makes supporting various SASL mechanisms easy for both client and |
| 63 | server writers.") | 63 | server writers.") |
| 64 | (license (license:bsd-style "file://COPYING" | 64 | (license (license:non-copyleft "file://COPYING" |
| 65 | "See COPYING in the distribution.")) | 65 | "See COPYING in the distribution.")) |
| 66 | (home-page "http://cyrusimap.web.cmu.edu/index.php"))) | 66 | (home-page "http://cyrusimap.web.cmu.edu/index.php"))) |
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 16fa5fe7c16..da51c81b96e 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #:use-module (gnu packages gnupg) | 35 | #:use-module (gnu packages gnupg) |
| 36 | #:use-module (gnu packages python) | 36 | #:use-module (gnu packages python) |
| 37 | #:use-module ((guix licenses) | 37 | #:use-module ((guix licenses) |
| 38 | #:select (gpl2 gpl3+ lgpl2.1+ lgpl3+ x11-style bsd-style | 38 | #:select (gpl2 gpl3+ lgpl2.1+ lgpl3+ x11-style non-copyleft |
| 39 | public-domain)) | 39 | public-domain)) |
| 40 | #:use-module (guix packages) | 40 | #:use-module (guix packages) |
| 41 | #:use-module (guix download) | 41 | #:use-module (guix download) |
| @@ -84,8 +84,8 @@ | |||
| 84 | (description | 84 | (description |
| 85 | "Berkeley DB is an embeddable database allowing developers the choice of | 85 | "Berkeley DB is an embeddable database allowing developers the choice of |
| 86 | SQL, Key/Value, XML/XQuery or Java Object storage for their data model.") | 86 | SQL, Key/Value, XML/XQuery or Java Object storage for their data model.") |
| 87 | (license (bsd-style "file://LICENSE" | 87 | (license (non-copyleft "file://LICENSE" |
| 88 | "See LICENSE in the distribution.")) | 88 | "See LICENSE in the distribution.")) |
| 89 | (home-page | 89 | (home-page |
| 90 | "http://www.oracle.com/us/products/database/berkeley-db/overview/index.html"))) | 90 | "http://www.oracle.com/us/products/database/berkeley-db/overview/index.html"))) |
| 91 | 91 | ||
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 68f4e378492..156f3342d39 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm | |||
| @@ -80,4 +80,4 @@ | |||
| 80 | "This is the firmware for the Qualcomm Atheros AR7010 and AR9271 USB | 80 | "This is the firmware for the Qualcomm Atheros AR7010 and AR9271 USB |
| 81 | 802.11n NICs (aka. Wi-Fi USB dongles.) It is used by the ath9k driver of | 81 | 802.11n NICs (aka. Wi-Fi USB dongles.) It is used by the ath9k driver of |
| 82 | Linux-libre.") | 82 | Linux-libre.") |
| 83 | (license (bsd-style "http://directory.fsf.org/wiki/License:ClearBSD")))) | 83 | (license (non-copyleft "http://directory.fsf.org/wiki/License:ClearBSD")))) |
diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm index 0b290857fa3..e76535cc172 100644 --- a/gnu/packages/flex.scm +++ b/gnu/packages/flex.scm | |||
| @@ -75,6 +75,6 @@ can be compiled and linked to produce an executable. When the executable | |||
| 75 | is run, it analyzes its input for occurrences of text matching the | 75 | is run, it analyzes its input for occurrences of text matching the |
| 76 | regular expressions for each rule. Whenever it finds a match, it | 76 | regular expressions for each rule. Whenever it finds a match, it |
| 77 | executes the corresponding C code.") | 77 | executes the corresponding C code.") |
| 78 | (license (bsd-style "file://COPYING" | 78 | (license (non-copyleft "file://COPYING" |
| 79 | "See COPYING in the distribution.")))) | 79 | "See COPYING in the distribution.")))) |
| 80 | 80 | ||
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 52e34e516f1..c04f24b83c9 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -103,7 +103,7 @@ efficiently and quickly find needed fonts among the set of installed fonts; | |||
| 103 | be used in concert with the X Render Extension and FreeType to implement | 103 | be used in concert with the X Render Extension and FreeType to implement |
| 104 | high quality, anti-aliased and subpixel rendered text on a display.") | 104 | high quality, anti-aliased and subpixel rendered text on a display.") |
| 105 | ; The exact license is more X11-style than BSD-style. | 105 | ; The exact license is more X11-style than BSD-style. |
| 106 | (license (license:bsd-style "file://COPYING" | 106 | (license (license:non-copyleft "file://COPYING" |
| 107 | "See COPYING in the distribution.")) | 107 | "See COPYING in the distribution.")) |
| 108 | (home-page "http://www.freedesktop.org/wiki/Software/fontconfig"))) | 108 | (home-page "http://www.freedesktop.org/wiki/Software/fontconfig"))) |
| 109 | 109 | ||
diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm index 2d6ccb8d7d9..e27103778cb 100644 --- a/gnu/packages/gd.scm +++ b/gnu/packages/gd.scm | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | #:use-module (gnu packages fontutils) | 26 | #:use-module (gnu packages fontutils) |
| 27 | #:use-module (gnu packages compression) | 27 | #:use-module (gnu packages compression) |
| 28 | #:use-module (gnu packages pkg-config) | 28 | #:use-module (gnu packages pkg-config) |
| 29 | #:use-module ((guix licenses) #:select (bsd-style))) | 29 | #:use-module ((guix licenses) #:select (non-copyleft))) |
| 30 | 30 | ||
| 31 | (define-public gd | 31 | (define-public gd |
| 32 | (package | 32 | (package |
| @@ -64,5 +64,5 @@ languages. GD creates PNG, JPEG, GIF, WebP, XPM, BMP images, among other | |||
| 64 | formats. GD is commonly used to generate charts, graphics, thumbnails, and | 64 | formats. GD is commonly used to generate charts, graphics, thumbnails, and |
| 65 | most anything else, on the fly. While not restricted to use on the web, the | 65 | most anything else, on the fly. While not restricted to use on the web, the |
| 66 | most common applications of GD involve website development.") | 66 | most common applications of GD involve website development.") |
| 67 | (license (bsd-style "file://COPYING" | 67 | (license (non-copyleft "file://COPYING" |
| 68 | "See COPYING file in the distribution.")))) | 68 | "See COPYING file in the distribution.")))) |
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index e2d4e618fac..08d1c69a570 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -114,7 +114,7 @@ documents. Programs included are psnup, for placing out several logical pages | |||
| 114 | on a single sheet of paper, psselect, for selecting pages from a document, | 114 | on a single sheet of paper, psselect, for selecting pages from a document, |
| 115 | pstops, for general imposition, psbook, for signature generation for booklet | 115 | pstops, for general imposition, psbook, for signature generation for booklet |
| 116 | printing, and psresize, for adjusting page sizes.") | 116 | printing, and psresize, for adjusting page sizes.") |
| 117 | (license (license:bsd-style "file://LICENSE" | 117 | (license (license:non-copyleft "file://LICENSE" |
| 118 | "See LICENSE in the distribution.")) | 118 | "See LICENSE in the distribution.")) |
| 119 | (home-page "http://knackered.org/angus/psutils/"))) | 119 | (home-page "http://knackered.org/angus/psutils/"))) |
| 120 | 120 | ||
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 220f7486cd0..e50de7cc5db 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm | |||
| @@ -187,8 +187,8 @@ and support for SSL3 and TLS.") | |||
| 187 | "Gnurl is a microfork of cURL, a command line tool for transferring data | 187 | "Gnurl is a microfork of cURL, a command line tool for transferring data |
| 188 | with URL syntax. While cURL supports many crypto backends, libgnurl only | 188 | with URL syntax. While cURL supports many crypto backends, libgnurl only |
| 189 | supports HTTPS, HTTPS and GnuTLS.") | 189 | supports HTTPS, HTTPS and GnuTLS.") |
| 190 | (license (license:bsd-style "file://COPYING" | 190 | (license (license:non-copyleft "file://COPYING" |
| 191 | "See COPYING in the distribution.")) | 191 | "See COPYING in the distribution.")) |
| 192 | (home-page "https://gnunet.org/gnurl"))) | 192 | (home-page "https://gnunet.org/gnurl"))) |
| 193 | 193 | ||
| 194 | (define-public gnunet | 194 | (define-public gnunet |
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index c5ccfc271b3..1ee4d7e1770 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm | |||
| @@ -151,4 +151,4 @@ output.") | |||
| 151 | 151 | ||
| 152 | ;; The web site says it's under a BSD-3 license, but the 'LICENSE' file | 152 | ;; The web site says it's under a BSD-3 license, but the 'LICENSE' file |
| 153 | ;; and headers use different wording. | 153 | ;; and headers use different wording. |
| 154 | (license (license:bsd-style "file://LICENSE")))) | 154 | (license (license:non-copyleft "file://LICENSE")))) |
diff --git a/gnu/packages/hugs.scm b/gnu/packages/hugs.scm index 0902f3bf77e..36be5aee4af 100644 --- a/gnu/packages/hugs.scm +++ b/gnu/packages/hugs.scm | |||
| @@ -76,5 +76,5 @@ Haskell programs. It provides an almost complete implementation of Haskell | |||
| 76 | with support for simple interactive programs, handle-based I/O, and exception | 76 | with support for simple interactive programs, handle-based I/O, and exception |
| 77 | handling. Hugs has a nearly complete implementation of the Haskell module | 77 | handling. Hugs has a nearly complete implementation of the Haskell module |
| 78 | system and supports a number of advanced extensions.") | 78 | system and supports a number of advanced extensions.") |
| 79 | (license (bsd-style "file://License" | 79 | (license (non-copyleft "file://License" |
| 80 | "See License in the distribution.")))) | 80 | "See License in the distribution.")))) |
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 5cce6284f06..11cb63a895d 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm | |||
| @@ -126,8 +126,8 @@ image files in PBMPLUS PPM/PGM, GIF, BMP, and Targa file formats.") | |||
| 126 | used for storing image data. | 126 | used for storing image data. |
| 127 | Included are a library, libtiff, for reading and writing TIFF and a small | 127 | Included are a library, libtiff, for reading and writing TIFF and a small |
| 128 | collection of tools for doing simple manipulations of TIFF images.") | 128 | collection of tools for doing simple manipulations of TIFF images.") |
| 129 | (license (license:bsd-style "file://COPYRIGHT" | 129 | (license (license:non-copyleft "file://COPYRIGHT" |
| 130 | "See COPYRIGHT in the distribution.")) | 130 | "See COPYRIGHT in the distribution.")) |
| 131 | (home-page "http://www.libtiff.org/"))) | 131 | (home-page "http://www.libtiff.org/"))) |
| 132 | 132 | ||
| 133 | (define-public libwmf | 133 | (define-public libwmf |
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b7391b3532b..c95c61692cf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -1891,7 +1891,7 @@ thanks to the use of namespaces.") | |||
| 1891 | (description | 1891 | (description |
| 1892 | "Get/set device parameters for Linux SATA/IDE drives. It's primary use | 1892 | "Get/set device parameters for Linux SATA/IDE drives. It's primary use |
| 1893 | is for enabling irq-unmasking and IDE multiplemode.") | 1893 | is for enabling irq-unmasking and IDE multiplemode.") |
| 1894 | (license (bsd-style "file://LICENSE.TXT")))) | 1894 | (license (non-copyleft "file://LICENSE.TXT")))) |
| 1895 | 1895 | ||
| 1896 | (define-public acpid | 1896 | (define-public acpid |
| 1897 | (package | 1897 | (package |
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 552bf2c7613..f7bb1ee8966 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -64,7 +64,7 @@ | |||
| 64 | #:use-module (gnu packages xml) | 64 | #:use-module (gnu packages xml) |
| 65 | #:use-module (gnu packages xorg) | 65 | #:use-module (gnu packages xorg) |
| 66 | #:use-module ((guix licenses) | 66 | #:use-module ((guix licenses) |
| 67 | #:select (gpl2 gpl2+ gpl3+ lgpl2.1+ lgpl3+ bsd-style)) | 67 | #:select (gpl2 gpl2+ gpl3+ lgpl2.1+ lgpl3+ non-copyleft)) |
| 68 | #:use-module (guix packages) | 68 | #:use-module (guix packages) |
| 69 | #:use-module (guix download) | 69 | #:use-module (guix download) |
| 70 | #:use-module (guix utils) | 70 | #:use-module (guix utils) |
| @@ -461,7 +461,7 @@ useful features.") | |||
| 461 | framework for different kinds of mail access: IMAP, SMTP, POP and NNTP. It | 461 | framework for different kinds of mail access: IMAP, SMTP, POP and NNTP. It |
| 462 | provides an API for C language. It's the low-level API used by MailCore and | 462 | provides an API for C language. It's the low-level API used by MailCore and |
| 463 | MailCore 2.") | 463 | MailCore 2.") |
| 464 | (license (bsd-style "file://COPYING")))) | 464 | (license (non-copyleft "file://COPYING")))) |
| 465 | 465 | ||
| 466 | (define-public claws-mail | 466 | (define-public claws-mail |
| 467 | (package | 467 | (package |
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 52d5dd92a4a..b6d3ed36807 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm | |||
| @@ -238,7 +238,7 @@ be output in text, PostScript, PDF or HTML.") | |||
| 238 | (description | 238 | (description |
| 239 | "ARPACK-NG is a collection of Fortran77 subroutines designed to solve | 239 | "ARPACK-NG is a collection of Fortran77 subroutines designed to solve |
| 240 | large scale eigenvalue problems.") | 240 | large scale eigenvalue problems.") |
| 241 | (license (license:bsd-style "file://COPYING" | 241 | (license (license:non-copyleft "file://COPYING" |
| 242 | "See COPYING in the distribution.")))) | 242 | "See COPYING in the distribution.")))) |
| 243 | 243 | ||
| 244 | (define-public lapack | 244 | (define-public lapack |
| @@ -271,7 +271,7 @@ large scale eigenvalue problems.") | |||
| 271 | (description | 271 | (description |
| 272 | "LAPACK is a Fortran 90 library for solving the most commonly occurring | 272 | "LAPACK is a Fortran 90 library for solving the most commonly occurring |
| 273 | problems in numerical linear algebra.") | 273 | problems in numerical linear algebra.") |
| 274 | (license (license:bsd-style "file://LICENSE" | 274 | (license (license:non-copyleft "file://LICENSE" |
| 275 | "See LICENSE in the distribution.")))) | 275 | "See LICENSE in the distribution.")))) |
| 276 | 276 | ||
| 277 | (define-public gnuplot | 277 | (define-public gnuplot |
| @@ -522,7 +522,7 @@ ASCII text files using Gmsh's own scripting language.") | |||
| 522 | (description "PETSc, pronounced PET-see (the S is silent), is a suite of | 522 | (description "PETSc, pronounced PET-see (the S is silent), is a suite of |
| 523 | data structures and routines for the scalable (parallel) solution of | 523 | data structures and routines for the scalable (parallel) solution of |
| 524 | scientific applications modeled by partial differential equations.") | 524 | scientific applications modeled by partial differential equations.") |
| 525 | (license (license:bsd-style | 525 | (license (license:non-copyleft |
| 526 | "http://www.mcs.anl.gov/petsc/documentation/copyright.html")))) | 526 | "http://www.mcs.anl.gov/petsc/documentation/copyright.html")))) |
| 527 | 527 | ||
| 528 | (define-public petsc-complex | 528 | (define-public petsc-complex |
diff --git a/gnu/packages/mit-krb5.scm b/gnu/packages/mit-krb5.scm index 0a107a8bec6..716d95bcd2c 100644 --- a/gnu/packages/mit-krb5.scm +++ b/gnu/packages/mit-krb5.scm | |||
| @@ -82,6 +82,6 @@ | |||
| 82 | "Massachusetts Institute of Technology implementation of Kerberos. | 82 | "Massachusetts Institute of Technology implementation of Kerberos. |
| 83 | Kerberos is a network authentication protocol designed to provide strong | 83 | Kerberos is a network authentication protocol designed to provide strong |
| 84 | authentication for client/server applications by using secret-key cryptography.") | 84 | authentication for client/server applications by using secret-key cryptography.") |
| 85 | (license (bsd-style "file://NOTICE" | 85 | (license (non-copyleft "file://NOTICE" |
| 86 | "See NOTICE in the distribution.")) | 86 | "See NOTICE in the distribution.")) |
| 87 | (home-page "http://web.mit.edu/kerberos/"))) | 87 | (home-page "http://web.mit.edu/kerberos/"))) |
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce882dba71e..d014553e78f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | (define-module (gnu packages python) | 27 | (define-module (gnu packages python) |
| 28 | #:use-module ((guix licenses) | 28 | #:use-module ((guix licenses) |
| 29 | #:select (asl2.0 bsd-3 bsd-2 bsd-style cc0 x11 x11-style | 29 | #:select (asl2.0 bsd-3 bsd-2 non-copyleft cc0 x11 x11-style |
| 30 | gpl2 gpl2+ gpl3+ lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3+ | 30 | gpl2 gpl2+ gpl3+ lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3+ |
| 31 | psfl public-domain x11-style)) | 31 | psfl public-domain x11-style)) |
| 32 | #:use-module ((guix licenses) #:select (expat zlib) #:prefix license:) | 32 | #:use-module ((guix licenses) #:select (expat zlib) #:prefix license:) |
| @@ -723,7 +723,7 @@ Database API 2.0T.") | |||
| 723 | (description | 723 | (description |
| 724 | "Mechanize implements stateful programmatic web browsing in Python, | 724 | "Mechanize implements stateful programmatic web browsing in Python, |
| 725 | after Andy Lester’s Perl module WWW::Mechanize.") | 725 | after Andy Lester’s Perl module WWW::Mechanize.") |
| 726 | (license (bsd-style "file://COPYING" | 726 | (license (non-copyleft "file://COPYING" |
| 727 | "See COPYING in the distribution.")))) | 727 | "See COPYING in the distribution.")))) |
| 728 | 728 | ||
| 729 | 729 | ||
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index b105f0b1d72..96a52fd93ad 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | 19 | ||
| 20 | (define-module (gnu packages rdf) | 20 | (define-module (gnu packages rdf) |
| 21 | #:use-module ((guix licenses) | 21 | #:use-module ((guix licenses) |
| 22 | #:select (bsd-style isc gpl2 lgpl2.0+ lgpl2.1 lgpl2.1+)) | 22 | #:select (non-copyleft isc gpl2 lgpl2.0+ lgpl2.1 lgpl2.1+)) |
| 23 | #:use-module (guix packages) | 23 | #:use-module (guix packages) |
| 24 | #:use-module (guix download) | 24 | #:use-module (guix download) |
| 25 | #:use-module (guix build-system cmake) | 25 | #:use-module (guix build-system cmake) |
| @@ -338,7 +338,7 @@ system.") | |||
| 338 | (description | 338 | (description |
| 339 | "RDFLib is a Python library for working with RDF, a simple yet | 339 | "RDFLib is a Python library for working with RDF, a simple yet |
| 340 | powerful language for representing information.") | 340 | powerful language for representing information.") |
| 341 | (license (bsd-style "file://LICENSE" | 341 | (license (non-copyleft "file://LICENSE" |
| 342 | "See LICENSE in the distribution.")))) | 342 | "See LICENSE in the distribution.")))) |
| 343 | 343 | ||
| 344 | (define-public python2-rdflib | 344 | (define-public python2-rdflib |
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 8800be3dcb9..0148b25a16c 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -179,7 +179,7 @@ The connection layer multiplexes many different concurrent channels over the | |||
| 179 | authenticated connection and allows tunneling of login sessions and | 179 | authenticated connection and allows tunneling of login sessions and |
| 180 | TCP-forwarding. It provides a flow control service for these channels. | 180 | TCP-forwarding. It provides a flow control service for these channels. |
| 181 | Additionally, various channel-specific options can be negotiated.") | 181 | Additionally, various channel-specific options can be negotiated.") |
| 182 | (license (license:bsd-style "file://LICENSE" | 182 | (license (license:non-copyleft "file://LICENSE" |
| 183 | "See LICENSE in the distribution.")) | 183 | "See LICENSE in the distribution.")) |
| 184 | (home-page "http://www.openssh.org/"))) | 184 | (home-page "http://www.openssh.org/"))) |
| 185 | 185 | ||
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 67510eb41fa..7c2c3e549b9 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | (home-page "http://www.tcl.tk/") | 78 | (home-page "http://www.tcl.tk/") |
| 79 | (synopsis "The Tcl scripting language") | 79 | (synopsis "The Tcl scripting language") |
| 80 | (description "The Tcl (Tool Command Language) scripting language.") | 80 | (description "The Tcl (Tool Command Language) scripting language.") |
| 81 | (license (bsd-style "http://www.tcl.tk/software/tcltk/license.html" | 81 | (license (non-copyleft "http://www.tcl.tk/software/tcltk/license.html" |
| 82 | "Tcl/Tk license")))) | 82 | "Tcl/Tk license")))) |
| 83 | 83 | ||
| 84 | 84 | ||
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index bef0b38374a..fbf1bbf48c2 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm | |||
| @@ -392,7 +392,7 @@ things less distracting.") | |||
| 392 | (description | 392 | (description |
| 393 | "XLockMore is a classic screen locker and screen saver for the | 393 | "XLockMore is a classic screen locker and screen saver for the |
| 394 | X Window System.") | 394 | X Window System.") |
| 395 | (license (license:bsd-style #f "See xlock.c.") | 395 | (license (license:non-copyleft #f "See xlock.c.") |
| 396 | ;; + GPLv2 in modes/glx/biof.c. | 396 | ;; + GPLv2 in modes/glx/biof.c. |
| 397 | ))) | 397 | ))) |
| 398 | 398 | ||
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 96171a050dc..f182270aea9 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm | |||
| @@ -65,7 +65,7 @@ format, which encapsulates raw compressed data and allows the interleaving of | |||
| 65 | audio and video data. In addition to encapsulation and interleaving of | 65 | audio and video data. In addition to encapsulation and interleaving of |
| 66 | multiple data streams, ogg provides packet framing, error detection, and | 66 | multiple data streams, ogg provides packet framing, error detection, and |
| 67 | periodic timestamps for seeking.") | 67 | periodic timestamps for seeking.") |
| 68 | (license (license:bsd-style "file://COPYING" | 68 | (license (license:non-copyleft "file://COPYING" |
| 69 | "See COPYING in the distribution.")) | 69 | "See COPYING in the distribution.")) |
| 70 | (home-page "http://xiph.org/ogg/"))) | 70 | (home-page "http://xiph.org/ogg/"))) |
| 71 | 71 | ||
| @@ -91,7 +91,7 @@ a fully open, non-proprietary, patent-and-royalty-free, general-purpose | |||
| 91 | compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, | 91 | compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, |
| 92 | polyphonic) audio and music at fixed and variable bitrates from 16 to | 92 | polyphonic) audio and music at fixed and variable bitrates from 16 to |
| 93 | 128 kbps/channel.") | 93 | 128 kbps/channel.") |
| 94 | (license (license:bsd-style "file://COPYING" | 94 | (license (license:non-copyleft "file://COPYING" |
| 95 | "See COPYING in the distribution.")) | 95 | "See COPYING in the distribution.")) |
| 96 | (home-page "http://xiph.org/vorbis/"))) | 96 | (home-page "http://xiph.org/vorbis/"))) |
| 97 | 97 | ||
| @@ -141,7 +141,7 @@ for speech. It is well-adapted to internet applications, such as VoIP. It | |||
| 141 | features compression of different bands in the same bitstream, intensity | 141 | features compression of different bands in the same bitstream, intensity |
| 142 | stereo encoding, and voice activity detection.") | 142 | stereo encoding, and voice activity detection.") |
| 143 | ;; 'src/getopt.c' is under LGPLv2+ | 143 | ;; 'src/getopt.c' is under LGPLv2+ |
| 144 | (license (license:bsd-style "file://COPYING" | 144 | (license (license:non-copyleft "file://COPYING" |
| 145 | "See COPYING in the distribution.")))) | 145 | "See COPYING in the distribution.")))) |
| 146 | 146 | ||
| 147 | (define ao | 147 | (define ao |
| @@ -209,7 +209,7 @@ OpenBSD's sndio.") | |||
| 209 | (description | 209 | (description |
| 210 | "FLAC stands for Free Lossless Audio Codec, an audio format that is lossless, | 210 | "FLAC stands for Free Lossless Audio Codec, an audio format that is lossless, |
| 211 | meaning that audio is compressed in FLAC without any loss in quality.") | 211 | meaning that audio is compressed in FLAC without any loss in quality.") |
| 212 | (license (license:bsd-style "file://COPYING" | 212 | (license (license:non-copyleft "file://COPYING" |
| 213 | "See COPYING in the distribution.")) ; and LGPL and GPL | 213 | "See COPYING in the distribution.")) ; and LGPL and GPL |
| 214 | (home-page "http://xiph.org/flac/"))) | 214 | (home-page "http://xiph.org/flac/"))) |
| 215 | 215 | ||
diff --git a/gnu/packages/yasm.scm b/gnu/packages/yasm.scm index 8314e222476..abf66631877 100644 --- a/gnu/packages/yasm.scm +++ b/gnu/packages/yasm.scm | |||
| @@ -50,5 +50,5 @@ Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM | |||
| 50 | and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit | 50 | and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit |
| 51 | Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source | 51 | Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source |
| 52 | debugging information in STABS, DWARF 2, and CodeView 8 formats.") | 52 | debugging information in STABS, DWARF 2, and CodeView 8 formats.") |
| 53 | (license (license:bsd-style "file://COPYING" | 53 | (license (license:non-copyleft "file://COPYING" |
| 54 | "See COPYING in the distribution.")))) | 54 | "See COPYING in the distribution.")))) |
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm index f9eeb5c32cb..e6f50672956 100644 --- a/gnu/packages/zip.scm +++ b/gnu/packages/zip.scm | |||
| @@ -67,7 +67,7 @@ directory structure can be packed into a ZIP archive with a single command. | |||
| 67 | Zip has one compression method (deflation) and can also store files without | 67 | Zip has one compression method (deflation) and can also store files without |
| 68 | compression. Zip automatically chooses the better of the two for each file. | 68 | compression. Zip automatically chooses the better of the two for each file. |
| 69 | Compression ratios of 2:1 to 3:1 are common for text files.") | 69 | Compression ratios of 2:1 to 3:1 are common for text files.") |
| 70 | (license (license:bsd-style "file://LICENSE" | 70 | (license (license:non-copyleft "file://LICENSE" |
| 71 | "See LICENSE in the distribution.")))) | 71 | "See LICENSE in the distribution.")))) |
| 72 | 72 | ||
| 73 | (define-public unzip | 73 | (define-public unzip |
| @@ -108,7 +108,7 @@ UnZip lists, tests, or extracts files from a .zip archive. The default | |||
| 108 | behaviour (with no options) is to extract into the current directory, and | 108 | behaviour (with no options) is to extract into the current directory, and |
| 109 | subdirectories below it, all files from the specified zipfile. UnZip | 109 | subdirectories below it, all files from the specified zipfile. UnZip |
| 110 | recreates the stored directory structure by default.") | 110 | recreates the stored directory structure by default.") |
| 111 | (license (license:bsd-style "file://LICENSE" | 111 | (license (license:non-copyleft "file://LICENSE" |
| 112 | "See LICENSE in the distribution.")))) | 112 | "See LICENSE in the distribution.")))) |
| 113 | 113 | ||
| 114 | (define-public zziplib | 114 | (define-public zziplib |
