diff options
Diffstat (limited to 'cli/objects/center.py')
-rw-r--r-- | cli/objects/center.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/objects/center.py b/cli/objects/center.py index 2e851d3..27917ff 100644 --- a/cli/objects/center.py +++ b/cli/objects/center.py @@ -1,3 +1,10 @@ +# Copyright (C) 2020-2024 Soleta Networks <opengnsys@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; either version 3 of the License, or +# (at your option) any later version. + import argparse class OgCenter(): |