From fb299de9b6e8835bf774b302fae79f313408db87 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Wed, 29 Nov 2023 02:33:11 +1100 Subject: [PATCH] chore: update license and include notice in web --- .github/workflows/release.yml | 1 + LICENSE | 5 ++++- web/LICENSE | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 web/LICENSE diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 129b927738..4da392de90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,6 +74,7 @@ jobs: cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,client.lua,init.lua} ./temp/ox_inventory cp -r ./{setup,modules,data,locales} ./temp/ox_inventory cp -r ./web/build ./temp/ox_inventory/web/build + cp ./web/LICENSE ./temp/ox_inventory/web/build cp -r ./web/images ./temp/ox_inventory/web/images cd ./temp && zip -r ../ox_inventory.zip ./ox_inventory diff --git a/LICENSE b/LICENSE index effa1075af..dc617bf2d5 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,10 @@ 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. Ox Inventory - Copyright (C) 2021 Linden , Dunak , Luke + Copyright © 2023 Overextended (https://github.com/overextended) + Linden (https://github.com/thelindat) + Luke (https://github.com/LukeWasTakenn) + Dunak (https://github.com/dunak-debug) 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 diff --git a/web/LICENSE b/web/LICENSE new file mode 100644 index 0000000000..e6a7e76ca3 --- /dev/null +++ b/web/LICENSE @@ -0,0 +1,18 @@ +Ox Inventory +Copyright © 2023 Overextended (https://github.com/overextended) +Linden (https://github.com/thelindat) +Luke (https://github.com/LukeWasTakenn) +Dunak (https://github.com/dunak-debug) + +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. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see .