Skip to content

Commit 0b3b65f

Browse files
chore: add SPDX-License-Identifier
1 parent ff5c2e4 commit 0b3b65f

15 files changed

+22
-42
lines changed

MIT_License.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONIN
1414
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
1515
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
DEALINGS IN THE SOFTWARE.
17+
---------------------------------------------------------------------------
18+
Note:
19+
Individual files contain the following tag instead of the full license text.
20+
21+
SPDX-License-Identifier: MIT
22+
23+
This enables machine processing of license information based on the SPDX
24+
License Identifiers that are here available: http://spdx.org/licenses/

source/code/bencode.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: CC0-1.0
12
{
23
public domain code?
34
Source code from:

source/code/controler_trackerlist_online.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
unit controler_trackerlist_online;
23

34
{

source/code/controler_treeview_torrent_data.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
unit controler_treeview_torrent_data;
23

34
{

source/code/controlergridtorrentdata.pas

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
{ MIT licence
2-
Copyright (c) Gerry Ferdinandus
3-
4-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5-
and associated documentation files (the "Software"), to deal in the Software without restriction,
6-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
7-
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
8-
subject to the following conditions:
9-
10-
The above copyright notice and this permission notice shall be included in all copies or substantial portions
11-
of the Software.
12-
13-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
14-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
16-
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
DEALINGS IN THE SOFTWARE.
18-
}
19-
1+
// SPDX-License-Identifier: MIT
202
unit controlergridtorrentdata;
213

224
{

source/code/decodetorrent.pas

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
1-
{ MIT licence
2-
Copyright (c) Gerry Ferdinandus
3-
4-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
5-
and associated documentation files (the "Software"), to deal in the Software without restriction,
6-
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
7-
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
8-
subject to the following conditions:
9-
10-
The above copyright notice and this permission notice shall be included in all copies or substantial portions
11-
of the Software.
12-
13-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
14-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15-
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
16-
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
17-
DEALINGS IN THE SOFTWARE.
18-
}
19-
1+
// SPDX-License-Identifier: MIT
202
unit DecodeTorrent;
213

224
{$mode objfpc}{$H+}

source/code/main.pas

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
{ MIT licence
2-
Copyright (c) Gerry Ferdinandus
3-
}
4-
1+
// SPDX-License-Identifier: MIT
52
unit main;
63

74
{

source/code/newtrackon.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
unit newtrackon;
23

34
{

source/code/ngosang_trackerslist.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
unit ngosang_trackerslist;
23

34
{

source/code/torrent_miscellaneous.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: MIT
12
unit torrent_miscellaneous;
23

34
{

0 commit comments

Comments
 (0)