aboutsummaryrefslogtreecommitdiff
path: root/.local/src
diff options
context:
space:
mode:
authorkj-sh6042025-06-10 13:32:36 -0400
committerkj-sh6042025-06-10 13:32:36 -0400
commitd55248989fe4aa8b7c6f5d06ac8a89b66ba3aba8 (patch)
treeb86e16f5a611246ba6740d7c3e9331a5b2cf38eb /.local/src
parent3eceaf30b0bfeb617e74275d15e41c0939fecd61 (diff)
refactor: multiple changes (see description)
* add LICENSEs where necesary * remove *pkg scripts from repo see: https://github.com/kj-sh604/gitpkg * rename .local/src python directories * update .local/bin scripts in relation to above
Diffstat (limited to '.local/src')
-rw-r--r--.local/src/dateTimeSetter/LICENSE12
-rw-r--r--.local/src/dateTimeSetter/Makefile (renamed from .local/src/python-dateTimeSetter/Makefile)0
-rw-r--r--.local/src/dateTimeSetter/dateTime-GTK3.old.py (renamed from .local/src/python-dateTimeSetter/dateTime-GTK3.old.py)0
-rw-r--r--.local/src/dateTimeSetter/dateTime.py (renamed from .local/src/python-dateTimeSetter/dateTime.py)0
-rw-r--r--.local/src/playerctl_systray/LICENSE12
-rw-r--r--.local/src/playerctl_systray/Makefile (renamed from .local/src/python-playerctl_systray/Makefile)0
-rw-r--r--.local/src/playerctl_systray/playerctl_systray.py (renamed from .local/src/python-playerctl_systray/playerctl_systray.py)0
-rw-r--r--.local/src/rainfall/LICENSE21
-rw-r--r--.local/src/rainfall/Makefile (renamed from .local/src/python-rainfall/Makefile)0
-rw-r--r--.local/src/rainfall/rainfall.py (renamed from .local/src/python-rainfall/rainfall.py)0
10 files changed, 45 insertions, 0 deletions
diff --git a/.local/src/dateTimeSetter/LICENSE b/.local/src/dateTimeSetter/LICENSE
new file mode 100644
index 0000000..1d47b15
--- /dev/null
+++ b/.local/src/dateTimeSetter/LICENSE
@@ -0,0 +1,12 @@
+Copyright kj_sh604 <https://github.com/kj-sh604>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/.local/src/python-dateTimeSetter/Makefile b/.local/src/dateTimeSetter/Makefile
index 91b1c6e..91b1c6e 100644
--- a/.local/src/python-dateTimeSetter/Makefile
+++ b/.local/src/dateTimeSetter/Makefile
diff --git a/.local/src/python-dateTimeSetter/dateTime-GTK3.old.py b/.local/src/dateTimeSetter/dateTime-GTK3.old.py
index 186c671..186c671 100644
--- a/.local/src/python-dateTimeSetter/dateTime-GTK3.old.py
+++ b/.local/src/dateTimeSetter/dateTime-GTK3.old.py
diff --git a/.local/src/python-dateTimeSetter/dateTime.py b/.local/src/dateTimeSetter/dateTime.py
index 4d7ab5e..4d7ab5e 100644
--- a/.local/src/python-dateTimeSetter/dateTime.py
+++ b/.local/src/dateTimeSetter/dateTime.py
diff --git a/.local/src/playerctl_systray/LICENSE b/.local/src/playerctl_systray/LICENSE
new file mode 100644
index 0000000..1d47b15
--- /dev/null
+++ b/.local/src/playerctl_systray/LICENSE
@@ -0,0 +1,12 @@
+Copyright kj_sh604 <https://github.com/kj-sh604>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/.local/src/python-playerctl_systray/Makefile b/.local/src/playerctl_systray/Makefile
index a0ab881..a0ab881 100644
--- a/.local/src/python-playerctl_systray/Makefile
+++ b/.local/src/playerctl_systray/Makefile
diff --git a/.local/src/python-playerctl_systray/playerctl_systray.py b/.local/src/playerctl_systray/playerctl_systray.py
index 79a4c0c..79a4c0c 100644
--- a/.local/src/python-playerctl_systray/playerctl_systray.py
+++ b/.local/src/playerctl_systray/playerctl_systray.py
diff --git a/.local/src/rainfall/LICENSE b/.local/src/rainfall/LICENSE
new file mode 100644
index 0000000..4344f2d
--- /dev/null
+++ b/.local/src/rainfall/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2022 alpin111
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/.local/src/python-rainfall/Makefile b/.local/src/rainfall/Makefile
index c7cdd98..c7cdd98 100644
--- a/.local/src/python-rainfall/Makefile
+++ b/.local/src/rainfall/Makefile
diff --git a/.local/src/python-rainfall/rainfall.py b/.local/src/rainfall/rainfall.py
index 9175022..9175022 100644
--- a/.local/src/python-rainfall/rainfall.py
+++ b/.local/src/rainfall/rainfall.py