Skip to content

Commit 4311275

Browse files
committed
Add new license detection rule
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 839ef7f commit 4311275

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
license_expression: gpl-2.0 OR bsd-new
3+
is_license_notice: yes
4+
notes: Seen in Linux
5+
---
6+
7+
This code is released under both the GPL version 2 and BSD licenses.
8+
Either license may be used. The respective licenses are found at
9+
the end of this file.
10+
11+
This code was developed by
12+
including portions of which come from the
13+
Developer's Reference Manual and used with permission.
14+
Permission to use
15+
code in the Developer's manual was granted for this driver
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This code is released under both the GPL version 2 and BSD licenses.
2+
Either license may be used. The respective licenses are found at
3+
the end of this file.
4+
5+
This code was developed by Benjamin Reed <breed@users.sourceforge.net>
6+
including portions of which come from the Aironet PC4500
7+
Developer's Reference Manual and used with permission. Copyright
8+
(C) 1999 Benjamin Reed. All Rights Reserved. Permission to use
9+
code in the Developer's manual was granted for this driver by
10+
Aironet. Major code contributions were received from Javier Achirica
11+
<achirica@users.sourceforge.net> and Jean Tourrilhes <jt@hpl.hp.com>.
12+
Code was also integrated from the Cisco Aironet driver for Linux.
13+
Support for MPI350 cards was added by Fabrice Bellet
14+
<fabrice@bellet.info>.
15+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expressions:
2+
- gpl-2.0 OR bsd-new

0 commit comments

Comments
 (0)