diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-05-14 00:26:16 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2021-05-14 00:26:33 +0200 |
commit | 5f922571e259622fee4266b89c964baa48cc3949 (patch) | |
tree | 195e0ac16668695bcdb01b5a4946030e2798ef95 /ogcli | |
parent | a2f1056c40773bb64d8fecafd5b684b94eaed892 (diff) |
ogCLI is AGPLv3+
Update license header in files.
Diffstat (limited to 'ogcli')
-rwxr-xr-x | ogcli | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,12 +1,11 @@ #!/usr/bin/env python3 -# -# Copyright (C) 2020 Soleta Networks <info@soleta.eu> +# Copyright (C) 2020-2021 Soleta Networks <info@soleta.eu> # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the -# Free Software Foundation, version 3. -# +# Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. from cli.cli import OgCLI import argparse |