Use same copyright
This commit is contained in:
parent
6e286041f6
commit
0822392eb5
2
main.hs
2
main.hs
@ -14,7 +14,7 @@ _NAME = "Alea"
|
|||||||
_VERSION = "0.1.0"
|
_VERSION = "0.1.0"
|
||||||
_INFO = _NAME ++ " version " ++ _VERSION
|
_INFO = _NAME ++ " version " ++ _VERSION
|
||||||
_ABOUT = "a diceware passphrase generator"
|
_ABOUT = "a diceware passphrase generator"
|
||||||
_COPYRIGHT = "(C) Rnhmjoj 2014"
|
_COPYRIGHT = "(C) Michele Guerini Rocco 2014"
|
||||||
|
|
||||||
data Args = Args
|
data Args = Args
|
||||||
{ interactive :: Bool
|
{ interactive :: Bool
|
||||||
|
Loading…
Reference in New Issue
Block a user