Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed Feb 20, 2024
1 parent 5a39c21 commit 125c1df
Show file tree
Hide file tree
Showing 25 changed files with 485 additions and 584 deletions.
51 changes: 36 additions & 15 deletions src/licensedcode/data/licenses/drl-1.1.LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,39 @@ other_urls:

Detection Rule License (DRL) 1.1

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:

If you share the Rules (including in modified form), you must retain the following if it is supplied within the Rules:

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).

a URI or hyperlink to the Rule set or explicit Rule to the extent reasonably practicable

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

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:

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).

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.
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:

If you share the Rules (including in modified form), you must retain the
following if it is supplied within the Rules:

1. 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).

2. a URI or hyperlink to the Rule set or explicit Rule to the extent
reasonably practicable

3. 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

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:

1. 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).

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.
10 changes: 4 additions & 6 deletions src/licensedcode/data/licenses/hdparm.LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ ignorable_emails:
- mlord@pobox.com
---

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

You may freely use, modify, and redistribute the hdparm program,
as either binary or source, or both.

The only condition is that my name and copyright notice
remain in the source code as-is.
The only condition is that my name and copyright notice remain in the source
code as-is.

Mark Lord (mlord@pobox.com)
6 changes: 3 additions & 3 deletions src/licensedcode/data/licenses/paul-mackerras.LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ spdx_license_key: Mackerras-3-Clause-acknowledgment
other_spdx_license_keys:
- LicenseRef-scancode-paul-mackerras
ignorable_authors:
- Paul Mackerras <paulus@ozlabs.org>
- Paul Mackerras <paulus@samba.org>
ignorable_emails:
- paulus@ozlabs.org
- paulus@samba.org
---

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

THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
Expand Down
4 changes: 2 additions & 2 deletions src/licensedcode/data/licenses/softsurfer.LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ other_urls:
- https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207
---

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

0 comments on commit 125c1df

Please sign in to comment.