diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-07-01 12:33:32 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-07-01 12:34:46 +0200 |
commit | 14b7729a717a7e079cf66fe5c4f579f7355c0b5e (patch) | |
tree | bc6d57b18c8eb9463d410f00cc8c2d1e5f25e38f /ogcli | |
parent | dbf0f00650200b8b4817274953f2e0b684bd622d (diff) |
add license header to source code files
Diffstat (limited to 'ogcli')
-rwxr-xr-x | ogcli | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ #!/usr/bin/python +# +# Copyright (C) 2020 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. +# + from cli.cli import OgCLI import argparse import json |