Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit fb299de

Browse files
committed
chore: update license and include notice in web
1 parent b210476 commit fb299de

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
cp ./{server.lua,README.md,LICENSE,fxmanifest.lua,client.lua,init.lua} ./temp/ox_inventory
7575
cp -r ./{setup,modules,data,locales} ./temp/ox_inventory
7676
cp -r ./web/build ./temp/ox_inventory/web/build
77+
cp ./web/LICENSE ./temp/ox_inventory/web/build
7778
cp -r ./web/images ./temp/ox_inventory/web/images
7879
cd ./temp && zip -r ../ox_inventory.zip ./ox_inventory
7980

LICENSE

+4-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,10 @@ state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634634
Ox Inventory
635-
Copyright (C) 2021 Linden <https://github.com/thelindat>, Dunak <https://github.com/dunak-debug>, Luke <https://github.com/LukeWasTakenn>
635+
Copyright © 2023 Overextended (https://github.com/overextended)
636+
Linden (https://github.com/thelindat)
637+
Luke (https://github.com/LukeWasTakenn)
638+
Dunak (https://github.com/dunak-debug)
636639

637640
This program is free software: you can redistribute it and/or modify
638641
it under the terms of the GNU General Public License as published by

web/LICENSE

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Ox Inventory
2+
Copyright © 2023 Overextended (https://github.com/overextended)
3+
Linden (https://github.com/thelindat)
4+
Luke (https://github.com/LukeWasTakenn)
5+
Dunak (https://github.com/dunak-debug)
6+
7+
This program is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
This program is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with this program. If not, see <https://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)