Update README.md

This commit is contained in:
2026-06-14 00:08:35 +00:00
parent 6f1128edc1
commit 6dcd6ce908

View File

@@ -133,7 +133,7 @@ cd DelableInvoiceNinja
Make the script executable: 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: Run the script as root:
``` ```
sudo ./delable_invoiceninja.py sudo ./main.py
``` ```
Or: Or:
``` ```
sudo python3 delable_invoiceninja.py sudo python3 main.py
``` ```
The script will: The script will:
@@ -282,7 +282,7 @@ If any of these assumptions are wrong, edit the script before use.
Run the script with `sudo`: Run the script with `sudo`:
``` ```
sudo python3 delable_invoiceninja.py sudo python3 main.py
``` ```
### `File missing` ### `File missing`
@@ -350,10 +350,14 @@ Use at your own risk. The maintainers are not responsible for broken installatio
## Project License ## 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 repositorys `LICENSE` file for the full license text.
This projects license applies only to this repositorys 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 projects license does not override Invoice Ninjas license, Terms of Service, trademark rights, white-label requirements, or any agreement you may have with Invoice Ninja LLC. This projects license does not override Invoice Ninjas license, Terms of Service, trademark rights, white-label requirements, or any agreement you may have with Invoice Ninja LLC.
--