From 2d5041659f2b73b1ff2d6131b57855065e6a5f40 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Sat, 5 Oct 2024 17:06:40 +0000 Subject: [PATCH] Yeah yeah ok GPL I get it --- src/sshare/config_directory.py | 3 +++ src/sshare/logger.py | 3 +++ src/sshare/main.py | 3 +++ src/sshare/plugin/__init__.py | 3 +++ src/sshare/plugin/config.py | 3 +++ src/sshare/plugin/plugin.py | 3 +++ src/sshare/plugin/source.py | 3 +++ src/sshare/plugins/command_line.py | 3 +++ src/sshare/plugins/extension.py | 3 +++ src/sshare/plugins/file.py | 3 +++ src/sshare/plugins/preserve.py | 3 +++ src/sshare/plugins/print_location.py | 3 +++ src/sshare/plugins/ssh.py | 3 +++ src/sshare/plugins/stdin.py | 3 +++ src/sshare/plugins/time.py | 3 +++ src/sshare/plugins/uri.py | 3 +++ src/sshare/validator.py | 3 +++ 17 files changed, 51 insertions(+) diff --git a/src/sshare/config_directory.py b/src/sshare/config_directory.py index 022480d..2f84532 100644 --- a/src/sshare/config_directory.py +++ b/src/sshare/config_directory.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/logger.py b/src/sshare/logger.py index 60d804c..6f16d85 100644 --- a/src/sshare/logger.py +++ b/src/sshare/logger.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/main.py b/src/sshare/main.py index f0744ec..f5c09e1 100644 --- a/src/sshare/main.py +++ b/src/sshare/main.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugin/__init__.py b/src/sshare/plugin/__init__.py index 60040ad..3dca581 100644 --- a/src/sshare/plugin/__init__.py +++ b/src/sshare/plugin/__init__.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugin/config.py b/src/sshare/plugin/config.py index 6df34ed..7714abc 100644 --- a/src/sshare/plugin/config.py +++ b/src/sshare/plugin/config.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugin/plugin.py b/src/sshare/plugin/plugin.py index 213db6d..5da1184 100644 --- a/src/sshare/plugin/plugin.py +++ b/src/sshare/plugin/plugin.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugin/source.py b/src/sshare/plugin/source.py index b2fede5..374988b 100644 --- a/src/sshare/plugin/source.py +++ b/src/sshare/plugin/source.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/command_line.py b/src/sshare/plugins/command_line.py index 6b86cce..7d1d2c7 100644 --- a/src/sshare/plugins/command_line.py +++ b/src/sshare/plugins/command_line.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/extension.py b/src/sshare/plugins/extension.py index 7b97012..670aabf 100644 --- a/src/sshare/plugins/extension.py +++ b/src/sshare/plugins/extension.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/file.py b/src/sshare/plugins/file.py index 12cd2c4..5216bae 100644 --- a/src/sshare/plugins/file.py +++ b/src/sshare/plugins/file.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/preserve.py b/src/sshare/plugins/preserve.py index d010cde..52773b0 100644 --- a/src/sshare/plugins/preserve.py +++ b/src/sshare/plugins/preserve.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/print_location.py b/src/sshare/plugins/print_location.py index ed2991e..eb00620 100644 --- a/src/sshare/plugins/print_location.py +++ b/src/sshare/plugins/print_location.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/ssh.py b/src/sshare/plugins/ssh.py index 2bf71cf..a1d3e3c 100644 --- a/src/sshare/plugins/ssh.py +++ b/src/sshare/plugins/ssh.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/stdin.py b/src/sshare/plugins/stdin.py index 7edccbe..bfc747f 100644 --- a/src/sshare/plugins/stdin.py +++ b/src/sshare/plugins/stdin.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/time.py b/src/sshare/plugins/time.py index 20f65d0..53e9777 100644 --- a/src/sshare/plugins/time.py +++ b/src/sshare/plugins/time.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/plugins/uri.py b/src/sshare/plugins/uri.py index 53078b7..143d95b 100644 --- a/src/sshare/plugins/uri.py +++ b/src/sshare/plugins/uri.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of diff --git a/src/sshare/validator.py b/src/sshare/validator.py index b003ba2..0516afa 100644 --- a/src/sshare/validator.py +++ b/src/sshare/validator.py @@ -1,3 +1,6 @@ +# SSHare - upload files to a server +# Copyright (c) 2024 Gnarwhal +# # This file is part of SSHare. # # SSHare is free software: you can redistribute it and/or modify it under the terms of