Skip to content

Commit 25e7296

Browse files
committed
Add new MIT license detection rules #2675
Reported-by: Henrik Sandklef @hesa Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 8bf3352 commit 25e7296

6 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Distributed under the MIT License (MIT)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
license_expression: mit
2+
is_license_notice: yes
3+
relevance: 100
4+
notes: https://github.com/nexB/scancode-toolkit/issues/2675
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
2+
or copy at http://opensource.org/licenses/MIT)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
license_expression: mit
2+
is_license_notice: yes
3+
relevance: 100
4+
referenced_filenames:
5+
- LICENSE.txt
6+
notes: https://github.com/nexB/scancode-toolkit/issues/2675
7+
ignorable_urls:
8+
- http://opensource.org/licenses/MIT
9+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* @file Exception.cpp
3+
* @ingroup SQLiteCpp
4+
* @brief Encapsulation of the error message from SQLite3 on a std::runtime_error.
5+
*
6+
* Copyright (c) 2012-2020 Sebastien Rombauts (sebastien.rombauts@gmail.com)
7+
*
8+
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
9+
* or copy at http://opensource.org/licenses/MIT)
10+
*/
11+
#include <SQLiteCpp/Exception.h>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
license_expressions:
2+
- mit
3+

0 commit comments

Comments
 (0)