Skip to content

Commit 226d6cd

Browse files
committed
Add required phrases to lgpl-3.0_16.RULE
The rule is an LGPL-3.0 notice, but nothing in it was required, so a partial sequence match reported LGPL-3.0 for LGPL-2.x notices of the same shape that never mention version 3. Mark the two version-bearing phrases as required. Reported in #4995. Signed-off-by: Eljees <3.14hell@gmail.com>
1 parent 6ba5908 commit 226d6cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/licensedcode/data/rules/lgpl-3.0_16.RULE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ is_license_notice: yes
44
---
55

66
* This program is free software; you can redistribute it and/or modify
7-
* it under the terms of the GNU Lesser General Public License version 3 as
7+
* it under the terms of the {{GNU Lesser General Public License version 3}} as
88
* published by the Free Software Foundation.
99
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public License version 3
15+
* You should have received a copy of the {{GNU Lesser General Public License version 3}}
1616
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

0 commit comments

Comments
 (0)