Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/licensedcode/data/rules/lgpl-3.0_16.RULE
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ is_license_notice: yes
---

* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3 as
* it under the terms of the {{GNU Lesser General Public License version 3}} as
* published by the Free Software Foundation.
*
* 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 Lesser General Public License version 3
* You should have received a copy of the {{GNU Lesser General Public License version 3}}
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* Copyright (C) 2012 Trever Fischer <tdfischer@fedoraproject.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser 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 Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
license_expressions:
- lgpl-2.0-plus
- lgpl-2.0-plus
notes: |
LGPL "either version 2 of the License, or (at your option) any later
version" notice header from KDE libqzeitgeist src/logbrowser.cpp as
reported in https://github.com/aboutcode-org/scancode-toolkit/issues/4995
This notice never mentions version 3 and must not be detected as lgpl-3.0:
it used to match lgpl-3.0_16.RULE by a partial sequence match before that
rule got required phrases.
Loading