From d17d2245d888ef142e844dbf5ce2b01a3deaf731 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 00:52:11 +0000 Subject: [PATCH] Update copyright year range in preparation for 2023. Switch licensing system to SPDX license formatting. Improve comments. --- portage/bashrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/portage/bashrc b/portage/bashrc index e6ab16b..1bcf337 100644 --- a/portage/bashrc +++ b/portage/bashrc @@ -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 }