Skip to content

Commit

Permalink
chore: update license and include notice in web
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Nov 28, 2023
1 parent b210476 commit fb299de
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/thelindat>, Dunak <https://github.com/dunak-debug>, Luke <https://github.com/LukeWasTakenn>
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
Expand Down
18 changes: 18 additions & 0 deletions web/LICENSE
Original file line number Diff line number Diff line change
@@ -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 <https://www.gnu.org/licenses/>.

0 comments on commit fb299de

Please sign in to comment.