Switch copyright owner from psuedonym to orthonym.
This commit is contained in:
parent
e10eee3762
commit
880fcd74d3
6
file-rename-uuid.sh
Executable file → Normal file
6
file-rename-uuid.sh
Executable file → Normal file
@ -3,13 +3,13 @@
|
|||||||
# Inferencium
|
# Inferencium
|
||||||
# File - Rename - UUID
|
# File - Rename - UUID
|
||||||
|
|
||||||
# Copyright 2022-2023 Inference
|
# Copyright 2022-2023 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# 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 *
|
for FILE in *
|
||||||
do
|
do
|
||||||
if [ -f "$FILE" ];then
|
if [ -f "$FILE" ];then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user