Skip to content

Commit 2eae344

Browse files
committed
licenses: add IBPP License v1.1 detection [fixes #3553]
Signed-off-by: kumarasantosh <santosh.pulikond02@gmail.com>
1 parent 09a4197 commit 2eae344

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

src/licensedcode/data/rules/ibpp_intro.RULE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
license_expression: ibpp
33
is_license_intro: yes
44
relevance: 85
5+
ignorable_copyrights:
6+
- (c) Copyright 2000-2006 T.I.P. Group S.A. and the IBPP Team (www.ibpp.org)
7+
ignorable_holders:
8+
- T.I.P. Group S.A. and the IBPP Team
9+
ignorable_urls:
10+
- http://www.ibpp.org/
511
---
612
IBPP License v1.1
713
-----------------
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
IBPP License v1.1
2+
-----------------
3+
4+
(C) Copyright 2000-2006 T.I.P. Group S.A. and the IBPP Team (www.ibpp.org)
5+
6+
Permission is hereby granted, free of charge, to any person or organization
7+
("You") obtaining a copy of this software and associated documentation files
8+
covered by this license (the "Software") to use the Software as part of another
9+
work; to modify it for that purpose; to publish or distribute it, modified or
10+
not, for that same purpose; to permit persons to whom the other work using the
11+
Software is furnished to do so; subject to the following conditions: the above
12+
copyright notice and this complete and unmodified permission notice shall be
13+
included in all copies or substantial portions of the Software; You will not
14+
misrepresent modified versions of the Software as being the original.
15+
16+
The Software is provided "as is", without warranty of any kind, express or
17+
implied, including but not limited to the warranties of merchantability,
18+
fitness for a particular purpose and noninfringement. In no event shall
19+
the authors or copyright holders be liable for any claim, damages or other
20+
liability, whether in an action of contract, tort or otherwise, arising from,
21+
out of or in connection with the software or the use of other dealings in
22+
the Software.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
license_expressions:
2+
- ibpp

0 commit comments

Comments
 (0)