diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc4e51f83..fd853b4a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: mkdir -p ./temp/ox_lib mkdir -p ./temp/ox_lib/web/ cp ./{LICENSE,README.md,fxmanifest.lua,init.lua} ./temp/ox_lib - cp -r ./{imports,resource} ./temp/ox_lib + cp -r ./{imports,resource,locales} ./temp/ox_lib cp -r ./web/build ./temp/ox_lib/web/ cd ./temp && zip -r ../ox_lib.zip ./ox_lib diff --git a/LICENSE b/LICENSE index abad78133..752aea76b 100644 --- a/LICENSE +++ b/LICENSE @@ -631,8 +631,10 @@ to attach them to the start of each source file to most effectively 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. - pe-lualib - Copyright (C) 2021 Linden + ox_lib + Copyright (C) 2021 + Linden + Luke 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 @@ -649,23 +651,6 @@ the "copyright" line and a pointer to where the full notice is found. Also add information on how to contact you by electronic and paper mail. - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - pe-lualib Copyright (C) 2021 Linden - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with diff --git a/fxmanifest.lua b/fxmanifest.lua index 5ec1253c6..52ae2af9b 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -23,7 +23,7 @@ game 'gta5' --[[ Resource Information ]]-- name 'ox_lib' author 'Linden' -version '2.3.0' +version '2.3.1' repository 'https://github.com/overextended/ox_lib' description 'A library of shared functions to utilise in other resources.'