mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
88fb156288
commit
5a80c15c14
6 changed files with 23 additions and 24 deletions
|
@ -88,8 +88,7 @@ (define-public libdmtx
|
|||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://libdmtx.sourceforge.net/")
|
||||
(synopsis "Library for reading and writing Data Matrix 2D barcodes")
|
||||
(description "libdmtx is open source software for reading and writing Data
|
||||
Matrix 2D barcodes on Linux and Unix. At its core libdmtx is a shared
|
||||
library, allowing C/C++ programs to use its capabilities without restrictions
|
||||
or overhead.")
|
||||
(description "libdmtx is software for reading and writing Data Matrix 2D
|
||||
barcodes on Linux and Unix. At its core libdmtx is a shared library, allowing
|
||||
C/C++ programs to use its capabilities without restrictions or overhead.")
|
||||
(license license:bsd-3)))
|
||||
|
|
|
@ -211,9 +211,9 @@ (define-public seabios
|
|||
(copy-file "out/bios.bin" (string-append fmw "/bios.bin"))))))))
|
||||
(home-page "https://www.seabios.org/SeaBIOS")
|
||||
(synopsis "x86 BIOS implementation")
|
||||
(description "SeaBIOS is an open source implementation of a 16bit x86 BIOS.
|
||||
SeaBIOS can run in an emulator or it can run natively on X86 hardware with the
|
||||
use of coreboot.")
|
||||
(description "SeaBIOS is an implementation of a 16bit x86 BIOS. SeaBIOS
|
||||
can run in an emulator or it can run natively on X86 hardware with the use of
|
||||
coreboot.")
|
||||
;; Dual licensed.
|
||||
(license (list license:gpl3+ license:lgpl3+
|
||||
;; src/fw/acpi-dsdt.dsl is lgpl2
|
||||
|
|
|
@ -1042,12 +1042,12 @@ (define-public openmw
|
|||
("qtbase" ,qtbase)
|
||||
("sdl" ,sdl2)
|
||||
("unshield" ,unshield)))
|
||||
(synopsis "Free software re-implementation of the RPG Morrowind engine")
|
||||
(synopsis "Re-implementation of the RPG Morrowind engine")
|
||||
(description
|
||||
"OpenMW is a free, open source and modern engine which reimplements and
|
||||
extends the one that runs the 2002 open-world RPG Morrowind. The engine comes
|
||||
with its own editor, called OpenMW-CS which allows the user to edit or create
|
||||
their own original games.")
|
||||
"OpenMW is a game engine which reimplements and extends the one that runs
|
||||
the 2002 open-world RPG Morrowind. The engine comes with its own editor,
|
||||
called OpenMW-CS which allows the user to edit or create their own original
|
||||
games.")
|
||||
(home-page "https://openmw.org")
|
||||
(license license:gpl3)))
|
||||
|
||||
|
|
|
@ -46,8 +46,8 @@ (define-public libupnp
|
|||
(synopsis "Portable SDK for UPnP Devices")
|
||||
(description
|
||||
"The portable SDK for UPnP Devices (libupnp) provides developers with an
|
||||
API and open source code for building control points, devices, and bridges
|
||||
that are compliant with Version 1.0 of the Universal Plug and Play Device
|
||||
Architecture Specification and support several operating systems like Linux,
|
||||
*BSD, Solaris and others.")
|
||||
API and code for building control points, devices, and bridges that are
|
||||
compliant with Version 1.0 of the Universal Plug and Play Device Architecture
|
||||
Specification and support several operating systems like Linux, *BSD, Solaris
|
||||
and others.")
|
||||
(license bsd-3)))
|
||||
|
|
|
@ -3633,9 +3633,9 @@ (define-public cubicle
|
|||
(("\\\\n") "")))))))
|
||||
(home-page "http://cubicle.lri.fr/")
|
||||
(synopsis "Model checker for array-based systems")
|
||||
(description "Cubicle is an open source model checker for verifying safety
|
||||
properties of array-based systems. This is a syntactically restricted class of
|
||||
parametrized transition systems with states represented as arrays indexed by an
|
||||
arbitrary number of processes. Cache coherence protocols and mutual exclusion
|
||||
algorithms are typical examples of such systems.")
|
||||
(description "Cubicle is a model checker for verifying safety properties
|
||||
of array-based systems. This is a syntactically restricted class of
|
||||
parametrized transition systems with states represented as arrays indexed by
|
||||
an arbitrary number of processes. Cache coherence protocols and mutual
|
||||
exclusion algorithms are typical examples of such systems.")
|
||||
(license license:asl2.0)))
|
||||
|
|
|
@ -78,7 +78,7 @@ (define-public mingw-w64
|
|||
#:strip-binaries? #f))
|
||||
(home-page "http://mingw.org")
|
||||
(synopsis "Minimalist GNU for Windows")
|
||||
(description "MinGW provides a complete Open Source programming tool set
|
||||
which is suitable for the development of native MS-Windows applications, and
|
||||
which does not depend on any 3rd-party C-Runtime dlls.")
|
||||
(description "MinGW provides a complete programming tool set which is
|
||||
suitable for the development of native MS-Windows applications, and which does
|
||||
not depend on any 3rd-party C-Runtime dlls.")
|
||||
(license license:fdl1.3+)))
|
||||
|
|
Loading…
Reference in a new issue