Replace redundancy copyright notice with "MIT License" header

This commit is contained in:
2024-01-16 18:03:07 -05:00
parent 88b2bb51a3
commit 95eff67340
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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