Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | The COPYING file sgml-common ships with is just a symlink to |
| 2 | /usr/share/automake/COPYING, which means we can't verify it |
| 3 | using our normal means. We workaround this by using this patch |
| 4 | to create our own license file. |
| 5 | |
| 6 | Upstream was notified about this on 2011-01-24. When upgrading |
| 7 | this recipe, this should be fixed and you should remove this |
| 8 | patch. |
| 9 | |
| 10 | Upstream-Status: Pending |
| 11 | |
| 12 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
| 13 | |
| 14 | diff -urN sgml-common-0.6.3.orig/LICENSE-GPLv2 sgml-common-0.6.3/LICENSE-GPLv2 |
| 15 | --- sgml-common-0.6.3.orig/LICENSE-GPLv2 1969-12-31 16:00:00.000000000 -0800 |
| 16 | +++ sgml-common-0.6.3/LICENSE-GPLv2 2011-01-28 17:05:17.299528001 -0800 |
| 17 | @@ -0,0 +1,12 @@ |
| 18 | +Copyright (C) 1997 Christian Schwarz <schwarz@debian.org>. |
| 19 | +Copyright (C) 2001-2004 Ardo van Rangelrooij <ardo@debian.org> |
| 20 | + |
| 21 | +This is free software; you may redistribute it and/or modify it under |
| 22 | +the terms of the GNU General Public License as published by the Free |
| 23 | +Software Foundation; either version 2, or (at your option) any later |
| 24 | +version. |
| 25 | + |
| 26 | +This is distributed in the hope that it will be useful, but without |
| 27 | +any warranty; without even the implied warranty of merchantability or |
| 28 | +fitness for a particular purpose. See the GNU General Public License |
| 29 | +for more details. |