From f6ed9c88af407bb6a0fd5d53083150adbcb11726 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:30:35 -0500 Subject: [PATCH] Update copyright year from 2020 to 2021 --- scripts/client/afk.js | 2 +- scripts/client/chatbox.js | 2 +- scripts/client/gui.js | 2 +- scripts/client/keybind.js | 2 +- scripts/client/label.js | 2 +- scripts/client/main.js | 2 +- scripts/client/mouse-camera.js | 2 +- scripts/client/nametag.js | 2 +- scripts/client/scoreboard.js | 2 +- scripts/client/sync.js | 2 +- scripts/native/gtac/shared.js | 2 +- scripts/native/ragemp/shared.js | 2 +- scripts/shared/const.js | 2 +- scripts/shared/game-data.js | 2 +- scripts/shared/native.js | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/client/afk.js b/scripts/client/afk.js index 81e3d00d..c2471793 100644 --- a/scripts/client/afk.js +++ b/scripts/client/afk.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: afk.js // DESC: Provides AFK detection diff --git a/scripts/client/chatbox.js b/scripts/client/chatbox.js index 39e16dec..e08595e5 100644 --- a/scripts/client/chatbox.js +++ b/scripts/client/chatbox.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: chatbox.js // DESC: Provides extra chatbox features diff --git a/scripts/client/gui.js b/scripts/client/gui.js index 1c5ae030..fcd4199a 100644 --- a/scripts/client/gui.js +++ b/scripts/client/gui.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: gui.js // DESC: Provides GUI functionality and styles (using MexUI) diff --git a/scripts/client/keybind.js b/scripts/client/keybind.js index e6814b80..ec296504 100644 --- a/scripts/client/keybind.js +++ b/scripts/client/keybind.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: keybind.js // DESC: Provides keybind features diff --git a/scripts/client/label.js b/scripts/client/label.js index 64db5624..983277da 100644 --- a/scripts/client/label.js +++ b/scripts/client/label.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: labels.js // DESC: Provides functionality for world labels (3D labels) diff --git a/scripts/client/main.js b/scripts/client/main.js index 0c20d9ed..f0c0811f 100644 --- a/scripts/client/main.js +++ b/scripts/client/main.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: main.js // DESC: Main client script (will be reorganized into individual files later) diff --git a/scripts/client/mouse-camera.js b/scripts/client/mouse-camera.js index 876f760e..647be052 100644 --- a/scripts/client/mouse-camera.js +++ b/scripts/client/mouse-camera.js @@ -2,7 +2,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: mouse-camera.js // DESC: Provides a freelook camera similar to SA for III and VC diff --git a/scripts/client/nametag.js b/scripts/client/nametag.js index 32a2cb85..1354536f 100644 --- a/scripts/client/nametag.js +++ b/scripts/client/nametag.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: nametags.js // DESC: Provides nametag rendering diff --git a/scripts/client/scoreboard.js b/scripts/client/scoreboard.js index 4581fd15..8475cb8c 100644 --- a/scripts/client/scoreboard.js +++ b/scripts/client/scoreboard.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: scoreboard.js // DESC: Provides scoreboard features and rendering diff --git a/scripts/client/sync.js b/scripts/client/sync.js index e5da2ec9..06abd9fa 100644 --- a/scripts/client/sync.js +++ b/scripts/client/sync.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: sync.js // DESC: Provides some elements and data sync diff --git a/scripts/native/gtac/shared.js b/scripts/native/gtac/shared.js index 59db7955..50d7bf85 100644 --- a/scripts/native/gtac/shared.js +++ b/scripts/native/gtac/shared.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: native.js // DESC: Provides util funcs for native wrapping diff --git a/scripts/native/ragemp/shared.js b/scripts/native/ragemp/shared.js index c6bf2388..90fcd48e 100644 --- a/scripts/native/ragemp/shared.js +++ b/scripts/native/ragemp/shared.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: native.js // DESC: Provides util funcs for native wrapping diff --git a/scripts/shared/const.js b/scripts/shared/const.js index a03c8cac..b0782d8f 100644 --- a/scripts/shared/const.js +++ b/scripts/shared/const.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: const.js // DESC: Provides constants diff --git a/scripts/shared/game-data.js b/scripts/shared/game-data.js index ba1b24c7..db75ab97 100644 --- a/scripts/shared/game-data.js +++ b/scripts/shared/game-data.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: game-data.js // DESC: Provides coords, ids, names, and other data for the games diff --git a/scripts/shared/native.js b/scripts/shared/native.js index d59f72ba..20856f61 100644 --- a/scripts/shared/native.js +++ b/scripts/shared/native.js @@ -1,7 +1,7 @@ // =========================================================================== // Asshat-Gaming Roleplay // https://github.com/VortrexFTW/gtac_asshat_rp -// Copyright (c) 2020 Asshat-Gaming (https://asshatgaming.com) +// Copyright (c) 2021 Asshat-Gaming (https://asshatgaming.com) // --------------------------------------------------------------------------- // FILE: native.js // DESC: Provides util funcs for native wrapping