From c60d8a0a9318d5f7ea3c9f559fdbcfa8de06c4de Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Fri, 30 Aug 2024 09:22:06 -0500 Subject: [PATCH] Rename project --- LICENSE | 2 +- README.md | 2 +- adblock.sh => blocker.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename adblock.sh => blocker.sh (100%) diff --git a/LICENSE b/LICENSE index ae3d955..65e9b38 100644 --- a/LICENSE +++ b/LICENSE @@ -208,7 +208,7 @@ If you develop a new program, and you want it to be of the greatest possible use To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. - adblock-hosts-script + blocker-hosts-script Copyright (C) 2024 ethanaobrien 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 Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/README.md b/README.md index a82c775..000452c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ A bash script to pull adblock host files from multiple locations -Run `adblock.sh` +Run `./blocker.sh` diff --git a/adblock.sh b/blocker.sh similarity index 100% rename from adblock.sh rename to blocker.sh