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

Commit cc6aed5

Browse files
committed
chore: adjust links
1 parent 9946bf9 commit cc6aed5

File tree

73 files changed

+73
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+73
-73
lines changed

imports/__addCommand/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
88
9-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
9+
Copyright © 2025 Linden <https://github.com/thelindat>
1010
]]
1111

1212
local commands = {}

imports/addCommand/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
---@class OxCommandParams

imports/addKeybind/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
if cache.game == 'redm' then return end

imports/array/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
---@class Array<T> : OxClass, { [number]: T }

imports/callback/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
local pendingCallbacks = {}

imports/callback/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
local pendingCallbacks = {}

imports/class/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
---@diagnostic disable: invisible

imports/cron/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
lib.cron = {}

imports/disableControls/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
--- Call on frame to disable all stored keys.

imports/dui/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
This file is licensed under LGPL-3.0 or higher <https://www.gnu.org/licenses/lgpl-3.0.en.html>
55
6-
Copyright (c) 2025 Linden <https://github.com/thelindat/fivem>
6+
Copyright © 2025 Linden <https://github.com/thelindat>
77
]]
88

99
---@class DuiProperties

0 commit comments

Comments
 (0)