diff options
author | John Darrington <jmd@gnu.org> | 2016-08-22 20:14:17 +0200 |
---|---|---|
committer | John Darrington <jmd@gnu.org> | 2016-08-22 21:51:50 +0200 |
commit | c598e35c52faba051f6a3e8155f65f1db79247db (patch) | |
tree | f617f2c4271e4aa425aa68eb7447ac41b06560b7 | |
parent | 85327d0d45703fb899e74088528388baee17e31c (diff) | |
download | patches-c598e35c52faba051f6a3e8155f65f1db79247db.tar patches-c598e35c52faba051f6a3e8155f65f1db79247db.tar.gz |
gnu: Remove trademark acknowledgements.
* gnu/packages/imagemagick.scm (imagemagick), gnu/packages/python.scm
(python-xlrd), gnu/packages/wordnet.scm (wordnet) [description]:
Remove trademark acknowledgements.
-rw-r--r-- | gnu/packages/imagemagick.scm | 2 | ||||
-rw-r--r-- | gnu/packages/python.scm | 2 | ||||
-rw-r--r-- | gnu/packages/wordnet.scm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index c88fd7a60a..b7054c8894 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -100,7 +100,7 @@ (home-page "http://www.imagemagick.org/") (synopsis "Create, edit, compose, or convert bitmap images") (description - "ImageMagick® is a software suite to create, edit, compose, or convert + "ImageMagick is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 15c957e441..eb949faa3a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5732,7 +5732,7 @@ object to help create WSGI responses.") (home-page "http://www.python-excel.org/") (synopsis "Library for extracting data from Excel files") (description "This packages provides a library to extract data from -spreadsheets using Microsoft Excel® proprietary file formats @samp{.xls} and +spreadsheets using Microsoft Excel proprietary file formats @samp{.xls} and @samp{.xlsx} (versions 2.0 onwards). It has support for Excel dates and is Unicode-aware. It is not intended as an end-user tool.") (license bsd-3))) diff --git a/gnu/packages/wordnet.scm b/gnu/packages/wordnet.scm index dbc75860ef..289ecdeffb 100644 --- a/gnu/packages/wordnet.scm +++ b/gnu/packages/wordnet.scm @@ -83,7 +83,7 @@ (home-page "http://wordnet.princeton.edu/") (synopsis "Lexical database for the English language") (description - "WordNet® is a large lexical database of English. Nouns, verbs, + "WordNet is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of |