From 95eff673400402338c79554f7f37741f0d85acd7 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 16 Jan 2024 18:03:07 -0500 Subject: [PATCH] Replace redundancy copyright notice with "MIT License" header --- src/entryList.go | 2 +- src/printInfo.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entryList.go b/src/entryList.go index a8ab1a9..4ae8dc1 100644 --- a/src/entryList.go +++ b/src/entryList.go @@ -43,7 +43,7 @@ func printFileEntry(entry string, lastSlash int, charCounter int, colorAlternato // EntryListGen generates and displays full entry list func EntryListGen() { - fmt.Print("\n\u001B[38;5;0;48;5;15mlibmutton entries:\u001B[0m") + fmt.Print("\n\033[38;5;0;48;5;15mlibmutton entries:\033[0m") // walk entry directory _ = filepath.WalkDir(EntryRoot, diff --git a/src/printInfo.go b/src/printInfo.go index 97eaabb..2f16900 100644 --- a/src/printInfo.go +++ b/src/printInfo.go @@ -45,7 +45,7 @@ edit: } func Version() { - fmt.Print("\n\033[1mMUTN | Copyright (c) 2024 Randall Winkhart\033[0m" + ` + fmt.Print("\n\033[1m MIT License\033[0m" + ` Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated