From 3880b76fa2c81cdef9445523332a87f79b7859a2 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:45:38 +0100 Subject: [PATCH] chore: update fxmanifest, license + readme --- .../resources/[esx_addons]/esx_garage/LICENSE | 13 ++++++------- .../resources/[esx_addons]/esx_garage/README.md | 16 +++++++--------- .../[esx_addons]/esx_garage/fxmanifest.lua | 4 ++-- 3 files changed, 15 insertions(+), 18 deletions(-) diff --git a/server-data/resources/[esx_addons]/esx_garage/LICENSE b/server-data/resources/[esx_addons]/esx_garage/LICENSE index 7d46e0bd6..fed02f7bf 100644 --- a/server-data/resources/[esx_addons]/esx_garage/LICENSE +++ b/server-data/resources/[esx_addons]/esx_garage/LICENSE @@ -631,8 +631,7 @@ 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. - esx_garage - Copyright (C) 2015-2024 + esx_garage Copyright (C) 2015-2025 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,13 +648,13 @@ 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 +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - esx_garage Copyright (C) 2015-2024 - 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. +esx_garage Copyright (C) 2015-2025 +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 diff --git a/server-data/resources/[esx_addons]/esx_garage/README.md b/server-data/resources/[esx_addons]/esx_garage/README.md index a8d1004a3..53053a189 100644 --- a/server-data/resources/[esx_addons]/esx_garage/README.md +++ b/server-data/resources/[esx_addons]/esx_garage/README.md @@ -1,15 +1,13 @@ -
Discord - Documentation +
Discord -Store Your vehicles in style! ESX garage has an amazing New UI to help you be stylish while parking your broken, rusty Nissan Micra! - -# Legal - -esx_Garage - store vehicles in style! - -Copyright (C) ESX-Framework +Copyright (C) 2024-2025 bitpredator 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 http://www.gnu.org/licenses/. +ATTENTION: +You are not authorized to change the name of the resource and the resources within it. + +If you want to contribute you can open a pull request. \ No newline at end of file diff --git a/server-data/resources/[esx_addons]/esx_garage/fxmanifest.lua b/server-data/resources/[esx_addons]/esx_garage/fxmanifest.lua index 646a70d96..0a5c0ee43 100644 --- a/server-data/resources/[esx_addons]/esx_garage/fxmanifest.lua +++ b/server-data/resources/[esx_addons]/esx_garage/fxmanifest.lua @@ -1,10 +1,10 @@ fx_version("cerulean") game("gta5") -author("ESX-Framework") +author("ESX-Framework - Rework: Bitpredator") description("Allows Players to Store & Retrieve their vehicles") -version("1.0.2") +version("1.0.3") lua54("yes")