Update copyright year range in preparation for 2023. Switch licensing system to SPDX license formatting. Improve comments.

This commit is contained in:
inference 2022-12-27 00:52:11 +00:00
parent 3d8847365a
commit d17d2245d8

View File

@ -1,12 +1,12 @@
# Portage - bashrc
# Copyright 2022 Inference
# License: BSD 3-Clause Clear
# Copyright 2022-2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear
# 0.0.0.0
# Version: 0.0.1.1
# This hook is necessary for automatic updating of the cfg-update index.
# Automatically update cfg-update index.
pre_pkg_setup() {
[[ $ROOT = / ]] && cfg-update --index
}