Switch copyright owner from psuedonym to orthonym.

This commit is contained in:
inference 2023-03-05 04:37:51 +00:00
parent e10eee3762
commit 880fcd74d3
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M
1 changed files with 3 additions and 3 deletions

6
file-rename-uuid.sh Executable file → Normal file
View File

@ -3,13 +3,13 @@
# Inferencium
# File - Rename - UUID
# Copyright 2022-2023 Inference
# Copyright 2022-2023 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 1.0.1.3
# Version: 1.0.2.4
# Rename all files in current directory to UUIDs.
# Rename all files in current directory to UUIDs
for FILE in *
do
if [ -f "$FILE" ];then