NONRTRIC-955: Update copyright notices
[sim/a1-interface.git] / near-rt-ric-simulator / src / STD_2.0.0 / var_declaration.py
index 3bc4aa5..5280c07 100644 (file)
@@ -1,5 +1,6 @@
 #  ============LICENSE_START===============================================
-#  Copyright (C) 2021 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2021-2023 Nordix Foundation. All rights reserved.
+#  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
 #  ========================================================================
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
 #  ============LICENSE_END=================================================
 #
 
-from maincommon import apipath
 import connexion
+from maincommon import apipath
 
-#Main app
 app = connexion.App(__name__, specification_dir=apipath)
 
 policy_types={}