guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: Remove "open source" from descriptions.


From: Ricardo Wurmus
Subject: 02/05: gnu: Remove "open source" from descriptions.
Date: Wed, 8 Nov 2017 10:34:49 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5a80c15c14760b3989e24c7893bf79afb9f48741
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 8 15:41:41 2017 +0100

    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".
---
 gnu/packages/aidc.scm             |  7 +++----
 gnu/packages/firmware.scm         |  6 +++---
 gnu/packages/game-development.scm | 10 +++++-----
 gnu/packages/libupnp.scm          |  8 ++++----
 gnu/packages/maths.scm            | 10 +++++-----
 gnu/packages/mingw.scm            |  6 +++---
 6 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index fa4555e..7093c74 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -88,8 +88,7 @@ characters, and is highly robust.")
      `(("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)))
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 7a57300..8391ce5 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -211,9 +211,9 @@ by the b43-open driver of Linux-libre.")
                (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
diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 37a30c8..be241cb 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1042,12 +1042,12 @@ of use.")
        ("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)))
 
diff --git a/gnu/packages/libupnp.scm b/gnu/packages/libupnp.scm
index 330ae6d..513e4c7 100644
--- a/gnu/packages/libupnp.scm
+++ b/gnu/packages/libupnp.scm
@@ -46,8 +46,8 @@
     (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)))
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 212a65d..69f5e2d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3633,9 +3633,9 @@ theories} (SMT) solver.  It provides a C/C++ API, as well 
as Python bindings.")
                (("\\\\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)))
diff --git a/gnu/packages/mingw.scm b/gnu/packages/mingw.scm
index 6a348da..c7bc5c0 100644
--- a/gnu/packages/mingw.scm
+++ b/gnu/packages/mingw.scm
@@ -78,7 +78,7 @@
        #: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+)))



reply via email to

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