diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..96fc531 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,12 @@ +The Clear BSD License + +Copyright (c) 2022-2023 Jake Winters +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of Inferencium nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..fbef7e7 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +
Inferencium configuration files.
+All content is licensed under BSD-3-Clause-Clear license*.
+
+*Excluding Linux configuration file(s), which are licensed under GPL-2.0-only license.
All files are checked for security issues; however, it is always the user's responsibility to
+audit the code before installing and/or executing it.
+
+Inferencium takes no responsibility for any security issues which may arise due to usage of this
+repository.
Development branch. All pre-alpha development and alpha testing happens here.
+
+
Beta branch. All beta testing happens here.
+Stable branch. Complete and stable versions are stored here.
+
diff --git a/desktop/alacritty/alacritty.yml b/desktop/alacritty/alacritty.yml
index 2bbe66a..ca259fb 100644
--- a/desktop/alacritty/alacritty.yml
+++ b/desktop/alacritty/alacritty.yml
@@ -1,9 +1,9 @@
# Alacritty - Configuration
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.0.1
+# Version: 2.0.0.2
# Imports are loaded in order, skipping all missing files, with the importing
diff --git a/desktop/chromium/default b/desktop/chromium/default
index 834b5dd..a46a455 100644
--- a/desktop/chromium/default
+++ b/desktop/chromium/default
@@ -1,9 +1,9 @@
// Chromium - Flags - Default
// Copyright 2022-2023 Jake Winters
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: BSD-3-Clause-Clear
-// Version: 2.0.0.2
+// Version: 3.0.0.3
CHROMIUM_FLAGS="--enable-features=WebUIDarkMode --force-dark-mode --flag-switches-begin --disable-smooth-scrolling --flag-switches-end"
diff --git a/desktop/chromium/profile-jit b/desktop/chromium/profile-jit
index 08643f2..17a2467 100644
--- a/desktop/chromium/profile-jit
+++ b/desktop/chromium/profile-jit
@@ -1,7 +1,7 @@
// Chromium - Profile - JIT
// Copyright 2022-2023 Jake Winters
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: BSD-3-Clause-Clear
// Version: 1.0.1.2
diff --git a/desktop/chromium/profile-jitless b/desktop/chromium/profile-jitless
index dbaf00c..f2a76f9 100644
--- a/desktop/chromium/profile-jitless
+++ b/desktop/chromium/profile-jitless
@@ -1,7 +1,7 @@
// Chromium - Profile - No JIT
// Copyright 2022-2023 Jake Winters
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: BSD-3-Clause-Clear
// Version: 1.0.1.2
diff --git a/desktop/git/.gitconfig b/desktop/git/.gitconfig
index b5e7e16..c2e60f1 100644
--- a/desktop/git/.gitconfig
+++ b/desktop/git/.gitconfig
@@ -2,9 +2,9 @@
# Git - Configuration
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.0.2
+# Version: 3.0.0.3
# Inferencium
diff --git a/desktop/git/.gitconfig-inf b/desktop/git/.gitconfig-inf
index 5fee3f2..e0f96e6 100644
--- a/desktop/git/.gitconfig-inf
+++ b/desktop/git/.gitconfig-inf
@@ -2,9 +2,9 @@
# Git - Configuration - Inferencium
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.1.1
+# Version: 2.0.0.2
# Inferencium
diff --git a/desktop/mc/ini b/desktop/mc/ini
index 7db8f77..e1d006d 100644
--- a/desktop/mc/ini
+++ b/desktop/mc/ini
@@ -2,9 +2,9 @@
// Midnight Commander - Configuration
// Copyright 2022-2023 Jake Winters
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: BSD-3-Clause-Clear
-// Version: 1.0.1.2
+// Version: 2.0.0.3
[Midnight-Commander]
diff --git a/desktop/mc/mc.keymap b/desktop/mc/mc.keymap
index 34fd41f..c47b7d6 100644
--- a/desktop/mc/mc.keymap
+++ b/desktop/mc/mc.keymap
@@ -2,9 +2,9 @@
// Midnight Commander - Keymap
// Copyright 2022-2023 Jake Winters
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: BSD-3-Clause-Clear
-// Version: 1.0.1.2
+// Version: 2.0.0.3
[main:empty-cmdline]
diff --git a/desktop/mc/panels.ini b/desktop/mc/panels.ini
index 770af57..098a3aa 100644
--- a/desktop/mc/panels.ini
+++ b/desktop/mc/panels.ini
@@ -2,6 +2,6 @@
// Midnight Commander - Panels
// Copyright 2022-2023 Jake Winters
-// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-License-Identifier: BSD-3-Clause-Clear
-// Version: 1.0.1.2
+// Version: 2.0.0.3
diff --git a/desktop/mpv/input.conf b/desktop/mpv/input.conf
index 0019051..96e4f45 100644
--- a/desktop/mpv/input.conf
+++ b/desktop/mpv/input.conf
@@ -2,9 +2,9 @@
# MPV - Input
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.1.2
+# Version: 2.0.0.3
# Video panning
diff --git a/desktop/mpv/mpv.conf b/desktop/mpv/mpv.conf
index efe53a2..6d55dd3 100644
--- a/desktop/mpv/mpv.conf
+++ b/desktop/mpv/mpv.conf
@@ -2,9 +2,9 @@
# MPV - Configuration
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.0.4
+# Version: 2.0.0.5
alpha=yes
diff --git a/desktop/mpv/scripts/equalizer.lua b/desktop/mpv/scripts/equalizer.lua
index acfc76f..7fa2a1c 100644
--- a/desktop/mpv/scripts/equalizer.lua
+++ b/desktop/mpv/scripts/equalizer.lua
@@ -2,9 +2,9 @@
-- MPV - Script - Equalizer
-- Copyright 2022-2023 Jake Winters
--- SPDX-License-Identifier: GPL-3.0-or-later
+-- SPDX-License-Identifier: BSD-3-Clause-Clear
--- Version: 1.0.1.3
+-- Version: 2.0.0.4
--[[
diff --git a/desktop/neofetch/config.conf b/desktop/neofetch/config.conf
index ce4f01b..2b26d00 100644
--- a/desktop/neofetch/config.conf
+++ b/desktop/neofetch/config.conf
@@ -2,9 +2,9 @@
# Neofetch - Configuration
# Copyright 2021-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.1.4
+# Version: 3.0.0.5
print_info() {
diff --git a/desktop/nvim/init.vim b/desktop/nvim/init.vim
index a769bd6..2a18f4e 100644
--- a/desktop/nvim/init.vim
+++ b/desktop/nvim/init.vim
@@ -2,9 +2,9 @@
" Neovim - Configuration
" Copyright 2022-2023 Jake Winters
-" SPDX-License-Identifier: GPL-3.0-or-later
+" SPDX-License-Identifier: BSD-3-Clause-Clear
-" Version: 1.0.1.6
+" Version: 2.0.0.7
" Editor.
diff --git a/desktop/portage/bashrc b/desktop/portage/bashrc
index 194b3e7..729d48e 100644
--- a/desktop/portage/bashrc
+++ b/desktop/portage/bashrc
@@ -2,9 +2,9 @@
# Portage - bashrc
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.0.3
+# Version: 3.0.0.4
# Automatically update cfg-update index.
diff --git a/desktop/portage/categories b/desktop/portage/categories
index f6e2cf6..ed67cf7 100644
--- a/desktop/portage/categories
+++ b/desktop/portage/categories
@@ -2,9 +2,9 @@
# Portage - Categories
# Copyright 2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 0.0.0.0
+# Version: 1.0.0.1
game-rpg
diff --git a/desktop/portage/env/basic.conf b/desktop/portage/env/basic.conf
index b88b838..dd593dd 100644
--- a/desktop/portage/env/basic.conf
+++ b/desktop/portage/env/basic.conf
@@ -2,9 +2,9 @@
# Portage - env - Clang - Basic
# Copyright 2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 3.0.0.3
+# Version: 4.0.0.4
# Flags
diff --git a/desktop/portage/env/gcc-basic.conf b/desktop/portage/env/gcc-basic.conf
index ee9ab16..6850b12 100644
--- a/desktop/portage/env/gcc-basic.conf
+++ b/desktop/portage/env/gcc-basic.conf
@@ -2,9 +2,9 @@
# Portage - env - GCC - Basic
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 6.0.1.9
+# Version: 7.0.0.10
# Toolchain
diff --git a/desktop/portage/env/gcc-nolto.conf b/desktop/portage/env/gcc-nolto.conf
index c2a9b9c..1bd60dd 100644
--- a/desktop/portage/env/gcc-nolto.conf
+++ b/desktop/portage/env/gcc-nolto.conf
@@ -2,9 +2,9 @@
# Portage - env - GCC - No LTO
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 7.0.1.11
+# Version: 8.0.0.12
# Flags
diff --git a/desktop/portage/env/gcc.conf b/desktop/portage/env/gcc.conf
index 312b08e..a096512 100644
--- a/desktop/portage/env/gcc.conf
+++ b/desktop/portage/env/gcc.conf
@@ -2,9 +2,9 @@
# Portage - env - GCC
# Copyright 2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 0.0.0.0
+# Version: 1.0.0.1
# Flags
diff --git a/desktop/portage/env/nolto.conf b/desktop/portage/env/nolto.conf
index fbf67ec..3581832 100644
--- a/desktop/portage/env/nolto.conf
+++ b/desktop/portage/env/nolto.conf
@@ -2,9 +2,9 @@
# Portage - env - Clang - No LTO
# Copyright 2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.0.3
+# Version: 3.0.0.4
# Flags
diff --git a/desktop/portage/env/notmpfs.conf b/desktop/portage/env/notmpfs.conf
index 5e14561..59ce613 100644
--- a/desktop/portage/env/notmpfs.conf
+++ b/desktop/portage/env/notmpfs.conf
@@ -2,9 +2,9 @@
# Portage - env - No tmpfs
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.1.2
+# Version: 2.0.0.3
# Directories
diff --git a/desktop/portage/make.conf b/desktop/portage/make.conf
index ab5803c..347a577 100644
--- a/desktop/portage/make.conf
+++ b/desktop/portage/make.conf
@@ -2,9 +2,9 @@
# Portage - make.conf
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 13.0.2.39
+# Version: 14.0.0.40
# System
diff --git a/desktop/portage/package.accept_keywords b/desktop/portage/package.accept_keywords
index 652a3d8..f33644f 100644
--- a/desktop/portage/package.accept_keywords
+++ b/desktop/portage/package.accept_keywords
@@ -2,9 +2,9 @@
# Portage - package.accept_keywords
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 8.0.1.25
+# Version: 9.0.0.26
app-arch/unrar ~amd64
diff --git a/desktop/portage/package.env b/desktop/portage/package.env
index 8cc1b07..acf8b24 100644
--- a/desktop/portage/package.env
+++ b/desktop/portage/package.env
@@ -2,9 +2,9 @@
# Portage - package.env
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 20.0.1.57
+# Version: 21.0.0.58
# No tmpfs
diff --git a/desktop/portage/package.license b/desktop/portage/package.license
index 98aafd1..030596e 100644
--- a/desktop/portage/package.license
+++ b/desktop/portage/package.license
@@ -2,9 +2,9 @@
# Portage - package.license
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.1.5
+# Version: 3.0.0.6
*/* BSD
diff --git a/desktop/portage/package.mask b/desktop/portage/package.mask
index a88459a..a495279 100644
--- a/desktop/portage/package.mask
+++ b/desktop/portage/package.mask
@@ -2,9 +2,9 @@
# Portage - package.mask
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 4.0.0.5
+# Version: 5.0.0.6
# Global
diff --git a/desktop/portage/package.unmask b/desktop/portage/package.unmask
index 17e8abf..33eaf92 100644
--- a/desktop/portage/package.unmask
+++ b/desktop/portage/package.unmask
@@ -2,9 +2,9 @@
# Portage - package.unmask
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# 2.0.1.4
+# 3.0.0.5
# Global
diff --git a/desktop/portage/package.use b/desktop/portage/package.use
index 3418cbc..9fa1f4d 100644
--- a/desktop/portage/package.use
+++ b/desktop/portage/package.use
@@ -2,9 +2,9 @@
# Portage - package.use
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 9.0.0.21
+# Version: 10.0.0.22
acct-user/git gitea
diff --git a/desktop/portage/profile/package.provided b/desktop/portage/profile/package.provided
index 9f6e62e..216f5c0 100644
--- a/desktop/portage/profile/package.provided
+++ b/desktop/portage/profile/package.provided
@@ -2,6 +2,6 @@
# Portage - package.provided
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 0.0.1.1
+# Version: 1.0.0.2
diff --git a/desktop/portage/profile/package.use.force b/desktop/portage/profile/package.use.force
index 743ed40..cee6926 100644
--- a/desktop/portage/profile/package.use.force
+++ b/desktop/portage/profile/package.use.force
@@ -2,6 +2,6 @@
# Portage - package.use.force
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 0.0.1.1
+# Version: 1.0.0.2
diff --git a/desktop/portage/repos.conf b/desktop/portage/repos.conf
index ba4de84..7757a22 100644
--- a/desktop/portage/repos.conf
+++ b/desktop/portage/repos.conf
@@ -2,9 +2,9 @@
# Portage - repos.conf
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 8.0.1.16
+# Version: 9.0.0.17
# ONLY IPV4 + IPV6 DUAL-STACK MIRRORS SHOULD BE USED! IPV4 IS BEING PHASED OUT!
diff --git a/desktop/portage/sets/lang b/desktop/portage/sets/lang
index cbff88a..555a446 100644
--- a/desktop/portage/sets/lang
+++ b/desktop/portage/sets/lang
@@ -2,9 +2,9 @@
# Portage - Set - Programming Languages
# Copyright 2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.1.2
+# Version: 2.0.0.3
# Packages which contain or bootstrap programming languages. These packages should be recompiled
diff --git a/desktop/portage/sets/rust b/desktop/portage/sets/rust
index 1bb7d15..d259c7d 100644
--- a/desktop/portage/sets/rust
+++ b/desktop/portage/sets/rust
@@ -2,9 +2,9 @@
# Portage - Set - Rust
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 1.0.1.3
+# Version: 2.0.0.4
# Packages which are written in Rust and are compiled via rustc. These packages should be recompiled
diff --git a/desktop/portage/sets/tc-llvm b/desktop/portage/sets/tc-llvm
index feda6d2..2ed71d5 100644
--- a/desktop/portage/sets/tc-llvm
+++ b/desktop/portage/sets/tc-llvm
@@ -2,9 +2,9 @@
# Portage - Set - Toolchain - LLVM
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.0.4
+# Version: 3.0.0.5
sys-devel/clang
diff --git a/desktop/ssh/config b/desktop/ssh/config
index cda7cb1..a9a8229 100644
--- a/desktop/ssh/config
+++ b/desktop/ssh/config
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 3.0.0.4
+# Version: 4.0.0.5
Host inferencium-prv xa000.inferencium.net
diff --git a/desktop/ssh/inf-allowed_signers b/desktop/ssh/inf-allowed_signers
index d568c4f..e227e65 100644
--- a/desktop/ssh/inf-allowed_signers
+++ b/desktop/ssh/inf-allowed_signers
@@ -4,7 +4,7 @@
# Copyright 2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 2.0.0.2
+# Version: 3.0.0.3
inference ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINs8UH2hVmNSg0qKig/9ZQt07IuOHsorRfw1doEgMuJ8
diff --git a/desktop/ssh/known_hosts b/desktop/ssh/known_hosts
index ac25bae..7104656 100644
--- a/desktop/ssh/known_hosts
+++ b/desktop/ssh/known_hosts
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 3.0.0.4
+# Version: 4.0.0.5
# Inferencium
diff --git a/desktop/sway/config b/desktop/sway/config
index c2cd894..0b9e00b 100644
--- a/desktop/sway/config
+++ b/desktop/sway/config
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 2.0.0.4
+# Version: 3.0.0.5
# Set Mod key
diff --git a/desktop/waybar/config b/desktop/waybar/config
index 4e3a9dd..b211930 100644
--- a/desktop/waybar/config
+++ b/desktop/waybar/config
@@ -4,7 +4,7 @@
// Copyright 2022-2023 Jake Winters
// SPDX-License-Identifier: GPL-3.0-or-later
-// Version: 1.0.0.4
+// Version: 2.0.0.5
{
diff --git a/desktop/waybar/style.css b/desktop/waybar/style.css
index 868332e..716f8bc 100644
--- a/desktop/waybar/style.css
+++ b/desktop/waybar/style.css
@@ -4,7 +4,7 @@
/* Copyright 2022-2023 Jake Winters */
/* SPDX-License-Identifier: GPL-3.0-or-later */
-/* Version: 1.0.0.2 */
+/* Version: 2.0.0.3 */
* {
diff --git a/desktop/zsh/.zsh-alias-global b/desktop/zsh/.zsh-alias-global
index a3ae5bc..81abb5b 100644
--- a/desktop/zsh/.zsh-alias-global
+++ b/desktop/zsh/.zsh-alias-global
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 3.0.0.7
+# Version: 4.0.0.8
# Navigation
diff --git a/desktop/zsh/.zshenv b/desktop/zsh/.zshenv
index 71fe2ab..df7c645 100644
--- a/desktop/zsh/.zshenv
+++ b/desktop/zsh/.zshenv
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 2.0.0.8
+# Version: 3.0.0.9
PATH="/bin/:/usr/bin/:/usr/local/bin/"
diff --git a/desktop/zsh/.zshrc b/desktop/zsh/.zshrc
index 9b818b4..6c6c1d8 100644
--- a/desktop/zsh/.zshrc
+++ b/desktop/zsh/.zshrc
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: GPL-3.0-or-later
-# Version: 5.0.1.12
+# Version: 6.0.0.13
# Temporary export variables until permanent solution is found
diff --git a/server/xa000-0/nginx/gitea.conf b/server/xa000-0/nginx/gitea.conf
index e6dbdcf..1938059 100644
--- a/server/xa000-0/nginx/gitea.conf
+++ b/server/xa000-0/nginx/gitea.conf
@@ -2,9 +2,9 @@
# Nginx - Configuration - Gitea
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 0.0.2.2
+# Version: 1.0.0.3
# Server (unencrypted)
diff --git a/server/xb000-0/ejabberd/ejabberd.yml b/server/xb000-0/ejabberd/ejabberd.yml
index 2ac5fbe..c904e25 100644
--- a/server/xb000-0/ejabberd/ejabberd.yml
+++ b/server/xb000-0/ejabberd/ejabberd.yml
@@ -2,9 +2,9 @@
# ejabberd - Configuration
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 4.0.1.6
+# Version: 5.0.0.7
# Hosts
diff --git a/server/xb000-0/nginx/gitea.conf b/server/xb000-0/nginx/gitea.conf
index 01da314..2754dd9 100644
--- a/server/xb000-0/nginx/gitea.conf
+++ b/server/xb000-0/nginx/gitea.conf
@@ -2,9 +2,9 @@
# Nginx - Configuration - Gitea
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 0.0.1.1
+# Version: 1.0.0.2
# Server (unencrypted)
diff --git a/server/xb000-0/nginx/website.conf b/server/xb000-0/nginx/website.conf
index 8f1d9af..c3668eb 100644
--- a/server/xb000-0/nginx/website.conf
+++ b/server/xb000-0/nginx/website.conf
@@ -2,9 +2,9 @@
# Nginx - Configuration - Website
# Copyright 2022-2023 Jake Winters
-# SPDX-License-Identifier: GPL-3.0-or-later
+# SPDX-License-Identifier: BSD-3-Clause-Clear
-# Version: 2.0.1.1
+# Version: 3.0.0.2
# Server (unencrypted)