Skip to content

Commit 7dc98c0

Browse files
committed
Update dates
1 parent 5cf9b9f commit 7dc98c0

20 files changed

+20
-20
lines changed

ghost/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/core/console.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/core/device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/core/loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/lib/module.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

ghost/modules/activity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "settings",
1515
'Name': "activity",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Show device activity information.",
2020
'Usage': "activity",

ghost/modules/battery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "settings",
1515
'Name': "battery",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Show device battery information.",
2020
'Usage': "battery",

ghost/modules/download.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self):
1616
'Category': "manage",
1717
'Name': "download",
1818
'Authors': [
19-
'Ivan Nikolsky (enty8080) - module developer'
19+
'Ivan Nikolskiy (enty8080) - module developer'
2020
],
2121
'Description': "Download file from device.",
2222
'Usage': "download <remote_file> <local_path>",

ghost/modules/keyboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self):
1818
'Category': "manage",
1919
'Name': "keyboard",
2020
'Authors': [
21-
'Ivan Nikolsky (enty8080) - module developer'
21+
'Ivan Nikolskiy (enty8080) - module developer'
2222
],
2323
'Description': "Interact with device keyboard.",
2424
'Usage': "keyboard",

ghost/modules/list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self):
1616
'Category': "manage",
1717
'Name': "list",
1818
'Authors': [
19-
'Ivan Nikolsky (enty8080) - module developer'
19+
'Ivan Nikolskiy (enty8080) - module developer'
2020
],
2121
'Description': "List directory contents.",
2222
'Usage': "list <remote_path>",

ghost/modules/openurl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "manage",
1515
'Name': "openurl",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Open URL on device.",
2020
'Usage': "openurl <url>",

ghost/modules/press.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "manage",
1515
'Name': "press",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Press device button by keycode.",
2020
'Usage': "press <keycode>",

ghost/modules/screenshot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self):
1616
'Category': "manage",
1717
'Name': "screenshot",
1818
'Authors': [
19-
'Ivan Nikolsky (enty8080) - module developer'
19+
'Ivan Nikolskiy (enty8080) - module developer'
2020
],
2121
'Description': "Take device screenshot.",
2222
'Usage': "screenshot <local_path>",

ghost/modules/shell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "manage",
1515
'Name': "shell",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Execute shell command on device.",
2020
'Usage': "shell <command>",

ghost/modules/sleep.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "manage",
1515
'Name': "sleep",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Put device into sleep mode.",
2020
'Usage': "sleep",

ghost/modules/upload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def __init__(self):
1616
'Category': "manage",
1717
'Name': "upload",
1818
'Authors': [
19-
'Ivan Nikolsky (enty8080) - module developer'
19+
'Ivan Nikolskiy (enty8080) - module developer'
2020
],
2121
'Description': "Upload file to device.",
2222
'Usage': "upload <local_file> <remote_path>",

ghost/modules/wifi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414
'Category': "settings",
1515
'Name': "wifi",
1616
'Authors': [
17-
'Ivan Nikolsky (enty8080) - module developer'
17+
'Ivan Nikolskiy (enty8080) - module developer'
1818
],
1919
'Description': "Set device wifi service state.",
2020
'Usage': "wifi <on|off>",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
MIT License
33
4-
Copyright (c) 2020-2023 EntySec
4+
Copyright (c) 2020-2024 EntySec
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)