mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 16:32:31 +01:00
chore (maintenance): license info
This commit is contained in:
parent
a90a9881b5
commit
fa3cc86fed
1 changed files with 5 additions and 1 deletions
|
|
@ -47,7 +47,11 @@ func init() {
|
|||
os.Exit(1)
|
||||
return
|
||||
}
|
||||
LICENSE = lic.Name
|
||||
suffix := LICENSE
|
||||
if suffix == "agpl" {
|
||||
suffix = "base"
|
||||
}
|
||||
LICENSE = lic.Name + "::" + suffix
|
||||
Log.Info("You are running Filestash \"%s\"", LICENSE)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue