Skip to content

Commit aa061c2

Browse files
committed
Add commercial license detection rules #3162
Reference: #3162 Reference: haproxy/haproxy#1948 Reported-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com> Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent a2ee89b commit aa061c2

File tree

9 files changed

+79
-0
lines changed

9 files changed

+79
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
5+
---
6+
7+
This software package is the property of ScientiaMobile Inc. and is licensed
8+
commercially according to a contract between the Licensee and ScientiaMobile Inc. (Licensor).
9+
If you represent the Licensee, please refer to the licensing agreement which has been signed
10+
between the two parties. If you do not represent the Licensee, you are not authorized to use
11+
this software in any way.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
6+
---
7+
8+
software package is the property
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
6+
---
7+
8+
licensed commercially
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
6+
---
7+
8+
licensed commercially according to a contract
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
6+
---
7+
8+
refer to the licensing agreement which has been signed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
6+
---
7+
8+
you are not authorized to use this software in any way.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: commercial-license
3+
is_license_notice: yes
4+
relevance: 100
5+
notes: Seen in wurfl.h https://github.com/haproxy/haproxy/commit/cd9b9bd3e47cb2814eaab6c07d1facf222f013a9#diff-be9afa6e330d524179c2f689a4858fd7645bb3d1f05e54871b962f829f2580e8
6+
---
7+
8+
not authorized to use this software
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* InFuze C API - HAPROXY Dummy library version of include
3+
*
4+
* Copyright (c) ScientiaMobile, Inc.
5+
* http://www.scientiamobile.com
6+
*
7+
* This software package is the property of ScientiaMobile Inc. and is licensed
8+
* commercially according to a contract between the Licensee and ScientiaMobile Inc. (Licensor).
9+
* If you represent the Licensee, please refer to the licensing agreement which has been signed
10+
* between the two parties. If you do not represent the Licensee, you are not authorized to use
11+
* this software in any way.
12+
*
13+
*/
14+
15+
#ifndef _WURFL_H_
16+
#define _WURFL_H_
17+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
license_expressions:
2+
- commercial-license
3+

0 commit comments

Comments
 (0)