gnu: Remove "open source" from descriptions.

All software in Guix is Free Software.

* gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string.
* gnu/packages/firmware.scm (seabios)[description]: Likewise.
* gnu/packages/libupnp.scm (libupnp)[description]: Likewise.
* gnu/packages/maths.scm (cubicle)[description]: Likewise.
* gnu/packages/mingw.scm (mingw-w64)[description]: Likewise.
* gnu/packages/game-development.scm (openmw)[description]: Likewise.
[synopsis]: Remove "Free software".
This commit is contained in:
Ricardo Wurmus 2017-11-08 15:41:41 +01:00
parent 88fb156288
commit 5a80c15c14
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
6 changed files with 23 additions and 24 deletions

View File

@ -88,8 +88,7 @@ characters, and is highly robust.")
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "http://libdmtx.sourceforge.net/") (home-page "http://libdmtx.sourceforge.net/")
(synopsis "Library for reading and writing Data Matrix 2D barcodes") (synopsis "Library for reading and writing Data Matrix 2D barcodes")
(description "libdmtx is open source software for reading and writing Data (description "libdmtx is software for reading and writing Data Matrix 2D
Matrix 2D barcodes on Linux and Unix. At its core libdmtx is a shared barcodes on Linux and Unix. At its core libdmtx is a shared library, allowing
library, allowing C/C++ programs to use its capabilities without restrictions C/C++ programs to use its capabilities without restrictions or overhead.")
or overhead.")
(license license:bsd-3))) (license license:bsd-3)))

View File

@ -211,9 +211,9 @@ by the b43-open driver of Linux-libre.")
(copy-file "out/bios.bin" (string-append fmw "/bios.bin")))))))) (copy-file "out/bios.bin" (string-append fmw "/bios.bin"))))))))
(home-page "https://www.seabios.org/SeaBIOS") (home-page "https://www.seabios.org/SeaBIOS")
(synopsis "x86 BIOS implementation") (synopsis "x86 BIOS implementation")
(description "SeaBIOS is an open source implementation of a 16bit x86 BIOS. (description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS
SeaBIOS can run in an emulator or it can run natively on X86 hardware with the can run in an emulator or it can run natively on X86 hardware with the use of
use of coreboot.") coreboot.")
;; Dual licensed. ;; Dual licensed.
(license (list license:gpl3+ license:lgpl3+ (license (list license:gpl3+ license:lgpl3+
;; src/fw/acpi-dsdt.dsl is lgpl2 ;; src/fw/acpi-dsdt.dsl is lgpl2

View File

@ -1042,12 +1042,12 @@ of use.")
("qtbase" ,qtbase) ("qtbase" ,qtbase)
("sdl" ,sdl2) ("sdl" ,sdl2)
("unshield" ,unshield))) ("unshield" ,unshield)))
(synopsis "Free software re-implementation of the RPG Morrowind engine") (synopsis "Re-implementation of the RPG Morrowind engine")
(description (description
"OpenMW is a free, open source and modern engine which reimplements and "OpenMW is a game engine which reimplements and extends the one that runs
extends the one that runs the 2002 open-world RPG Morrowind. The engine comes the 2002 open-world RPG Morrowind. The engine comes with its own editor,
with its own editor, called OpenMW-CS which allows the user to edit or create called OpenMW-CS which allows the user to edit or create their own original
their own original games.") games.")
(home-page "https://openmw.org") (home-page "https://openmw.org")
(license license:gpl3))) (license license:gpl3)))

View File

@ -46,8 +46,8 @@
(synopsis "Portable SDK for UPnP Devices") (synopsis "Portable SDK for UPnP Devices")
(description (description
"The portable SDK for UPnP Devices (libupnp) provides developers with an "The portable SDK for UPnP Devices (libupnp) provides developers with an
API and open source code for building control points, devices, and bridges API and code for building control points, devices, and bridges that are
that are compliant with Version 1.0 of the Universal Plug and Play Device compliant with Version 1.0 of the Universal Plug and Play Device Architecture
Architecture Specification and support several operating systems like Linux, Specification and support several operating systems like Linux, *BSD, Solaris
*BSD, Solaris and others.") and others.")
(license bsd-3))) (license bsd-3)))

View File

@ -3633,9 +3633,9 @@ theories} (SMT) solver. It provides a C/C++ API, as well as Python bindings.")
(("\\\\n") ""))))))) (("\\\\n") "")))))))
(home-page "http://cubicle.lri.fr/") (home-page "http://cubicle.lri.fr/")
(synopsis "Model checker for array-based systems") (synopsis "Model checker for array-based systems")
(description "Cubicle is an open source model checker for verifying safety (description "Cubicle is a model checker for verifying safety properties
properties of array-based systems. This is a syntactically restricted class of of array-based systems. This is a syntactically restricted class of
parametrized transition systems with states represented as arrays indexed by an parametrized transition systems with states represented as arrays indexed by
arbitrary number of processes. Cache coherence protocols and mutual exclusion an arbitrary number of processes. Cache coherence protocols and mutual
algorithms are typical examples of such systems.") exclusion algorithms are typical examples of such systems.")
(license license:asl2.0))) (license license:asl2.0)))

View File

@ -78,7 +78,7 @@
#:strip-binaries? #f)) #:strip-binaries? #f))
(home-page "http://mingw.org") (home-page "http://mingw.org")
(synopsis "Minimalist GNU for Windows") (synopsis "Minimalist GNU for Windows")
(description "MinGW provides a complete Open Source programming tool set (description "MinGW provides a complete programming tool set which is
which is suitable for the development of native MS-Windows applications, and suitable for the development of native MS-Windows applications, and which does
which does not depend on any 3rd-party C-Runtime dlls.") not depend on any 3rd-party C-Runtime dlls.")
(license license:fdl1.3+))) (license license:fdl1.3+)))