Skip to content

Commit 125c1df

Browse files
Address review comments
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 5a39c21 commit 125c1df

25 files changed

+485
-584
lines changed

src/licensedcode/data/licenses/drl-1.1.LICENSE

Lines changed: 36 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,39 @@ other_urls:
1414

1515
Detection Rule License (DRL) 1.1
1616

17-
Permission is hereby granted, free of charge, to any person obtaining a copy of this rule set and associated documentation files (the "Rules"), to deal in the Rules without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Rules, and to permit persons to whom the Rules are furnished to do so, subject to the following conditions:
18-
19-
If you share the Rules (including in modified form), you must retain the following if it is supplied within the Rules:
20-
21-
identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated).
22-
23-
a URI or hyperlink to the Rule set or explicit Rule to the extent reasonably practicable
24-
25-
indicate the Rules are licensed under this Detection Rule License, and include the text of, or the URI or hyperlink to, this Detection Rule License to the extent reasonably practicable
26-
27-
If you use the Rules (including in modified form) on data, messages based on matches with the Rules must retain the following if it is supplied within the Rules:
28-
29-
identification of the authors(s) ("author" field) of the Rule and any others designated to receive attribution, in any reasonable manner requested by the Rule author (including by pseudonym if designated).
30-
31-
THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE RULES OR THE USE OR OTHER DEALINGS IN THE RULES.
17+
Permission is hereby granted, free of charge, to any person obtaining a copy
18+
of this rule set and associated documentation files (the "Rules"), to deal
19+
in the Rules without restriction, including without limitation the rights to
20+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
21+
of the Rules, and to permit persons to whom the Rules are furnished to do so,
22+
subject to the following conditions:
23+
24+
If you share the Rules (including in modified form), you must retain the
25+
following if it is supplied within the Rules:
26+
27+
1. identification of the authors(s) ("author" field) of the Rule and any
28+
others designated to receive attribution, in any reasonable manner
29+
requested by the Rule author (including by pseudonym if designated).
30+
31+
2. a URI or hyperlink to the Rule set or explicit Rule to the extent
32+
reasonably practicable
33+
34+
3. indicate the Rules are licensed under this Detection Rule License, and
35+
include the text of, or the URI or hyperlink to, this Detection Rule
36+
License to the extent reasonably practicable
37+
38+
If you use the Rules (including in modified form) on data, messages based on
39+
matches with the Rules must retain the following if it is supplied within the
40+
Rules:
41+
42+
1. identification of the authors(s) ("author" field) of the Rule and any
43+
others designated to receive attribution, in any reasonable manner
44+
requested by the Rule author (including by pseudonym if designated).
45+
46+
THE RULES ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51+
OUT OF OR IN CONNECTION WITH THE RULES OR THE USE OR OTHER DEALINGS IN THE
52+
RULES.

src/licensedcode/data/licenses/hdparm.LICENSE

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ ignorable_emails:
1414
- mlord@pobox.com
1515
---
1616

17-
BSD-Style Open Source License:
17+
You may freely use, modify, and redistribute the hdparm program, as either
18+
binary or source, or both.
1819

19-
You may freely use, modify, and redistribute the hdparm program,
20-
as either binary or source, or both.
21-
22-
The only condition is that my name and copyright notice
23-
remain in the source code as-is.
20+
The only condition is that my name and copyright notice remain in the source
21+
code as-is.
2422

2523
Mark Lord (mlord@pobox.com)

src/licensedcode/data/licenses/paul-mackerras.LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ spdx_license_key: Mackerras-3-Clause-acknowledgment
1010
other_spdx_license_keys:
1111
- LicenseRef-scancode-paul-mackerras
1212
ignorable_authors:
13-
- Paul Mackerras <paulus@ozlabs.org>
13+
- Paul Mackerras <paulus@samba.org>
1414
ignorable_emails:
15-
- paulus@ozlabs.org
15+
- paulus@samba.org
1616
---
1717

1818
Redistribution and use in source and binary forms, with or without
@@ -29,7 +29,7 @@ are met:
2929
3. Redistributions of any form whatsoever must retain the following
3030
acknowledgment:
3131
"This product includes software developed by Paul Mackerras
32-
<paulus@ozlabs.org>".
32+
<paulus@samba.org>".
3333

3434
THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
3535
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY

src/licensedcode/data/licenses/softsurfer.LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ other_urls:
1414
- https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207
1515
---
1616

17-
This code may be freely used and modified for any purpose
17+
This code may be freely used and modified for any purpose
1818
providing that this copyright notice is included with it.
19-
SoftSurfer makes no warranty for this code, and cannot be held
19+
Copyright holder makes no warranty for this code, and cannot be held
2020
liable for any real or imagined damage resulting from its use.
2121
Users of this code must verify correctness for their application.

0 commit comments

Comments
 (0)