From 6dcd6ce90822fc36f436cd17cbcae3d68752ffb4 Mon Sep 17 00:00:00 2001 From: GigabiteStudios Date: Sun, 14 Jun 2026 00:08:35 +0000 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ac4da55..9d954f0 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ cd DelableInvoiceNinja Make the script executable: ``` -chmod +x delable_invoiceninja.py +chmod +x main.py ``` --- @@ -143,13 +143,13 @@ chmod +x delable_invoiceninja.py Run the script as root: ``` -sudo ./delable_invoiceninja.py +sudo ./main.py ``` Or: ``` -sudo python3 delable_invoiceninja.py +sudo python3 main.py ``` The script will: @@ -282,7 +282,7 @@ If any of these assumptions are wrong, edit the script before use. Run the script with `sudo`: ``` -sudo python3 delable_invoiceninja.py +sudo python3 main.py ``` ### `File missing` @@ -350,10 +350,14 @@ Use at your own risk. The maintainers are not responsible for broken installatio ## Project License -Copyright © GigabiteStudios. All rights reserved. +This project is licensed under the **Creative Commons Attribution-ShareAlike 4.0 International License**. -This repository is currently distributed under an **All Rights Reserved** license unless a separate `LICENSE` file states otherwise. +You may share and adapt this project under the terms of that license, provided that you give appropriate credit, indicate whether changes were made, and distribute adapted material under the same license. -You may not copy, redistribute, sublicense, sell, repackage, or publish modified versions of this project without permission from the repository owner. +See the repository’s `LICENSE` file for the full license text. + +This project’s license applies only to this repository’s original code and documentation. It does not grant rights to Invoice Ninja itself, Invoice Ninja branding, Invoice Ninja trademarks, Invoice Ninja commercial features, or any Invoice Ninja white-label rights. This project’s license does not override Invoice Ninja’s license, Terms of Service, trademark rights, white-label requirements, or any agreement you may have with Invoice Ninja LLC. + +-- \ No newline at end of file