[Trisquel-devel] Patch for issue #2411 - needs review
Grant H.
ghoulgat at member.fsf.org
Mon Jan 23 03:57:52 CET 2012
For Issue: https://trisquel.info/en/issues/2411
This helper method simply removes the word "freeware" from the
description which is a GNU project word to avoid. While this fixes the
specific issue in the bug I was wondering if someone could review the
copyright file
(http://packages.trisquel.info/changelogs/pool/main/y/yforth/yforth_0.1beta-21/yforth.copyright)
to make sure this is in fact libre software. While it says it is
"freeware" it doesn't clearly state if it is free software and it isn't
under a normal license I recognise. Thanks
=== added file 'make-yforth'
--- make-yforth 1970-01-01 00:00:00 +0000
+++ make-yforth 2012-01-23 02:44:18 +0000
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+# Copyright (C) 2012 Grant Houlgate <ghoulgat at member.fsf.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
+#
+
+VERSION=1
+
+. ./config
+
+sed 's/freeware //g' debian/control -i
+
+changelog "Altered description based on GNU project's words to avoid
recomendations"
+
+compile
--
*Grant H.
*Email: ghoulgat at member.fsf.org
*Ask me for my GPG key
*I'm an FSF member -- Help us support software freedom!
<http://www.fsf.org/jf?referrer=8999>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: make-yforth
URL: <http://listas.trisquel.info/pipermail/trisquel-devel/attachments/20120122/039ae2e2/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: yforthdiff.txt
URL: <http://listas.trisquel.info/pipermail/trisquel-devel/attachments/20120122/039ae2e2/attachment.txt>
More information about the Trisquel-devel
mailing list