Skip to content

Commit

Permalink
update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Jan 15, 2024
1 parent 5ff5807 commit 1a80720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmds/mcla/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

const LICENSE = `mcla (Minecraft Log Analyzer) v%s
Copyright (C) 2023 <[email protected]> all rights reserved
Under GNU GENERAL PUBLIC LICENSE v3
Under GNU AFFERO GENERAL PUBLIC LICENSE v3
`

const HELP_MESSAGE = `
Expand Down
7 changes: 6 additions & 1 deletion cmds/mcla_wasm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ func getAPI() (m Map) {
}
}

const LICENSE = `mcla (Minecraft Log Analyzer) v%s
Copyright (C) 2023 <[email protected]> all rights reserved
Under GNU AFFERO GENERAL PUBLIC LICENSE v3
`

func main() {
defaultErrDB.RefreshCache()

Expand All @@ -55,7 +60,7 @@ func main() {
})
global.Set("MCLA", api)

fmt.Printf("MCLA-%s loaded\n", version)
fmt.Printf(LICENSE, version)
defer fmt.Printf("MCLA-%s unloaded\n", version)

<-bgCtx.Done()
Expand Down

0 comments on commit 1a80720

Please sign in to comment.