Skip to content

Commit 5d30d72

Browse files
committed
Add new license detection rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e9f2e6d commit 5d30d72

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
* This program is free software; you can redistribute it and/or modify it
2+
* under the terms of version 2 of the GNU General Public License as
3+
* published by the Free Software Foundation.
4+
*
5+
* This program is distributed in the hope that it would be useful, but
6+
* WITHOUT ANY WARRANTY; without even the implied warranty of
7+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
8+
*
9+
* Further, this software is distributed without any warranty that it is
10+
* free of the rightful claim of any third person regarding infringement
11+
* or the like. Any license provided herein, whether implied or
12+
* otherwise, applies only to this software file. Patent licenses, if
13+
* any, provided herein do not apply to combinations of this program with
14+
* other software, or any other product whatsoever.
15+
*
16+
* You should have received a copy of the GNU General Public License along
17+
* with this program; if not, write the Free Software Foundation, Inc.,
18+
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19+
*
20+
* Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
21+
* Mountain View, CA 94043, or:
22+
*
23+
* http://www.sgi.com
24+
*
25+
* For further information regarding this notice, see:
26+
*
27+
* http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expression: gpl-2.0 AND patent-disclaimer
2+
is_license_notice: yes
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
* This program is free software; you can redistribute it and/or modify it
2+
* under the terms of version 2 of the GNU General Public License as
3+
* published by the Free Software Foundation.
4+
*
5+
* This program is distributed in the hope that it would be useful, but
6+
* WITHOUT ANY WARRANTY; without even the implied warranty of
7+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
8+
*
9+
* Further, this software is distributed without any warranty that it is
10+
* free of the rightful claim of any third person regarding infringement
11+
* or the like. Any license provided herein, whether implied or
12+
* otherwise, applies only to this software file. Patent licenses, if
13+
* any, provided herein do not apply to combinations of this program with
14+
* other software, or any other product whatsoever.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expression: gpl-2.0 AND patent-disclaimer
2+
is_license_notice: yes

0 commit comments

Comments
 (0)