From 5d417f3c4cb258b56a142244ceddabcab6508e78 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Sun, 30 Aug 2026 01:26:45 -0700 Subject: [PATCH] Change the copyright holder to Coffey Labs The scripts were attributed to LINUXexpert.org, which is being retired as a site and is no longer where this work lives. Coffey Labs is the organisation these projects belong to. One line per script, fifteen of them, and nothing else. LICENSE is deliberately untouched: its "Copyright (C) " lines are GPL boilerplate showing you how to write your own notice, and the Free Software Foundation's own copyright on the licence text is not ours to edit. Both git contributors are the same person, so there is no third-party copyright here that could not be restated. --- backup.sh | 2 +- disk_cleanup.sh | 2 +- log_inspect.sh | 2 +- log_rotate.sh | 2 +- network_info.sh | 2 +- process_monitor.sh | 2 +- restore.sh | 2 +- rsync_magic.sh | 2 +- security_audit.sh | 2 +- service_manager.sh | 2 +- sys_monitor.sh | 2 +- update_system.sh | 2 +- user_manage.sh | 2 +- zimbra_backup.sh | 2 +- zimbra_restore.sh | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/backup.sh b/backup.sh index ea55f01..a438c40 100644 --- a/backup.sh +++ b/backup.sh @@ -1,7 +1,7 @@ #!/bin/bash # backup.sh - Backup directory to compressed tar archive # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/disk_cleanup.sh b/disk_cleanup.sh index 5f0452f..79dbd2f 100644 --- a/disk_cleanup.sh +++ b/disk_cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash # disk_cleanup.sh - Show disk usage and optionally clean temporary files # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/log_inspect.sh b/log_inspect.sh index f01ef74..b6a429d 100644 --- a/log_inspect.sh +++ b/log_inspect.sh @@ -1,7 +1,7 @@ #!/bin/bash # log_inspect.sh - Search or tail system log files # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/log_rotate.sh b/log_rotate.sh index d3dba0d..24fea13 100644 --- a/log_rotate.sh +++ b/log_rotate.sh @@ -1,7 +1,7 @@ #!/bin/bash # log_rotate.sh - Compress and remove old log files # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/network_info.sh b/network_info.sh index 7649333..02f929b 100644 --- a/network_info.sh +++ b/network_info.sh @@ -1,7 +1,7 @@ #!/bin/bash # network_info.sh - Show network interfaces, routes, open ports, firewall rules # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/process_monitor.sh b/process_monitor.sh index d6076be..8288dd2 100644 --- a/process_monitor.sh +++ b/process_monitor.sh @@ -1,7 +1,7 @@ #!/bin/bash # process_monitor.sh - Show top processes and allow killing by name or PID # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/restore.sh b/restore.sh index a634d65..c69445f 100644 --- a/restore.sh +++ b/restore.sh @@ -1,7 +1,7 @@ #!/bin/bash # restore.sh - Restore files from a backup archive # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/rsync_magic.sh b/rsync_magic.sh index 1118601..7fbf3de 100644 --- a/rsync_magic.sh +++ b/rsync_magic.sh @@ -2,7 +2,7 @@ # rsync_magic.sh - A smart, feature-rich rsync wrapper for safe and powerful file synchronization. # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/security_audit.sh b/security_audit.sh index 7836b32..b87e20d 100644 --- a/security_audit.sh +++ b/security_audit.sh @@ -1,7 +1,7 @@ #!/bin/bash # security_audit.sh - Check for common security issues (permissions, open ports) # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/service_manager.sh b/service_manager.sh index 38cd6ce..98f3fb7 100644 --- a/service_manager.sh +++ b/service_manager.sh @@ -1,7 +1,7 @@ #!/bin/bash # service_manager.sh - Start/stop/restart and manage system services # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/sys_monitor.sh b/sys_monitor.sh index d6da7c1..cba2829 100644 --- a/sys_monitor.sh +++ b/sys_monitor.sh @@ -1,7 +1,7 @@ #!/bin/bash # sys_monitor.sh - System resource monitoring script # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/update_system.sh b/update_system.sh index 38eef10..9e6933c 100644 --- a/update_system.sh +++ b/update_system.sh @@ -1,7 +1,7 @@ #!/bin/bash # update_system.sh - Apply system package updates # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/user_manage.sh b/user_manage.sh index 41e9a6a..58b997f 100644 --- a/user_manage.sh +++ b/user_manage.sh @@ -1,7 +1,7 @@ #!/bin/bash # user_manage.sh - User and Group Management Script # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/zimbra_backup.sh b/zimbra_backup.sh index bd68ede..d2d04c8 100644 --- a/zimbra_backup.sh +++ b/zimbra_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the diff --git a/zimbra_restore.sh b/zimbra_restore.sh index 0de22c8..4d7dd3c 100644 --- a/zimbra_restore.sh +++ b/zimbra_restore.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2025 LINUXexpert.org +# Copyright (C) 2025 Coffey Labs # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the