mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-06 06:30:31 -04:00
chore: copyright cha-cha
This commit is contained in:
parent
a5565f8f3e
commit
a6cbd2a752
23 changed files with 24 additions and 24 deletions
4
usage.go
4
usage.go
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Copyright © 2014–2021 Thomas Michael Edwards. All rights reserved.
|
||||
Copyright © 2014–2024 Thomas Michael Edwards. All rights reserved.
|
||||
Use of this source code is governed by a Simplified BSD License which
|
||||
can be found in the LICENSE file.
|
||||
*/
|
||||
|
@ -150,7 +150,7 @@ func usageVersion() {
|
|||
fmt.Fprintf(os.Stderr, "\n%s, %s\n", tweegoName, tweegoVersion)
|
||||
fmt.Fprint(os.Stderr, `
|
||||
Tweego (a Twee compiler in Go) [http://www.motoslave.net/tweego/]
|
||||
Copyright (c) 2014-2021 Thomas Michael Edwards. All rights reserved.
|
||||
Copyright (c) 2014-2024 Thomas Michael Edwards. All rights reserved.
|
||||
|
||||
`)
|
||||
os.Exit(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue