Skip to content

Commit 6d78b51

Browse files
committed
update cpyright year to 2021
1 parent 0573a8f commit 6d78b51

18 files changed

+18
-18
lines changed

firedm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
66
7-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
7+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
88
:license: GNU LGPLv3, see LICENSE for more details.
99
"""
1010

firedm/FireDM.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
66
7-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
7+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
88
:license: GNU LGPLv3, see LICENSE for more details.
99
1010
Module description:

firedm/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
66
7-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
7+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
88
:license: GNU LGPLv3, see LICENSE for more details.
99
"""
1010
# main module executed when run command

firedm/brain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99
import os

firedm/cmdview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
99
Module description:

firedm/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99
# todo: clean unused items

firedm/dependency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
66
7-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
7+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
88
:license: GNU LGPLv3, see LICENSE for more details.
99
"""
1010

firedm/downloaditem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99

firedm/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "pyCuRL/curl", and "youtube_dl""
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
99
Module description:

firedm/setting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99

firedm/systray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "pyCuRL/curl", and "youtube_dl""
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
99
Module description:

firedm/tkview.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "pyCuRL/curl", and "youtube_dl""
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
99
Module description:

firedm/update.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99

firedm/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99
import base64

firedm/video.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99
import copy

firedm/view.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "pyCuRL/curl", and "youtube_dl""
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
99
Module description:

firedm/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
multi-connections internet download manager, based on "LibCurl", and "youtube_dl".
55
6-
:copyright: (c) 2019-2020 by Mahmoud Elshahat.
6+
:copyright: (c) 2019-2021 by Mahmoud Elshahat.
77
:license: GNU LGPLv3, see LICENSE for more details.
88
"""
99

0 commit comments

Comments
 (0)