Skip to content

Commit efcf8a8

Browse files
committed
Fix MIT attribution rule
Signed-off-by: dikshaa2909 <dikshadeware@gmail.com>
1 parent 5ac7c1d commit efcf8a8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
license_expression: mit AND no-endorsement
2+
license_expression: mit
33
is_license_text: yes
44
relevance: 100
55

66
required_phrases:
7-
- Permission is hereby granted, free of charge
8-
- The above copyright notice and this permission notice
9-
- THE SOFTWARE IS PROVIDED "AS IS"
7+
- "{{ Permission is hereby granted, free of charge }}"
8+
- "{{ The above copyright notice and this permission notice }}"
9+
- "{{ THE SOFTWARE IS PROVIDED \"AS IS\" }}"
1010
---
1111

1212
Copyright 2025 Sinusoidal Systems AB
1313

14-
Permission is hereby granted, free of charge, to any person obtaining a copy of
14+
{{Permission is hereby granted, free of charge}}, to any person obtaining a copy of
1515
this software and associated documentation files (the "Software"), to deal in
1616
the Software without restriction, including without limitation the rights to
1717
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
1818
of the Software, and to permit persons to whom the Software is furnished to do
1919
so, subject to the following conditions:
2020

21-
1. The above copyright notice and this permission notice shall be included in
21+
1. {{The above copyright notice and this permission notice}} shall be included in
2222
all copies or substantial portions of the Software.
2323

2424
2. Redistributions of the Software in source or binary form must include an
@@ -31,10 +31,10 @@ so, subject to the following conditions:
3131
used to endorse or promote products derived from this Software without specific
3232
prior written permission.
3333

34-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34+
{{THE SOFTWARE IS PROVIDED "AS IS"}}, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3535
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3636
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3737
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3838
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3939
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40-
SOFTWARE.
40+
SOFTWARE.

0 commit comments

Comments
 (0)