mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-29 21:36:38 -04:00
Replace redundancy copyright notice with "MIT License" header
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user