Skip to content

Commit 058f439

Browse files
Merge pull request #5251 from Eljees/agent/lgpl-3.0-16-required-phrases
Add required phrases to lgpl-3.0_16.RULE
2 parents 2a3e4ef + bed47d8 commit 058f439

3 files changed

Lines changed: 31 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
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/**
2+
* Copyright (C) 2012 Trever Fischer <tdfischer@fedoraproject.org>
3+
*
4+
* This program is free software; you can redistribute it and/or
5+
* modify it under the terms of the GNU Lesser General Public License
6+
* as published by the Free Software Foundation; either version 2
7+
* of the License, or (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU Lesser General Public License
15+
* along with this program; if not, write to the Free Software
16+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17+
*
18+
*/
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
license_expressions:
2+
- lgpl-2.0-plus
3+
- lgpl-2.0-plus
4+
notes: |
5+
LGPL "either version 2 of the License, or (at your option) any later
6+
version" notice header from KDE libqzeitgeist src/logbrowser.cpp as
7+
reported in https://github.com/aboutcode-org/scancode-toolkit/issues/4995
8+
This notice never mentions version 3 and must not be detected as lgpl-3.0:
9+
it used to match lgpl-3.0_16.RULE by a partial sequence match before that
10+
rule got required phrases.

0 commit comments

Comments
 (0)