Skip to content

Commit 6c04e4b

Browse files
committed
Update license to SPDX
1 parent 25631a9 commit 6c04e4b

32 files changed

Lines changed: 34 additions & 122 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2018, Leo Moll
3+
Copyright (c) 2017-2020, Leo Moll
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

addon.kodi18.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ v.0.6.2 (2019-03-10):
5252
</news>
5353
<platform>all</platform>
5454
<language>de fr</language>
55-
<license>MIT License</license>
55+
<license>MIT</license>
5656
<forum>https://forum.kodi.tv/showthread.php?tid=326799</forum>
5757
<source>https://github.com/mediathekview/plugin.video.mediathekview</source>
5858
<website>https://mediathekview.de/</website>

addon.kodi19.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ v.0.6.2 (2019-03-10):
5151
</news>
5252
<platform>all</platform>
5353
<language>de fr</language>
54-
<license>MIT License</license>
54+
<license>MIT</license>
5555
<forum>https://forum.kodi.tv/showthread.php?tid=326799</forum>
5656
<source>https://github.com/mediathekview/plugin.video.mediathekview</source>
5757
<website>https://mediathekview.de/</website>

addon.py

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

2810
# -- Imports ------------------------------------------------

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ v.0.6.2 (2019-03-10):
5252
</news>
5353
<platform>all</platform>
5454
<language>de fr</language>
55-
<license>MIT License</license>
55+
<license>MIT</license>
5656
<forum>https://forum.kodi.tv/showthread.php?tid=326799</forum>
5757
<source>https://github.com/mediathekview/plugin.video.mediathekview</source>
5858
<website>https://mediathekview.de/</website>

mvupdate

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

2911
# -- Imports ------------------------------------------------

mvupdate3

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

2911
# -- Imports ------------------------------------------------

resources/lib/base/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
2+
# SPDX-License-Identifier: MIT
23
"""
34
The base logger module
45
56
Copyright 2017-2018, Leo Moll and Dominik Schlösser
6-
Licensed under MIT License
77
"""
88

99

resources/lib/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The channel model module
44
55
Copyright 2017-2019, Leo Moll and Dominik Schlösser
6-
Licensed under MIT License
6+
SPDX-License-Identifier: MIT
77
"""
88

99

resources/lib/channelui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The channel model UI module
44
55
Copyright 2017-2018, Leo Moll and Dominik Schlösser
6-
Licensed under MIT License
6+
SPDX-License-Identifier: MIT
77
"""
88

99
# pylint: disable=import-error

0 commit comments

Comments
 (0)