From 59808e764721e46ff5d6657badb7fb6ae6a81dd5 Mon Sep 17 00:00:00 2001 From: Brian Sipos Date: Thu, 31 Aug 2023 11:30:36 -0400 Subject: [PATCH] Fixing typo in project name --- README.md | 2 +- agent-compose.yml | 2 +- amp-sql/Dockerfile | 2 +- amp-sql/Documents/Notes/AMP_Manager_SQL_Interface.md | 2 +- amp-sql/Documents/Notes/ApplicationNotes.md | 2 +- amp-sql/Documents/Notes/Messages.md | 2 +- amp-sql/Documents/Notes/create_amp_db.sh | 2 +- amp-sql/README.md | 2 +- amp-sql/mysql/Agent_Scripts/nm_example.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_ac.sql | 2 +- .../Routines/amp_core_routines_actual_parmspec.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_agents.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_const.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_ctrl.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_data_values.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_edd.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_expr.sql | 2 +- .../Routines/amp_core_routines_formal_parmspec.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_lit.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_macro.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_messages.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_namespace.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_obj.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_operator.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_report.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_sbr.sql | 2 +- .../Routines/amp_core_routines_string_parsing.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_table.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_tbr.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_tnvc.sql | 2 +- .../mysql/Database_Scripts/Routines/amp_core_routines_var.sql | 2 +- amp-sql/mysql/Database_Scripts/Routines/delete_test.sql | 2 +- .../mysql/Database_Scripts/Tables/amp_core_create_database.sql | 2 +- .../mysql/Database_Scripts/Tables/amp_core_drop_database.sql | 2 +- amp-sql/mysql/Database_Scripts/Tables/clean_tables.sql | 2 +- amp-sql/mysql/Database_Scripts/Tables/transcoder.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/ari_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/ctrl_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/edd_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/mac_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/message_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/obj_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/oper_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/parm_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/rpt_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/sbr_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/tblt_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/tbr_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/tnvc_view.sql | 2 +- amp-sql/mysql/Database_Scripts/Views/var_view.sql | 2 +- amp-sql/mysql/Database_Scripts/amp_core_functions.sql | 2 +- amp-sql/mysql/amp_core.sql | 2 +- amp-sql/mysql/docker-compose.yml | 2 +- amp-sql/postgres/Agent_Scripts/adm_amp_agent.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_bp_agent.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_ion_admin.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_ion_bp_admin.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_ion_ipn_admin.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_ion_ltp_admin.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_ionsec_admin.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_ltp_agent.sql | 2 +- amp-sql/postgres/Agent_Scripts/adm_sbsp.sql | 2 +- amp-sql/postgres/Agent_Scripts/nm_example.sql | 2 +- amp-sql/postgres/Database_Scripts/Routines/all_routines.sql | 2 +- amp-sql/postgres/Database_Scripts/Routines/amp_agent_delete.sql | 2 +- .../postgres/Database_Scripts/Routines/amp_core_routines_ac.sql | 2 +- .../Routines/amp_core_routines_actual_parmspec.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_agents.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_const.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_ctrl.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_data_values.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_edd.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_expr.sql | 2 +- .../Routines/amp_core_routines_formal_parmspec.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_lit.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_macro.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_messages.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_namespace.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_obj.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_operator.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_report.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_sbr.sql | 2 +- .../Routines/amp_core_routines_string_parsing.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_table.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_tbr.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_tnvc.sql | 2 +- .../Database_Scripts/Routines/amp_core_routines_var.sql | 2 +- amp-sql/postgres/Database_Scripts/Routines/delete_test.sql | 2 +- amp-sql/postgres/Database_Scripts/Routines/test.sql | 2 +- amp-sql/postgres/Database_Scripts/Tables/adm_data.sql | 2 +- .../Database_Scripts/Tables/amp_core_create_database.sql | 2 +- .../postgres/Database_Scripts/Tables/amp_core_drop_database.sql | 2 +- amp-sql/postgres/Database_Scripts/Tables/clean_tables.sql | 2 +- amp-sql/postgres/Database_Scripts/Tables/healthcheck_roles.sql | 2 +- .../postgres/Database_Scripts/Tables/initial_ui_table_data.sql | 2 +- .../Database_Scripts/Tables/postgres_amp_core_tables.sql | 2 +- amp-sql/postgres/Database_Scripts/Tables/transcoder.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/ari_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/ctrl_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/edd_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/mac_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/message_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/namespace_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/obj_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/oper_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/parm_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/rpt_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/sbr_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/tblt_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/tbr_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/tnvc_view.sql | 2 +- amp-sql/postgres/Database_Scripts/Views/var_view.sql | 2 +- amp-sql/postgres/Database_Scripts/amp_core_functions.sql | 2 +- amp-sql/postgres/Dockerfile | 2 +- amp-sql/postgres/docker-compose.yml | 2 +- amp-sql/postgres/init.sql | 2 +- anms-core/Dockerfile | 2 +- anms-core/README.md | 2 +- anms-core/anms/__init__.py | 2 +- anms-core/anms/asgi/__init__.py | 2 +- anms-core/anms/asgi/helpers.py | 2 +- anms-core/anms/asgi/middleware.py | 2 +- anms-core/anms/asgi/server.py | 2 +- anms-core/anms/components/__init__.py | 2 +- anms-core/anms/components/core/__init__.py | 2 +- anms-core/anms/components/core/email.py | 2 +- anms-core/anms/components/core/security.py | 2 +- anms-core/anms/components/init/__init__.py | 2 +- anms-core/anms/components/init/db_seed.py | 2 +- anms-core/anms/components/injects/__init__.py | 2 +- anms-core/anms/components/injects/flash.py | 2 +- anms-core/anms/components/injects/relational.py | 2 +- anms-core/anms/components/injects/security.py | 2 +- anms-core/anms/components/injects/session.py | 2 +- anms-core/anms/components/schemas/ARIs/__init__.py | 2 +- anms-core/anms/components/schemas/ARIs/actual_object.py | 2 +- anms-core/anms/components/schemas/ARIs/actual_parameter.py | 2 +- anms-core/anms/components/schemas/ARIs/ari.py | 2 +- anms-core/anms/components/schemas/ARIs/control.py | 2 +- anms-core/anms/components/schemas/ARIs/edd_formal.py | 2 +- anms-core/anms/components/schemas/ARIs/formal_object.py | 2 +- anms-core/anms/components/schemas/ARIs/formal_parameter.py | 2 +- anms-core/anms/components/schemas/ARIs/literal_object.py | 2 +- anms-core/anms/components/schemas/ARIs/mac_formal.py | 2 +- anms-core/anms/components/schemas/ARIs/registered_agent.py | 2 +- anms-core/anms/components/schemas/ARIs/rpt_entry.py | 2 +- anms-core/anms/components/schemas/ARIs/rpt_formal.py | 2 +- anms-core/anms/components/schemas/__init__.py | 2 +- anms-core/anms/components/schemas/adm.py | 2 +- anms-core/anms/components/schemas/agent_parameter.py | 2 +- anms-core/anms/components/schemas/jinja.py | 2 +- anms-core/anms/components/schemas/logging.py | 2 +- anms-core/anms/components/schemas/network_manager.py | 2 +- anms-core/anms/components/schemas/session.py | 2 +- anms-core/anms/components/schemas/smtp.py | 2 +- anms-core/anms/components/schemas/token.py | 2 +- anms-core/anms/components/schemas/transcoder_log.py | 2 +- anms-core/anms/components/schemas/user.py | 2 +- anms-core/anms/init_adms.py | 2 +- anms-core/anms/models/__init__.py | 2 +- anms-core/anms/models/relational/__init__.py | 2 +- anms-core/anms/models/relational/actual_object.py | 2 +- anms-core/anms/models/relational/actual_parameter.py | 2 +- anms-core/anms/models/relational/adms/adm_data.py | 2 +- anms-core/anms/models/relational/adms/namespace_view.py | 2 +- anms-core/anms/models/relational/agent_parameter.py | 2 +- anms-core/anms/models/relational/ari.py | 2 +- anms-core/anms/models/relational/formal_object.py | 2 +- anms-core/anms/models/relational/formal_parameter.py | 2 +- anms-core/anms/models/relational/invite.py | 2 +- anms-core/anms/models/relational/literal_object.py | 2 +- anms-core/anms/models/relational/registered_agent.py | 2 +- anms-core/anms/models/relational/report.py | 2 +- anms-core/anms/models/relational/transcoder_log.py | 2 +- anms-core/anms/models/relational/user.py | 2 +- anms-core/anms/public/mfa.html | 2 +- anms-core/anms/public/register.html | 2 +- anms-core/anms/routes/ARIs/__init__.py | 2 +- anms-core/anms/routes/ARIs/actual_objects.py | 2 +- anms-core/anms/routes/ARIs/actual_parameter.py | 2 +- anms-core/anms/routes/ARIs/agents.py | 2 +- anms-core/anms/routes/ARIs/alerts.py | 2 +- anms-core/anms/routes/ARIs/ari.py | 2 +- anms-core/anms/routes/ARIs/formal_objects.py | 2 +- anms-core/anms/routes/ARIs/formal_parameter.py | 2 +- anms-core/anms/routes/ARIs/literal_object.py | 2 +- anms-core/anms/routes/ARIs/reports.py | 2 +- anms-core/anms/routes/__init__.py | 2 +- anms-core/anms/routes/adms/adm.py | 2 +- anms-core/anms/routes/adms/adm_compare.py | 2 +- anms-core/anms/routes/agent_parameter.py | 2 +- anms-core/anms/routes/hello.py | 2 +- anms-core/anms/routes/logging.py | 2 +- anms-core/anms/routes/main.py | 2 +- anms-core/anms/routes/mappings.py | 2 +- anms-core/anms/routes/network_manager.py | 2 +- anms-core/anms/routes/registry.py | 2 +- anms-core/anms/routes/system_status.py | 2 +- anms-core/anms/routes/transcoder.py | 2 +- anms-core/anms/routes/user.py | 2 +- anms-core/anms/run_gunicorn.py | 2 +- anms-core/anms/shared/__init__.py | 2 +- anms-core/anms/shared/ace_runner.py | 2 +- anms-core/anms/shared/agent_parameter.py | 2 +- anms-core/anms/shared/config.py | 2 +- anms-core/anms/shared/config_utils.py | 2 +- anms-core/anms/shared/logger.py | 2 +- anms-core/anms/shared/manager_checker.py | 2 +- anms-core/anms/shared/mqtt_client.py | 2 +- anms-core/anms/shared/opensearch_logger.py | 2 +- anms-core/docker-entrypoint.sh | 2 +- anms-core/integration_test/Dockerfile | 2 +- anms-core/integration_test/README.md | 2 +- anms-core/integration_test/docker-compose.yml | 2 +- anms-core/integration_test/run_test.sh | 2 +- anms-core/run_dev.py | 2 +- anms-core/run_integration_test.sh | 2 +- anms-core/test/__init__.py | 2 +- anms-core/test/anms/__init__.py | 2 +- anms-core/test/anms/asgi/__init__.py | 2 +- anms-core/test/anms/asgi/test_helpers.py | 2 +- anms-core/test/anms/asgi/test_init.py | 2 +- anms-core/test/anms/asgi/test_server.py | 2 +- anms-core/test/anms/components/__init__.py | 2 +- anms-core/test/anms/components/core/__init__.py | 2 +- anms-core/test/anms/components/core/test_email.py | 2 +- anms-core/test/anms/components/core/test_security.py | 2 +- anms-core/test/anms/components/init/__init__.py | 2 +- anms-core/test/anms/components/init/test_db_seed.py | 2 +- anms-core/test/anms/components/injects/__init__.py | 2 +- anms-core/test/anms/components/injects/test_flash.py | 2 +- anms-core/test/anms/models/__init__.py | 2 +- anms-core/test/anms/models/relational/__init__.py | 2 +- anms-core/test/anms/models/relational/test_invite.py | 2 +- anms-core/test/anms/routes/ARIs/__init__.py | 2 +- anms-core/test/anms/routes/ARIs/test_ari.py | 2 +- anms-core/test/anms/routes/__init__.py | 2 +- anms-core/test/anms/routes/adms/test_adm.py | 2 +- anms-core/test/anms/routes/adms/test_adm_compare.py | 2 +- anms-core/test/anms/shared/__init__.py | 2 +- anms-core/test/anms/shared/test_config_utils.py | 2 +- anms-core/test/anms/shared/test_opensearch_logger.py | 2 +- anms-ui/CONTRIBUTING.md | 2 +- anms-ui/Dockerfile | 2 +- anms-ui/README.md | 2 +- anms-ui/check_packages.sh | 2 +- anms-ui/config_ui_env.js | 2 +- anms-ui/docker-entrypoint.sh | 2 +- anms-ui/integration_test/docker-compose.yml | 2 +- anms-ui/modify_version.sh | 2 +- anms-ui/prep_packages.sh | 2 +- anms-ui/process.yml | 2 +- anms-ui/public/.eslintrc.js | 2 +- anms-ui/public/app/components/management/builder/ariBuilder.js | 2 +- .../app/components/management/builder/parameterBuilder.js | 2 +- anms-ui/public/app/core/router.js | 2 +- anms-ui/public/app/main.js | 2 +- anms-ui/public/app/shared/api.js | 2 +- anms-ui/public/app/shared/api_adm.js | 2 +- anms-ui/public/app/shared/constants.js | 2 +- anms-ui/public/app/shared/utils.js | 2 +- anms-ui/public/app/store/index.js | 2 +- anms-ui/public/app/store/modules/adm.js | 2 +- anms-ui/public/app/store/modules/agents.js | 2 +- anms-ui/public/app/store/modules/build.js | 2 +- anms-ui/public/app/store/modules/service_status.js | 2 +- anms-ui/public/app/store/modules/transcoder.js | 2 +- anms-ui/public/app/store/modules/user.js | 2 +- anms-ui/public/assets/styles/_variables.scss | 2 +- anms-ui/public/assets/styles/base.scss | 2 +- anms-ui/public/assets/views/404.html | 2 +- anms-ui/public/assets/views/500.html | 2 +- anms-ui/public/babel.config.js | 2 +- anms-ui/public/index.html | 2 +- anms-ui/public/postcss.config.js | 2 +- anms-ui/public/vue.config.js | 2 +- anms-ui/server/.eslintrc.js | 2 +- anms-ui/server/clients/redisClient.js | 2 +- anms-ui/server/components/adms.js | 2 +- anms-ui/server/components/alerts.js | 2 +- anms-ui/server/components/ariBuilder.js | 2 +- anms-ui/server/components/core.js | 2 +- anms-ui/server/components/hello.js | 2 +- anms-ui/server/components/main.js | 2 +- anms-ui/server/components/networkManager.js | 2 +- anms-ui/server/components/registeredAgents.js | 2 +- anms-ui/server/components/reports.js | 2 +- anms-ui/server/components/transcoder.js | 2 +- anms-ui/server/components/users.js | 2 +- anms-ui/server/components/utilities.js | 2 +- anms-ui/server/core/express.js | 2 +- anms-ui/server/core/permissions.js | 2 +- anms-ui/server/core/routes.js | 2 +- anms-ui/server/init/index.js | 2 +- anms-ui/server/server.js | 2 +- anms-ui/server/shared/config.js | 2 +- anms-ui/server/shared/configUtils.js | 2 +- anms-ui/server/shared/logger.js | 2 +- anms-ui/server/shared/loggerInstance.js | 2 +- anms-ui/server/shared/utils.js | 2 +- anms_release.sh | 2 +- apply_license.sh | 2 +- aricodec/Dockerfile | 2 +- aricodec/__init__.py | 2 +- aricodec/docker-entrypoint.sh | 2 +- aricodec/src/aricodec/main.py | 2 +- authnz-emu/Dockerfile | 2 +- authnz-emu/html/authn/accessdenied.html | 2 +- authnz-emu/html/authn/loggedout.html | 2 +- authnz-emu/html/authn/login.html | 2 +- authnz-emu/html/authn/style.css | 2 +- authnz-emu/wsgi.py | 2 +- base.Dockerfile | 2 +- build.sh | 2 +- checkout-test/Dockerfile | 2 +- checkout-test/run.sh | 2 +- checkout-test/test_routes.py | 2 +- docker-compose.yml | 2 +- grafana/Dockerfile | 2 +- grafana/provisioning/automatic.yml | 2 +- grafana/provisioning/datasources/datasource.yml | 2 +- ion/Dockerfile | 2 +- ion/utils/ion_nm_wrap.py | 2 +- ion/utils/ion_ping_peers.sh | 2 +- ion/utils/ion_restart_ducts.sh | 2 +- ion/utils/service_is_running.sh | 2 +- license.tmpl | 2 +- mqtt-broker/Dockerfile | 2 +- nginx/Dockerfile | 2 +- puppet/apply_local.sh | 2 +- puppet/apply_remote.sh | 2 +- puppet/getenv.sh | 2 +- puppet/prep.sh | 2 +- transcoder/Dockerfile | 2 +- transcoder/README.md | 2 +- transcoder/docker-compose.yml | 2 +- transcoder/docker-entrypoint.sh | 2 +- transcoder/src/__init__.py | 2 +- transcoder/src/ampAriObj.py | 2 +- transcoder/src/ampAriObjParts.py | 2 +- transcoder/src/ampUri.py | 2 +- transcoder/src/ariParameter.py | 2 +- transcoder/src/entity.py | 2 +- transcoder/src/main.py | 2 +- transcoder/src/messaging.py | 2 +- transcoder/src/payload.py | 2 +- transcoder/src/test_transcoder.py | 2 +- transcoder/src/transmogrifier.py | 2 +- wireshark/build.sh | 2 +- wireshark/prep.sh | 2 +- 350 files changed, 350 insertions(+), 350 deletions(-) diff --git a/README.md b/README.md index 43c04b0..654d197 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/agent-compose.yml b/agent-compose.yml index 3f77ad0..93c48f1 100644 --- a/agent-compose.yml +++ b/agent-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/amp-sql/Dockerfile b/amp-sql/Dockerfile index 3e5aa9d..54dbb6d 100644 --- a/amp-sql/Dockerfile +++ b/amp-sql/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/amp-sql/Documents/Notes/AMP_Manager_SQL_Interface.md b/amp-sql/Documents/Notes/AMP_Manager_SQL_Interface.md index bc1ecc4..05246c3 100644 --- a/amp-sql/Documents/Notes/AMP_Manager_SQL_Interface.md +++ b/amp-sql/Documents/Notes/AMP_Manager_SQL_Interface.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/amp-sql/Documents/Notes/ApplicationNotes.md b/amp-sql/Documents/Notes/ApplicationNotes.md index efcfd62..4e6b1d3 100644 --- a/amp-sql/Documents/Notes/ApplicationNotes.md +++ b/amp-sql/Documents/Notes/ApplicationNotes.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/amp-sql/Documents/Notes/Messages.md b/amp-sql/Documents/Notes/Messages.md index 9cb8b99..0d768ea 100644 --- a/amp-sql/Documents/Notes/Messages.md +++ b/amp-sql/Documents/Notes/Messages.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/amp-sql/Documents/Notes/create_amp_db.sh b/amp-sql/Documents/Notes/create_amp_db.sh index b5d0eb9..dbfc56c 100644 --- a/amp-sql/Documents/Notes/create_amp_db.sh +++ b/amp-sql/Documents/Notes/create_amp_db.sh @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/amp-sql/README.md b/amp-sql/README.md index 57390d0..71c4bab 100644 --- a/amp-sql/README.md +++ b/amp-sql/README.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Agent_Scripts/nm_example.sql b/amp-sql/mysql/Agent_Scripts/nm_example.sql index e83c0cd..7df9cf6 100644 --- a/amp-sql/mysql/Agent_Scripts/nm_example.sql +++ b/amp-sql/mysql/Agent_Scripts/nm_example.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ac.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ac.sql index 9bae2e6..204acb0 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ac.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ac.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql index ed3215a..61239d6 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_agents.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_agents.sql index 81a34ff..ac278b1 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_agents.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_agents.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_const.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_const.sql index ba76d63..97f2dec 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_const.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_const.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ctrl.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ctrl.sql index 50b687c..ef9be7d 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ctrl.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_ctrl.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_data_values.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_data_values.sql index 8dbff02..1b15dd4 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_data_values.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_data_values.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_edd.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_edd.sql index 76a4b19..673d3e0 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_edd.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_edd.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_expr.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_expr.sql index ecf3092..9e565b7 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_expr.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_expr.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql index e49992e..84775da 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_lit.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_lit.sql index 5704c84..812fe8d 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_lit.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_lit.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_macro.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_macro.sql index 229e306..0c32e60 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_macro.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_macro.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_messages.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_messages.sql index e052067..58f6980 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_messages.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_messages.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_namespace.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_namespace.sql index 7c113d7..0cb51b8 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_namespace.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_namespace.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_obj.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_obj.sql index 389fcbb..ba9cd9b 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_obj.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_obj.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_operator.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_operator.sql index 9cfb671..ff4a2ad 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_operator.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_operator.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_report.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_report.sql index bd919e4..d547242 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_report.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_report.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_sbr.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_sbr.sql index c50970f..b5778e7 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_sbr.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_sbr.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_string_parsing.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_string_parsing.sql index cd4e3e0..349fcb6 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_string_parsing.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_string_parsing.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_table.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_table.sql index 61987aa..6baf099 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_table.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_table.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tbr.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tbr.sql index 21753f8..f814626 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tbr.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tbr.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tnvc.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tnvc.sql index 10627cc..1ad0662 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tnvc.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_tnvc.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_var.sql b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_var.sql index 4ddff67..fd0bd1e 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_var.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/amp_core_routines_var.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Routines/delete_test.sql b/amp-sql/mysql/Database_Scripts/Routines/delete_test.sql index 788d680..99b8d4c 100644 --- a/amp-sql/mysql/Database_Scripts/Routines/delete_test.sql +++ b/amp-sql/mysql/Database_Scripts/Routines/delete_test.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Tables/amp_core_create_database.sql b/amp-sql/mysql/Database_Scripts/Tables/amp_core_create_database.sql index 70ca7d4..3d305f3 100644 --- a/amp-sql/mysql/Database_Scripts/Tables/amp_core_create_database.sql +++ b/amp-sql/mysql/Database_Scripts/Tables/amp_core_create_database.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Tables/amp_core_drop_database.sql b/amp-sql/mysql/Database_Scripts/Tables/amp_core_drop_database.sql index aa4df15..14625c5 100644 --- a/amp-sql/mysql/Database_Scripts/Tables/amp_core_drop_database.sql +++ b/amp-sql/mysql/Database_Scripts/Tables/amp_core_drop_database.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Tables/clean_tables.sql b/amp-sql/mysql/Database_Scripts/Tables/clean_tables.sql index a38c5b8..f6b09e9 100644 --- a/amp-sql/mysql/Database_Scripts/Tables/clean_tables.sql +++ b/amp-sql/mysql/Database_Scripts/Tables/clean_tables.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Tables/transcoder.sql b/amp-sql/mysql/Database_Scripts/Tables/transcoder.sql index 306ede1..b8ffcb2 100644 --- a/amp-sql/mysql/Database_Scripts/Tables/transcoder.sql +++ b/amp-sql/mysql/Database_Scripts/Tables/transcoder.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/ari_view.sql b/amp-sql/mysql/Database_Scripts/Views/ari_view.sql index 19c946e..fada9ba 100644 --- a/amp-sql/mysql/Database_Scripts/Views/ari_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/ari_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/ctrl_view.sql b/amp-sql/mysql/Database_Scripts/Views/ctrl_view.sql index 3782d98..ce572c6 100644 --- a/amp-sql/mysql/Database_Scripts/Views/ctrl_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/ctrl_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/edd_view.sql b/amp-sql/mysql/Database_Scripts/Views/edd_view.sql index 45d82ec..2d0e33b 100644 --- a/amp-sql/mysql/Database_Scripts/Views/edd_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/edd_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/mac_view.sql b/amp-sql/mysql/Database_Scripts/Views/mac_view.sql index 8741557..bfa93b0 100644 --- a/amp-sql/mysql/Database_Scripts/Views/mac_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/mac_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/message_view.sql b/amp-sql/mysql/Database_Scripts/Views/message_view.sql index 0de84b2..f148916 100644 --- a/amp-sql/mysql/Database_Scripts/Views/message_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/message_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/obj_view.sql b/amp-sql/mysql/Database_Scripts/Views/obj_view.sql index 482670a..833b47f 100644 --- a/amp-sql/mysql/Database_Scripts/Views/obj_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/obj_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/oper_view.sql b/amp-sql/mysql/Database_Scripts/Views/oper_view.sql index 9790f09..25cac01 100644 --- a/amp-sql/mysql/Database_Scripts/Views/oper_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/oper_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/parm_view.sql b/amp-sql/mysql/Database_Scripts/Views/parm_view.sql index 05cc394..4949d27 100644 --- a/amp-sql/mysql/Database_Scripts/Views/parm_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/parm_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/rpt_view.sql b/amp-sql/mysql/Database_Scripts/Views/rpt_view.sql index 304e730..1a21d25 100644 --- a/amp-sql/mysql/Database_Scripts/Views/rpt_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/rpt_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/sbr_view.sql b/amp-sql/mysql/Database_Scripts/Views/sbr_view.sql index d392044..2c6eafa 100644 --- a/amp-sql/mysql/Database_Scripts/Views/sbr_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/sbr_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/tblt_view.sql b/amp-sql/mysql/Database_Scripts/Views/tblt_view.sql index 1808467..e44e7b3 100644 --- a/amp-sql/mysql/Database_Scripts/Views/tblt_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/tblt_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/tbr_view.sql b/amp-sql/mysql/Database_Scripts/Views/tbr_view.sql index 606befc..f31623e 100644 --- a/amp-sql/mysql/Database_Scripts/Views/tbr_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/tbr_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/tnvc_view.sql b/amp-sql/mysql/Database_Scripts/Views/tnvc_view.sql index 28aeb18..d1ab060 100644 --- a/amp-sql/mysql/Database_Scripts/Views/tnvc_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/tnvc_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/Views/var_view.sql b/amp-sql/mysql/Database_Scripts/Views/var_view.sql index 63e8317..baedc23 100644 --- a/amp-sql/mysql/Database_Scripts/Views/var_view.sql +++ b/amp-sql/mysql/Database_Scripts/Views/var_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/Database_Scripts/amp_core_functions.sql b/amp-sql/mysql/Database_Scripts/amp_core_functions.sql index 3d66bc2..765290c 100644 --- a/amp-sql/mysql/Database_Scripts/amp_core_functions.sql +++ b/amp-sql/mysql/Database_Scripts/amp_core_functions.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/amp_core.sql b/amp-sql/mysql/amp_core.sql index f16a2d9..8630706 100644 --- a/amp-sql/mysql/amp_core.sql +++ b/amp-sql/mysql/amp_core.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/mysql/docker-compose.yml b/amp-sql/mysql/docker-compose.yml index 2d10242..b6d80a1 100644 --- a/amp-sql/mysql/docker-compose.yml +++ b/amp-sql/mysql/docker-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_amp_agent.sql b/amp-sql/postgres/Agent_Scripts/adm_amp_agent.sql index 899df89..de41080 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_amp_agent.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_amp_agent.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_bp_agent.sql b/amp-sql/postgres/Agent_Scripts/adm_bp_agent.sql index d2141ba..3ee4025 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_bp_agent.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_bp_agent.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_ion_admin.sql b/amp-sql/postgres/Agent_Scripts/adm_ion_admin.sql index c4c25c0..fafeec1 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_ion_admin.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_ion_admin.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_ion_bp_admin.sql b/amp-sql/postgres/Agent_Scripts/adm_ion_bp_admin.sql index 69c3582..98d8bc6 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_ion_bp_admin.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_ion_bp_admin.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_ion_ipn_admin.sql b/amp-sql/postgres/Agent_Scripts/adm_ion_ipn_admin.sql index 9aa8499..8bbeddf 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_ion_ipn_admin.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_ion_ipn_admin.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_ion_ltp_admin.sql b/amp-sql/postgres/Agent_Scripts/adm_ion_ltp_admin.sql index 9ab5152..48f9caa 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_ion_ltp_admin.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_ion_ltp_admin.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_ionsec_admin.sql b/amp-sql/postgres/Agent_Scripts/adm_ionsec_admin.sql index c1b2774..4c1d139 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_ionsec_admin.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_ionsec_admin.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_ltp_agent.sql b/amp-sql/postgres/Agent_Scripts/adm_ltp_agent.sql index 24df9fb..90dd111 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_ltp_agent.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_ltp_agent.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/adm_sbsp.sql b/amp-sql/postgres/Agent_Scripts/adm_sbsp.sql index 00b2993..1ee769f 100644 --- a/amp-sql/postgres/Agent_Scripts/adm_sbsp.sql +++ b/amp-sql/postgres/Agent_Scripts/adm_sbsp.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Agent_Scripts/nm_example.sql b/amp-sql/postgres/Agent_Scripts/nm_example.sql index 3cd4faa..448bd0a 100644 --- a/amp-sql/postgres/Agent_Scripts/nm_example.sql +++ b/amp-sql/postgres/Agent_Scripts/nm_example.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/all_routines.sql b/amp-sql/postgres/Database_Scripts/Routines/all_routines.sql index 4bfc784..db8056d 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/all_routines.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/all_routines.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_agent_delete.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_agent_delete.sql index 408752e..5b3be5d 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_agent_delete.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_agent_delete.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ac.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ac.sql index 7fc3e85..747b713 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ac.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ac.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql index 45b9ccb..412f8c1 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_actual_parmspec.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_agents.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_agents.sql index 34f4531..531b077 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_agents.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_agents.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_const.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_const.sql index 571a759..bb210c0 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_const.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_const.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ctrl.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ctrl.sql index bafe314..f05e9ab 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ctrl.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_ctrl.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_data_values.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_data_values.sql index 33d152c..0cc4dba 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_data_values.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_data_values.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_edd.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_edd.sql index 46a3632..1a84ee9 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_edd.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_edd.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_expr.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_expr.sql index 4007ebe..db9b0f5 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_expr.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_expr.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql index f1904da..030c4a6 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_formal_parmspec.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_lit.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_lit.sql index 3363601..ecdd272 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_lit.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_lit.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_macro.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_macro.sql index 95890fb..6b408e6 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_macro.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_macro.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_messages.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_messages.sql index 105a632..03748ae 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_messages.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_messages.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_namespace.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_namespace.sql index ad8bf3b..fece005 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_namespace.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_namespace.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_obj.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_obj.sql index 62a67ed..4d001af 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_obj.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_obj.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_operator.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_operator.sql index be46515..b379a3d 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_operator.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_operator.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_report.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_report.sql index 91e54e4..f8a4a4d 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_report.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_report.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_sbr.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_sbr.sql index 759e2ae..d01cb7b 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_sbr.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_sbr.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_string_parsing.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_string_parsing.sql index 4373155..6e4752f 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_string_parsing.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_string_parsing.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_table.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_table.sql index 005c2f8..bd99daf 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_table.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_table.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tbr.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tbr.sql index fb998f9..9d3e33e 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tbr.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tbr.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tnvc.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tnvc.sql index 178e29d..7b1e6db 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tnvc.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_tnvc.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_var.sql b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_var.sql index 19f4ebd..3a19d98 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_var.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/amp_core_routines_var.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/delete_test.sql b/amp-sql/postgres/Database_Scripts/Routines/delete_test.sql index 6cb4f22..0f53253 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/delete_test.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/delete_test.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Routines/test.sql b/amp-sql/postgres/Database_Scripts/Routines/test.sql index 3bc0c2c..a98606e 100644 --- a/amp-sql/postgres/Database_Scripts/Routines/test.sql +++ b/amp-sql/postgres/Database_Scripts/Routines/test.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/adm_data.sql b/amp-sql/postgres/Database_Scripts/Tables/adm_data.sql index ae1bd25..2f40f33 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/adm_data.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/adm_data.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/amp_core_create_database.sql b/amp-sql/postgres/Database_Scripts/Tables/amp_core_create_database.sql index 6ced69b..87699ed 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/amp_core_create_database.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/amp_core_create_database.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/amp_core_drop_database.sql b/amp-sql/postgres/Database_Scripts/Tables/amp_core_drop_database.sql index aa4df15..14625c5 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/amp_core_drop_database.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/amp_core_drop_database.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/clean_tables.sql b/amp-sql/postgres/Database_Scripts/Tables/clean_tables.sql index a38c5b8..f6b09e9 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/clean_tables.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/clean_tables.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/healthcheck_roles.sql b/amp-sql/postgres/Database_Scripts/Tables/healthcheck_roles.sql index 9f9abd5..8422497 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/healthcheck_roles.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/healthcheck_roles.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/initial_ui_table_data.sql b/amp-sql/postgres/Database_Scripts/Tables/initial_ui_table_data.sql index b19777d..726c365 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/initial_ui_table_data.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/initial_ui_table_data.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/postgres_amp_core_tables.sql b/amp-sql/postgres/Database_Scripts/Tables/postgres_amp_core_tables.sql index 382009d..87bc753 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/postgres_amp_core_tables.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/postgres_amp_core_tables.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Tables/transcoder.sql b/amp-sql/postgres/Database_Scripts/Tables/transcoder.sql index 306ede1..b8ffcb2 100644 --- a/amp-sql/postgres/Database_Scripts/Tables/transcoder.sql +++ b/amp-sql/postgres/Database_Scripts/Tables/transcoder.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/ari_view.sql b/amp-sql/postgres/Database_Scripts/Views/ari_view.sql index 19c946e..fada9ba 100644 --- a/amp-sql/postgres/Database_Scripts/Views/ari_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/ari_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/ctrl_view.sql b/amp-sql/postgres/Database_Scripts/Views/ctrl_view.sql index 671f900..87a806e 100644 --- a/amp-sql/postgres/Database_Scripts/Views/ctrl_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/ctrl_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/edd_view.sql b/amp-sql/postgres/Database_Scripts/Views/edd_view.sql index 944fe09..ea6144e 100644 --- a/amp-sql/postgres/Database_Scripts/Views/edd_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/edd_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/mac_view.sql b/amp-sql/postgres/Database_Scripts/Views/mac_view.sql index db377a8..c696f13 100644 --- a/amp-sql/postgres/Database_Scripts/Views/mac_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/mac_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/message_view.sql b/amp-sql/postgres/Database_Scripts/Views/message_view.sql index 0de84b2..f148916 100644 --- a/amp-sql/postgres/Database_Scripts/Views/message_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/message_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/namespace_view.sql b/amp-sql/postgres/Database_Scripts/Views/namespace_view.sql index eb816fc..e9e20fb 100644 --- a/amp-sql/postgres/Database_Scripts/Views/namespace_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/namespace_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/obj_view.sql b/amp-sql/postgres/Database_Scripts/Views/obj_view.sql index d2256cc..ed3fdfb 100644 --- a/amp-sql/postgres/Database_Scripts/Views/obj_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/obj_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/oper_view.sql b/amp-sql/postgres/Database_Scripts/Views/oper_view.sql index 05e29fc..1014631 100644 --- a/amp-sql/postgres/Database_Scripts/Views/oper_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/oper_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/parm_view.sql b/amp-sql/postgres/Database_Scripts/Views/parm_view.sql index d209c58..d30c3bf 100644 --- a/amp-sql/postgres/Database_Scripts/Views/parm_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/parm_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/rpt_view.sql b/amp-sql/postgres/Database_Scripts/Views/rpt_view.sql index b9b0118..7cc7767 100644 --- a/amp-sql/postgres/Database_Scripts/Views/rpt_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/rpt_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/sbr_view.sql b/amp-sql/postgres/Database_Scripts/Views/sbr_view.sql index ccc00d1..d316b4b 100644 --- a/amp-sql/postgres/Database_Scripts/Views/sbr_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/sbr_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/tblt_view.sql b/amp-sql/postgres/Database_Scripts/Views/tblt_view.sql index 5a26ae4..a5f6168 100644 --- a/amp-sql/postgres/Database_Scripts/Views/tblt_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/tblt_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/tbr_view.sql b/amp-sql/postgres/Database_Scripts/Views/tbr_view.sql index 35bfc0b..f29e93f 100644 --- a/amp-sql/postgres/Database_Scripts/Views/tbr_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/tbr_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/tnvc_view.sql b/amp-sql/postgres/Database_Scripts/Views/tnvc_view.sql index e86ceab..1ffe987 100644 --- a/amp-sql/postgres/Database_Scripts/Views/tnvc_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/tnvc_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/Views/var_view.sql b/amp-sql/postgres/Database_Scripts/Views/var_view.sql index 7fa89af..7815cae 100644 --- a/amp-sql/postgres/Database_Scripts/Views/var_view.sql +++ b/amp-sql/postgres/Database_Scripts/Views/var_view.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Database_Scripts/amp_core_functions.sql b/amp-sql/postgres/Database_Scripts/amp_core_functions.sql index 172f202..bc44f2e 100644 --- a/amp-sql/postgres/Database_Scripts/amp_core_functions.sql +++ b/amp-sql/postgres/Database_Scripts/amp_core_functions.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/Dockerfile b/amp-sql/postgres/Dockerfile index 93eb42d..3a0cf99 100644 --- a/amp-sql/postgres/Dockerfile +++ b/amp-sql/postgres/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/docker-compose.yml b/amp-sql/postgres/docker-compose.yml index 1bc5403..f9ed6e4 100644 --- a/amp-sql/postgres/docker-compose.yml +++ b/amp-sql/postgres/docker-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/amp-sql/postgres/init.sql b/amp-sql/postgres/init.sql index 1559de8..a39653f 100644 --- a/amp-sql/postgres/init.sql +++ b/amp-sql/postgres/init.sql @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/anms-core/Dockerfile b/anms-core/Dockerfile index acb5fe7..9742997 100644 --- a/anms-core/Dockerfile +++ b/anms-core/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-core/README.md b/anms-core/README.md index 0701f4e..53cb297 100644 --- a/anms-core/README.md +++ b/anms-core/README.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/anms-core/anms/__init__.py b/anms-core/anms/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/__init__.py +++ b/anms-core/anms/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/asgi/__init__.py b/anms-core/anms/asgi/__init__.py index e985e08..985666f 100644 --- a/anms-core/anms/asgi/__init__.py +++ b/anms-core/anms/asgi/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/asgi/helpers.py b/anms-core/anms/asgi/helpers.py index c38ab45..c98102d 100644 --- a/anms-core/anms/asgi/helpers.py +++ b/anms-core/anms/asgi/helpers.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/asgi/middleware.py b/anms-core/anms/asgi/middleware.py index b476c42..e2da6f5 100644 --- a/anms-core/anms/asgi/middleware.py +++ b/anms-core/anms/asgi/middleware.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/asgi/server.py b/anms-core/anms/asgi/server.py index ac1d07e..d3317d1 100644 --- a/anms-core/anms/asgi/server.py +++ b/anms-core/anms/asgi/server.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/__init__.py b/anms-core/anms/components/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/components/__init__.py +++ b/anms-core/anms/components/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/core/__init__.py b/anms-core/anms/components/core/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/components/core/__init__.py +++ b/anms-core/anms/components/core/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/core/email.py b/anms-core/anms/components/core/email.py index f624078..49274f9 100644 --- a/anms-core/anms/components/core/email.py +++ b/anms-core/anms/components/core/email.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/core/security.py b/anms-core/anms/components/core/security.py index 34737cd..830a8e6 100644 --- a/anms-core/anms/components/core/security.py +++ b/anms-core/anms/components/core/security.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/init/__init__.py b/anms-core/anms/components/init/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/components/init/__init__.py +++ b/anms-core/anms/components/init/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/init/db_seed.py b/anms-core/anms/components/init/db_seed.py index 8368ea3..5e6d0bc 100644 --- a/anms-core/anms/components/init/db_seed.py +++ b/anms-core/anms/components/init/db_seed.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/injects/__init__.py b/anms-core/anms/components/injects/__init__.py index 1cd908e..6a09dd9 100644 --- a/anms-core/anms/components/injects/__init__.py +++ b/anms-core/anms/components/injects/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/injects/flash.py b/anms-core/anms/components/injects/flash.py index 1a4264f..bac0a2d 100644 --- a/anms-core/anms/components/injects/flash.py +++ b/anms-core/anms/components/injects/flash.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/injects/relational.py b/anms-core/anms/components/injects/relational.py index 9776f53..214c2d2 100644 --- a/anms-core/anms/components/injects/relational.py +++ b/anms-core/anms/components/injects/relational.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/injects/security.py b/anms-core/anms/components/injects/security.py index b5036ee..b0c5168 100644 --- a/anms-core/anms/components/injects/security.py +++ b/anms-core/anms/components/injects/security.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/injects/session.py b/anms-core/anms/components/injects/session.py index 95c46e9..9c2845e 100644 --- a/anms-core/anms/components/injects/session.py +++ b/anms-core/anms/components/injects/session.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/__init__.py b/anms-core/anms/components/schemas/ARIs/__init__.py index e42c107..767b682 100644 --- a/anms-core/anms/components/schemas/ARIs/__init__.py +++ b/anms-core/anms/components/schemas/ARIs/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/actual_object.py b/anms-core/anms/components/schemas/ARIs/actual_object.py index 49dd5b6..36dd4a0 100644 --- a/anms-core/anms/components/schemas/ARIs/actual_object.py +++ b/anms-core/anms/components/schemas/ARIs/actual_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/actual_parameter.py b/anms-core/anms/components/schemas/ARIs/actual_parameter.py index 2a78ce7..62450a6 100644 --- a/anms-core/anms/components/schemas/ARIs/actual_parameter.py +++ b/anms-core/anms/components/schemas/ARIs/actual_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/ari.py b/anms-core/anms/components/schemas/ARIs/ari.py index 80cee30..b76419d 100644 --- a/anms-core/anms/components/schemas/ARIs/ari.py +++ b/anms-core/anms/components/schemas/ARIs/ari.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/control.py b/anms-core/anms/components/schemas/ARIs/control.py index 919e56f..4782eca 100644 --- a/anms-core/anms/components/schemas/ARIs/control.py +++ b/anms-core/anms/components/schemas/ARIs/control.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/edd_formal.py b/anms-core/anms/components/schemas/ARIs/edd_formal.py index ec864d3..ad5de94 100644 --- a/anms-core/anms/components/schemas/ARIs/edd_formal.py +++ b/anms-core/anms/components/schemas/ARIs/edd_formal.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/formal_object.py b/anms-core/anms/components/schemas/ARIs/formal_object.py index 9904df6..98b4ec2 100644 --- a/anms-core/anms/components/schemas/ARIs/formal_object.py +++ b/anms-core/anms/components/schemas/ARIs/formal_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/formal_parameter.py b/anms-core/anms/components/schemas/ARIs/formal_parameter.py index f698c69..8c80af6 100644 --- a/anms-core/anms/components/schemas/ARIs/formal_parameter.py +++ b/anms-core/anms/components/schemas/ARIs/formal_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/literal_object.py b/anms-core/anms/components/schemas/ARIs/literal_object.py index c24ddf9..4e5d6c3 100644 --- a/anms-core/anms/components/schemas/ARIs/literal_object.py +++ b/anms-core/anms/components/schemas/ARIs/literal_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/mac_formal.py b/anms-core/anms/components/schemas/ARIs/mac_formal.py index 47c3353..fe29df1 100644 --- a/anms-core/anms/components/schemas/ARIs/mac_formal.py +++ b/anms-core/anms/components/schemas/ARIs/mac_formal.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/registered_agent.py b/anms-core/anms/components/schemas/ARIs/registered_agent.py index 8816fe4..ceb1f01 100644 --- a/anms-core/anms/components/schemas/ARIs/registered_agent.py +++ b/anms-core/anms/components/schemas/ARIs/registered_agent.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/rpt_entry.py b/anms-core/anms/components/schemas/ARIs/rpt_entry.py index da24531..bdc8232 100644 --- a/anms-core/anms/components/schemas/ARIs/rpt_entry.py +++ b/anms-core/anms/components/schemas/ARIs/rpt_entry.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/ARIs/rpt_formal.py b/anms-core/anms/components/schemas/ARIs/rpt_formal.py index ade8005..a0d8b35 100644 --- a/anms-core/anms/components/schemas/ARIs/rpt_formal.py +++ b/anms-core/anms/components/schemas/ARIs/rpt_formal.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/__init__.py b/anms-core/anms/components/schemas/__init__.py index 58d918f..323d8d3 100644 --- a/anms-core/anms/components/schemas/__init__.py +++ b/anms-core/anms/components/schemas/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/adm.py b/anms-core/anms/components/schemas/adm.py index 260552e..682b5ff 100644 --- a/anms-core/anms/components/schemas/adm.py +++ b/anms-core/anms/components/schemas/adm.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/agent_parameter.py b/anms-core/anms/components/schemas/agent_parameter.py index ebef843..1587421 100644 --- a/anms-core/anms/components/schemas/agent_parameter.py +++ b/anms-core/anms/components/schemas/agent_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/jinja.py b/anms-core/anms/components/schemas/jinja.py index 7c15f63..75c55dc 100644 --- a/anms-core/anms/components/schemas/jinja.py +++ b/anms-core/anms/components/schemas/jinja.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/logging.py b/anms-core/anms/components/schemas/logging.py index 5e6db9e..a2b8847 100644 --- a/anms-core/anms/components/schemas/logging.py +++ b/anms-core/anms/components/schemas/logging.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/network_manager.py b/anms-core/anms/components/schemas/network_manager.py index 6ce9792..cf63fc6 100644 --- a/anms-core/anms/components/schemas/network_manager.py +++ b/anms-core/anms/components/schemas/network_manager.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/session.py b/anms-core/anms/components/schemas/session.py index 4fa11f2..8c9aa33 100644 --- a/anms-core/anms/components/schemas/session.py +++ b/anms-core/anms/components/schemas/session.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/smtp.py b/anms-core/anms/components/schemas/smtp.py index 02b00d7..339e04b 100644 --- a/anms-core/anms/components/schemas/smtp.py +++ b/anms-core/anms/components/schemas/smtp.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/token.py b/anms-core/anms/components/schemas/token.py index 7539871..457c8ce 100644 --- a/anms-core/anms/components/schemas/token.py +++ b/anms-core/anms/components/schemas/token.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/transcoder_log.py b/anms-core/anms/components/schemas/transcoder_log.py index eebac06..6ef0864 100644 --- a/anms-core/anms/components/schemas/transcoder_log.py +++ b/anms-core/anms/components/schemas/transcoder_log.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/components/schemas/user.py b/anms-core/anms/components/schemas/user.py index 8c69633..0eb4c92 100644 --- a/anms-core/anms/components/schemas/user.py +++ b/anms-core/anms/components/schemas/user.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/init_adms.py b/anms-core/anms/init_adms.py index 39b33fc..6453ecc 100644 --- a/anms-core/anms/init_adms.py +++ b/anms-core/anms/init_adms.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/__init__.py b/anms-core/anms/models/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/models/__init__.py +++ b/anms-core/anms/models/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/__init__.py b/anms-core/anms/models/relational/__init__.py index a3cdb9b..3563e6e 100644 --- a/anms-core/anms/models/relational/__init__.py +++ b/anms-core/anms/models/relational/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/actual_object.py b/anms-core/anms/models/relational/actual_object.py index 1487d2b..d2df939 100644 --- a/anms-core/anms/models/relational/actual_object.py +++ b/anms-core/anms/models/relational/actual_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/actual_parameter.py b/anms-core/anms/models/relational/actual_parameter.py index 609e79e..9251da1 100644 --- a/anms-core/anms/models/relational/actual_parameter.py +++ b/anms-core/anms/models/relational/actual_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/adms/adm_data.py b/anms-core/anms/models/relational/adms/adm_data.py index f86042c..6cc360b 100755 --- a/anms-core/anms/models/relational/adms/adm_data.py +++ b/anms-core/anms/models/relational/adms/adm_data.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/adms/namespace_view.py b/anms-core/anms/models/relational/adms/namespace_view.py index 40c9ece..081fa51 100755 --- a/anms-core/anms/models/relational/adms/namespace_view.py +++ b/anms-core/anms/models/relational/adms/namespace_view.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/agent_parameter.py b/anms-core/anms/models/relational/agent_parameter.py index a4ecc21..edf5700 100644 --- a/anms-core/anms/models/relational/agent_parameter.py +++ b/anms-core/anms/models/relational/agent_parameter.py @@ -3,7 +3,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/ari.py b/anms-core/anms/models/relational/ari.py index 363dd41..c20b4e8 100644 --- a/anms-core/anms/models/relational/ari.py +++ b/anms-core/anms/models/relational/ari.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/formal_object.py b/anms-core/anms/models/relational/formal_object.py index c27201e..ca80618 100644 --- a/anms-core/anms/models/relational/formal_object.py +++ b/anms-core/anms/models/relational/formal_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/formal_parameter.py b/anms-core/anms/models/relational/formal_parameter.py index f1e5af8..0b78b12 100644 --- a/anms-core/anms/models/relational/formal_parameter.py +++ b/anms-core/anms/models/relational/formal_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/invite.py b/anms-core/anms/models/relational/invite.py index 078e07d..84e1e50 100644 --- a/anms-core/anms/models/relational/invite.py +++ b/anms-core/anms/models/relational/invite.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/literal_object.py b/anms-core/anms/models/relational/literal_object.py index b97bbe2..7e3ba0f 100644 --- a/anms-core/anms/models/relational/literal_object.py +++ b/anms-core/anms/models/relational/literal_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/registered_agent.py b/anms-core/anms/models/relational/registered_agent.py index cd5f899..863e5b3 100644 --- a/anms-core/anms/models/relational/registered_agent.py +++ b/anms-core/anms/models/relational/registered_agent.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/report.py b/anms-core/anms/models/relational/report.py index f425473..b70ce6c 100644 --- a/anms-core/anms/models/relational/report.py +++ b/anms-core/anms/models/relational/report.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/transcoder_log.py b/anms-core/anms/models/relational/transcoder_log.py index e40aea9..c3c4ea9 100644 --- a/anms-core/anms/models/relational/transcoder_log.py +++ b/anms-core/anms/models/relational/transcoder_log.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/models/relational/user.py b/anms-core/anms/models/relational/user.py index 0f6380c..a55cf20 100755 --- a/anms-core/anms/models/relational/user.py +++ b/anms-core/anms/models/relational/user.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/public/mfa.html b/anms-core/anms/public/mfa.html index ecabb47..4685afc 100644 --- a/anms-core/anms/public/mfa.html +++ b/anms-core/anms/public/mfa.html @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/anms-core/anms/public/register.html b/anms-core/anms/public/register.html index 3d74ad3..5d29c2f 100644 --- a/anms-core/anms/public/register.html +++ b/anms-core/anms/public/register.html @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/__init__.py b/anms-core/anms/routes/ARIs/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/routes/ARIs/__init__.py +++ b/anms-core/anms/routes/ARIs/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/actual_objects.py b/anms-core/anms/routes/ARIs/actual_objects.py index 78317e0..c030491 100644 --- a/anms-core/anms/routes/ARIs/actual_objects.py +++ b/anms-core/anms/routes/ARIs/actual_objects.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/actual_parameter.py b/anms-core/anms/routes/ARIs/actual_parameter.py index f50a731..928c27b 100644 --- a/anms-core/anms/routes/ARIs/actual_parameter.py +++ b/anms-core/anms/routes/ARIs/actual_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/agents.py b/anms-core/anms/routes/ARIs/agents.py index e06b00e..49edbf2 100644 --- a/anms-core/anms/routes/ARIs/agents.py +++ b/anms-core/anms/routes/ARIs/agents.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/alerts.py b/anms-core/anms/routes/ARIs/alerts.py index ba8dd56..e1157cc 100644 --- a/anms-core/anms/routes/ARIs/alerts.py +++ b/anms-core/anms/routes/ARIs/alerts.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/ari.py b/anms-core/anms/routes/ARIs/ari.py index 7b9cd34..de028ed 100644 --- a/anms-core/anms/routes/ARIs/ari.py +++ b/anms-core/anms/routes/ARIs/ari.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/formal_objects.py b/anms-core/anms/routes/ARIs/formal_objects.py index 67f77b7..40dea38 100644 --- a/anms-core/anms/routes/ARIs/formal_objects.py +++ b/anms-core/anms/routes/ARIs/formal_objects.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/formal_parameter.py b/anms-core/anms/routes/ARIs/formal_parameter.py index 7769bb1..6135af6 100644 --- a/anms-core/anms/routes/ARIs/formal_parameter.py +++ b/anms-core/anms/routes/ARIs/formal_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/literal_object.py b/anms-core/anms/routes/ARIs/literal_object.py index da6c500..71870ee 100644 --- a/anms-core/anms/routes/ARIs/literal_object.py +++ b/anms-core/anms/routes/ARIs/literal_object.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/ARIs/reports.py b/anms-core/anms/routes/ARIs/reports.py index 9937563..7382432 100644 --- a/anms-core/anms/routes/ARIs/reports.py +++ b/anms-core/anms/routes/ARIs/reports.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/__init__.py b/anms-core/anms/routes/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/routes/__init__.py +++ b/anms-core/anms/routes/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/adms/adm.py b/anms-core/anms/routes/adms/adm.py index d3045e0..1d6424e 100644 --- a/anms-core/anms/routes/adms/adm.py +++ b/anms-core/anms/routes/adms/adm.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/adms/adm_compare.py b/anms-core/anms/routes/adms/adm_compare.py index 5ad7e3b..f979e72 100644 --- a/anms-core/anms/routes/adms/adm_compare.py +++ b/anms-core/anms/routes/adms/adm_compare.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/agent_parameter.py b/anms-core/anms/routes/agent_parameter.py index 507c253..ba547e9 100644 --- a/anms-core/anms/routes/agent_parameter.py +++ b/anms-core/anms/routes/agent_parameter.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/hello.py b/anms-core/anms/routes/hello.py index 651d738..fe1d349 100644 --- a/anms-core/anms/routes/hello.py +++ b/anms-core/anms/routes/hello.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/logging.py b/anms-core/anms/routes/logging.py index d9b31d4..4e7c78b 100644 --- a/anms-core/anms/routes/logging.py +++ b/anms-core/anms/routes/logging.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/main.py b/anms-core/anms/routes/main.py index 599afe9..9effe4b 100644 --- a/anms-core/anms/routes/main.py +++ b/anms-core/anms/routes/main.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/mappings.py b/anms-core/anms/routes/mappings.py index 26a856d..9a57169 100644 --- a/anms-core/anms/routes/mappings.py +++ b/anms-core/anms/routes/mappings.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/network_manager.py b/anms-core/anms/routes/network_manager.py index 99e94ab..2d12896 100644 --- a/anms-core/anms/routes/network_manager.py +++ b/anms-core/anms/routes/network_manager.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/registry.py b/anms-core/anms/routes/registry.py index bda2fb4..b0dc1d0 100644 --- a/anms-core/anms/routes/registry.py +++ b/anms-core/anms/routes/registry.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/system_status.py b/anms-core/anms/routes/system_status.py index 8a9ba3a..47558c3 100644 --- a/anms-core/anms/routes/system_status.py +++ b/anms-core/anms/routes/system_status.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/transcoder.py b/anms-core/anms/routes/transcoder.py index 64a400b..4ffe21d 100644 --- a/anms-core/anms/routes/transcoder.py +++ b/anms-core/anms/routes/transcoder.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/routes/user.py b/anms-core/anms/routes/user.py index fccda81..de3f673 100644 --- a/anms-core/anms/routes/user.py +++ b/anms-core/anms/routes/user.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/run_gunicorn.py b/anms-core/anms/run_gunicorn.py index 708fe97..6ebd895 100644 --- a/anms-core/anms/run_gunicorn.py +++ b/anms-core/anms/run_gunicorn.py @@ -3,7 +3,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/__init__.py b/anms-core/anms/shared/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/anms/shared/__init__.py +++ b/anms-core/anms/shared/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/ace_runner.py b/anms-core/anms/shared/ace_runner.py index a247da4..1594a6e 100644 --- a/anms-core/anms/shared/ace_runner.py +++ b/anms-core/anms/shared/ace_runner.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/agent_parameter.py b/anms-core/anms/shared/agent_parameter.py index c3c6f2d..cf2e1cb 100644 --- a/anms-core/anms/shared/agent_parameter.py +++ b/anms-core/anms/shared/agent_parameter.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/config.py b/anms-core/anms/shared/config.py index ec9b337..b5a20ce 100644 --- a/anms-core/anms/shared/config.py +++ b/anms-core/anms/shared/config.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/config_utils.py b/anms-core/anms/shared/config_utils.py index bb40ac9..caa174f 100644 --- a/anms-core/anms/shared/config_utils.py +++ b/anms-core/anms/shared/config_utils.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/logger.py b/anms-core/anms/shared/logger.py index cf197ce..1bf7c28 100644 --- a/anms-core/anms/shared/logger.py +++ b/anms-core/anms/shared/logger.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/manager_checker.py b/anms-core/anms/shared/manager_checker.py index 8cabeeb..b35447c 100644 --- a/anms-core/anms/shared/manager_checker.py +++ b/anms-core/anms/shared/manager_checker.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/mqtt_client.py b/anms-core/anms/shared/mqtt_client.py index 681e315..149e855 100644 --- a/anms-core/anms/shared/mqtt_client.py +++ b/anms-core/anms/shared/mqtt_client.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/anms/shared/opensearch_logger.py b/anms-core/anms/shared/opensearch_logger.py index 2276b41..c822ce8 100644 --- a/anms-core/anms/shared/opensearch_logger.py +++ b/anms-core/anms/shared/opensearch_logger.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/docker-entrypoint.sh b/anms-core/docker-entrypoint.sh index 750ebee..de4c8a4 100644 --- a/anms-core/docker-entrypoint.sh +++ b/anms-core/docker-entrypoint.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-core/integration_test/Dockerfile b/anms-core/integration_test/Dockerfile index 6878c51..1de2111 100644 --- a/anms-core/integration_test/Dockerfile +++ b/anms-core/integration_test/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-core/integration_test/README.md b/anms-core/integration_test/README.md index c8d3d2d..ff8ec56 100644 --- a/anms-core/integration_test/README.md +++ b/anms-core/integration_test/README.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/anms-core/integration_test/docker-compose.yml b/anms-core/integration_test/docker-compose.yml index b7e1181..627a92f 100644 --- a/anms-core/integration_test/docker-compose.yml +++ b/anms-core/integration_test/docker-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-core/integration_test/run_test.sh b/anms-core/integration_test/run_test.sh index 97a3243..fb7fe94 100755 --- a/anms-core/integration_test/run_test.sh +++ b/anms-core/integration_test/run_test.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-core/run_dev.py b/anms-core/run_dev.py index a46a909..2f72654 100644 --- a/anms-core/run_dev.py +++ b/anms-core/run_dev.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/run_integration_test.sh b/anms-core/run_integration_test.sh index 8398f38..be4ee4e 100755 --- a/anms-core/run_integration_test.sh +++ b/anms-core/run_integration_test.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-core/test/__init__.py b/anms-core/test/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/__init__.py +++ b/anms-core/test/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/__init__.py b/anms-core/test/anms/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/__init__.py +++ b/anms-core/test/anms/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/asgi/__init__.py b/anms-core/test/anms/asgi/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/asgi/__init__.py +++ b/anms-core/test/anms/asgi/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/asgi/test_helpers.py b/anms-core/test/anms/asgi/test_helpers.py index 7909386..6291ac2 100644 --- a/anms-core/test/anms/asgi/test_helpers.py +++ b/anms-core/test/anms/asgi/test_helpers.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/asgi/test_init.py b/anms-core/test/anms/asgi/test_init.py index d6d78fe..13fdc7a 100644 --- a/anms-core/test/anms/asgi/test_init.py +++ b/anms-core/test/anms/asgi/test_init.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/asgi/test_server.py b/anms-core/test/anms/asgi/test_server.py index 1ed2814..0255abd 100644 --- a/anms-core/test/anms/asgi/test_server.py +++ b/anms-core/test/anms/asgi/test_server.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/__init__.py b/anms-core/test/anms/components/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/components/__init__.py +++ b/anms-core/test/anms/components/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/core/__init__.py b/anms-core/test/anms/components/core/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/components/core/__init__.py +++ b/anms-core/test/anms/components/core/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/core/test_email.py b/anms-core/test/anms/components/core/test_email.py index 55f0469..6652a70 100644 --- a/anms-core/test/anms/components/core/test_email.py +++ b/anms-core/test/anms/components/core/test_email.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/core/test_security.py b/anms-core/test/anms/components/core/test_security.py index a1988a3..0f8bed4 100644 --- a/anms-core/test/anms/components/core/test_security.py +++ b/anms-core/test/anms/components/core/test_security.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/init/__init__.py b/anms-core/test/anms/components/init/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/components/init/__init__.py +++ b/anms-core/test/anms/components/init/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/init/test_db_seed.py b/anms-core/test/anms/components/init/test_db_seed.py index 36ce8d2..1886ebf 100644 --- a/anms-core/test/anms/components/init/test_db_seed.py +++ b/anms-core/test/anms/components/init/test_db_seed.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/injects/__init__.py b/anms-core/test/anms/components/injects/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/components/injects/__init__.py +++ b/anms-core/test/anms/components/injects/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/components/injects/test_flash.py b/anms-core/test/anms/components/injects/test_flash.py index bd37f09..91d0dc8 100644 --- a/anms-core/test/anms/components/injects/test_flash.py +++ b/anms-core/test/anms/components/injects/test_flash.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/models/__init__.py b/anms-core/test/anms/models/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/models/__init__.py +++ b/anms-core/test/anms/models/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/models/relational/__init__.py b/anms-core/test/anms/models/relational/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/models/relational/__init__.py +++ b/anms-core/test/anms/models/relational/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/models/relational/test_invite.py b/anms-core/test/anms/models/relational/test_invite.py index ac1751f..c0d01a8 100644 --- a/anms-core/test/anms/models/relational/test_invite.py +++ b/anms-core/test/anms/models/relational/test_invite.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/routes/ARIs/__init__.py b/anms-core/test/anms/routes/ARIs/__init__.py index e025b92..22dbbb2 100644 --- a/anms-core/test/anms/routes/ARIs/__init__.py +++ b/anms-core/test/anms/routes/ARIs/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/routes/ARIs/test_ari.py b/anms-core/test/anms/routes/ARIs/test_ari.py index 9a74367..d5925d8 100644 --- a/anms-core/test/anms/routes/ARIs/test_ari.py +++ b/anms-core/test/anms/routes/ARIs/test_ari.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/routes/__init__.py b/anms-core/test/anms/routes/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/routes/__init__.py +++ b/anms-core/test/anms/routes/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/routes/adms/test_adm.py b/anms-core/test/anms/routes/adms/test_adm.py index 7dba596..77f0284 100644 --- a/anms-core/test/anms/routes/adms/test_adm.py +++ b/anms-core/test/anms/routes/adms/test_adm.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/routes/adms/test_adm_compare.py b/anms-core/test/anms/routes/adms/test_adm_compare.py index 7429b92..a3412a3 100644 --- a/anms-core/test/anms/routes/adms/test_adm_compare.py +++ b/anms-core/test/anms/routes/adms/test_adm_compare.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/shared/__init__.py b/anms-core/test/anms/shared/__init__.py index a10686a..c1e0c5c 100644 --- a/anms-core/test/anms/shared/__init__.py +++ b/anms-core/test/anms/shared/__init__.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/shared/test_config_utils.py b/anms-core/test/anms/shared/test_config_utils.py index 81d47a6..970c4d0 100644 --- a/anms-core/test/anms/shared/test_config_utils.py +++ b/anms-core/test/anms/shared/test_config_utils.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-core/test/anms/shared/test_opensearch_logger.py b/anms-core/test/anms/shared/test_opensearch_logger.py index 11990e2..6c8a390 100644 --- a/anms-core/test/anms/shared/test_opensearch_logger.py +++ b/anms-core/test/anms/shared/test_opensearch_logger.py @@ -4,7 +4,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/anms-ui/CONTRIBUTING.md b/anms-ui/CONTRIBUTING.md index 0a051a8..5531199 100644 --- a/anms-ui/CONTRIBUTING.md +++ b/anms-ui/CONTRIBUTING.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/anms-ui/Dockerfile b/anms-ui/Dockerfile index b2147c0..c214ff4 100644 --- a/anms-ui/Dockerfile +++ b/anms-ui/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/README.md b/anms-ui/README.md index 29d4be0..3d54f1e 100644 --- a/anms-ui/README.md +++ b/anms-ui/README.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/anms-ui/check_packages.sh b/anms-ui/check_packages.sh index 6376617..0dd348f 100755 --- a/anms-ui/check_packages.sh +++ b/anms-ui/check_packages.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/config_ui_env.js b/anms-ui/config_ui_env.js index 86f3145..fb1d9f4 100644 --- a/anms-ui/config_ui_env.js +++ b/anms-ui/config_ui_env.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/docker-entrypoint.sh b/anms-ui/docker-entrypoint.sh index 145eaef..59212f1 100644 --- a/anms-ui/docker-entrypoint.sh +++ b/anms-ui/docker-entrypoint.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/integration_test/docker-compose.yml b/anms-ui/integration_test/docker-compose.yml index 44b2076..4e713d9 100644 --- a/anms-ui/integration_test/docker-compose.yml +++ b/anms-ui/integration_test/docker-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/modify_version.sh b/anms-ui/modify_version.sh index 1b51313..d26b28e 100755 --- a/anms-ui/modify_version.sh +++ b/anms-ui/modify_version.sh @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/prep_packages.sh b/anms-ui/prep_packages.sh index 43e0f5a..443b912 100755 --- a/anms-ui/prep_packages.sh +++ b/anms-ui/prep_packages.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/process.yml b/anms-ui/process.yml index 3088486..08070bc 100644 --- a/anms-ui/process.yml +++ b/anms-ui/process.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/anms-ui/public/.eslintrc.js b/anms-ui/public/.eslintrc.js index c029da5..3f5316b 100644 --- a/anms-ui/public/.eslintrc.js +++ b/anms-ui/public/.eslintrc.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/components/management/builder/ariBuilder.js b/anms-ui/public/app/components/management/builder/ariBuilder.js index 56eb9f1..33ad5e2 100644 --- a/anms-ui/public/app/components/management/builder/ariBuilder.js +++ b/anms-ui/public/app/components/management/builder/ariBuilder.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/components/management/builder/parameterBuilder.js b/anms-ui/public/app/components/management/builder/parameterBuilder.js index 47a5ae6..224091d 100644 --- a/anms-ui/public/app/components/management/builder/parameterBuilder.js +++ b/anms-ui/public/app/components/management/builder/parameterBuilder.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/core/router.js b/anms-ui/public/app/core/router.js index 18ed7dd..6db946d 100644 --- a/anms-ui/public/app/core/router.js +++ b/anms-ui/public/app/core/router.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/main.js b/anms-ui/public/app/main.js index fd3c615..11e4717 100644 --- a/anms-ui/public/app/main.js +++ b/anms-ui/public/app/main.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/shared/api.js b/anms-ui/public/app/shared/api.js index ae4e0e9..3d62188 100644 --- a/anms-ui/public/app/shared/api.js +++ b/anms-ui/public/app/shared/api.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/shared/api_adm.js b/anms-ui/public/app/shared/api_adm.js index 23be15e..061c953 100644 --- a/anms-ui/public/app/shared/api_adm.js +++ b/anms-ui/public/app/shared/api_adm.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/shared/constants.js b/anms-ui/public/app/shared/constants.js index 6c00513..59d9617 100644 --- a/anms-ui/public/app/shared/constants.js +++ b/anms-ui/public/app/shared/constants.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/shared/utils.js b/anms-ui/public/app/shared/utils.js index 9ef1979..a5177d0 100644 --- a/anms-ui/public/app/shared/utils.js +++ b/anms-ui/public/app/shared/utils.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/index.js b/anms-ui/public/app/store/index.js index 1545649..58e0616 100644 --- a/anms-ui/public/app/store/index.js +++ b/anms-ui/public/app/store/index.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/modules/adm.js b/anms-ui/public/app/store/modules/adm.js index 3f44c69..111b498 100644 --- a/anms-ui/public/app/store/modules/adm.js +++ b/anms-ui/public/app/store/modules/adm.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/modules/agents.js b/anms-ui/public/app/store/modules/agents.js index 1b29334..82c556b 100644 --- a/anms-ui/public/app/store/modules/agents.js +++ b/anms-ui/public/app/store/modules/agents.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/modules/build.js b/anms-ui/public/app/store/modules/build.js index 4948659..10b7515 100644 --- a/anms-ui/public/app/store/modules/build.js +++ b/anms-ui/public/app/store/modules/build.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/modules/service_status.js b/anms-ui/public/app/store/modules/service_status.js index 599974e..5c39c19 100644 --- a/anms-ui/public/app/store/modules/service_status.js +++ b/anms-ui/public/app/store/modules/service_status.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/modules/transcoder.js b/anms-ui/public/app/store/modules/transcoder.js index 8f5b7ba..9afe015 100644 --- a/anms-ui/public/app/store/modules/transcoder.js +++ b/anms-ui/public/app/store/modules/transcoder.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/app/store/modules/user.js b/anms-ui/public/app/store/modules/user.js index caa1c7d..e690ead 100644 --- a/anms-ui/public/app/store/modules/user.js +++ b/anms-ui/public/app/store/modules/user.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/assets/styles/_variables.scss b/anms-ui/public/assets/styles/_variables.scss index 4f9d234..5bb9b5a 100644 --- a/anms-ui/public/assets/styles/_variables.scss +++ b/anms-ui/public/assets/styles/_variables.scss @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/anms-ui/public/assets/styles/base.scss b/anms-ui/public/assets/styles/base.scss index dafe7e3..b039953 100644 --- a/anms-ui/public/assets/styles/base.scss +++ b/anms-ui/public/assets/styles/base.scss @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/anms-ui/public/assets/views/404.html b/anms-ui/public/assets/views/404.html index 5109d7a..16454f6 100644 --- a/anms-ui/public/assets/views/404.html +++ b/anms-ui/public/assets/views/404.html @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/anms-ui/public/assets/views/500.html b/anms-ui/public/assets/views/500.html index 5109d7a..16454f6 100644 --- a/anms-ui/public/assets/views/500.html +++ b/anms-ui/public/assets/views/500.html @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/anms-ui/public/babel.config.js b/anms-ui/public/babel.config.js index e225ab5..f3cca18 100644 --- a/anms-ui/public/babel.config.js +++ b/anms-ui/public/babel.config.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/index.html b/anms-ui/public/index.html index 0ba7847..024e9a7 100644 --- a/anms-ui/public/index.html +++ b/anms-ui/public/index.html @@ -2,7 +2,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/anms-ui/public/postcss.config.js b/anms-ui/public/postcss.config.js index dacf666..d3083c3 100644 --- a/anms-ui/public/postcss.config.js +++ b/anms-ui/public/postcss.config.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/public/vue.config.js b/anms-ui/public/vue.config.js index 1fb287a..6642110 100644 --- a/anms-ui/public/vue.config.js +++ b/anms-ui/public/vue.config.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/.eslintrc.js b/anms-ui/server/.eslintrc.js index 53e4ea1..483b664 100644 --- a/anms-ui/server/.eslintrc.js +++ b/anms-ui/server/.eslintrc.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/clients/redisClient.js b/anms-ui/server/clients/redisClient.js index bc3d313..f12fef7 100644 --- a/anms-ui/server/clients/redisClient.js +++ b/anms-ui/server/clients/redisClient.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/adms.js b/anms-ui/server/components/adms.js index 9b7101a..83e9f73 100644 --- a/anms-ui/server/components/adms.js +++ b/anms-ui/server/components/adms.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/alerts.js b/anms-ui/server/components/alerts.js index d572d4d..06e5fd3 100644 --- a/anms-ui/server/components/alerts.js +++ b/anms-ui/server/components/alerts.js @@ -3,7 +3,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/ariBuilder.js b/anms-ui/server/components/ariBuilder.js index e9dd91c..ca0d411 100644 --- a/anms-ui/server/components/ariBuilder.js +++ b/anms-ui/server/components/ariBuilder.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/core.js b/anms-ui/server/components/core.js index a8f0477..921a861 100644 --- a/anms-ui/server/components/core.js +++ b/anms-ui/server/components/core.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/hello.js b/anms-ui/server/components/hello.js index c28b3ca..171d114 100644 --- a/anms-ui/server/components/hello.js +++ b/anms-ui/server/components/hello.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/main.js b/anms-ui/server/components/main.js index 27feb70..99a164b 100644 --- a/anms-ui/server/components/main.js +++ b/anms-ui/server/components/main.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/networkManager.js b/anms-ui/server/components/networkManager.js index 64f092b..19092a1 100644 --- a/anms-ui/server/components/networkManager.js +++ b/anms-ui/server/components/networkManager.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/registeredAgents.js b/anms-ui/server/components/registeredAgents.js index 7432c99..2dd9b4e 100644 --- a/anms-ui/server/components/registeredAgents.js +++ b/anms-ui/server/components/registeredAgents.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/reports.js b/anms-ui/server/components/reports.js index 0dd8ba3..65a7e7c 100644 --- a/anms-ui/server/components/reports.js +++ b/anms-ui/server/components/reports.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/transcoder.js b/anms-ui/server/components/transcoder.js index 418b011..b0ad81d 100644 --- a/anms-ui/server/components/transcoder.js +++ b/anms-ui/server/components/transcoder.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/users.js b/anms-ui/server/components/users.js index 5889eff..3d2607b 100644 --- a/anms-ui/server/components/users.js +++ b/anms-ui/server/components/users.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/components/utilities.js b/anms-ui/server/components/utilities.js index 909d0d7..b9b9492 100644 --- a/anms-ui/server/components/utilities.js +++ b/anms-ui/server/components/utilities.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/core/express.js b/anms-ui/server/core/express.js index d010473..b9697fc 100755 --- a/anms-ui/server/core/express.js +++ b/anms-ui/server/core/express.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/core/permissions.js b/anms-ui/server/core/permissions.js index b0cd809..4fb29e4 100644 --- a/anms-ui/server/core/permissions.js +++ b/anms-ui/server/core/permissions.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/core/routes.js b/anms-ui/server/core/routes.js index 1dad62b..2cf6aa9 100755 --- a/anms-ui/server/core/routes.js +++ b/anms-ui/server/core/routes.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/init/index.js b/anms-ui/server/init/index.js index 90c68d7..832a618 100644 --- a/anms-ui/server/init/index.js +++ b/anms-ui/server/init/index.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/server.js b/anms-ui/server/server.js index 2160b65..8503d04 100644 --- a/anms-ui/server/server.js +++ b/anms-ui/server/server.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/shared/config.js b/anms-ui/server/shared/config.js index 01c08a6..a0afecc 100755 --- a/anms-ui/server/shared/config.js +++ b/anms-ui/server/shared/config.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/shared/configUtils.js b/anms-ui/server/shared/configUtils.js index 87fe260..7944ed7 100644 --- a/anms-ui/server/shared/configUtils.js +++ b/anms-ui/server/shared/configUtils.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/shared/logger.js b/anms-ui/server/shared/logger.js index ee7e7f0..376b0d1 100755 --- a/anms-ui/server/shared/logger.js +++ b/anms-ui/server/shared/logger.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/shared/loggerInstance.js b/anms-ui/server/shared/loggerInstance.js index a60f0d9..e0d0ee5 100755 --- a/anms-ui/server/shared/loggerInstance.js +++ b/anms-ui/server/shared/loggerInstance.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms-ui/server/shared/utils.js b/anms-ui/server/shared/utils.js index 4c1067a..b27ca5e 100644 --- a/anms-ui/server/shared/utils.js +++ b/anms-ui/server/shared/utils.js @@ -2,7 +2,7 @@ * Copyright (c) 2023 The Johns Hopkins University Applied Physics * Laboratory LLC. * - * This file is part of the Asynchronous Network Managment System (ANMS). + * This file is part of the Asynchronous Network Management System (ANMS). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/anms_release.sh b/anms_release.sh index ae12434..124569d 100755 --- a/anms_release.sh +++ b/anms_release.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/apply_license.sh b/apply_license.sh index b2e0c12..09182ed 100755 --- a/apply_license.sh +++ b/apply_license.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/aricodec/Dockerfile b/aricodec/Dockerfile index 7bbb1d0..917e508 100644 --- a/aricodec/Dockerfile +++ b/aricodec/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/aricodec/__init__.py b/aricodec/__init__.py index e025b92..22dbbb2 100644 --- a/aricodec/__init__.py +++ b/aricodec/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/aricodec/docker-entrypoint.sh b/aricodec/docker-entrypoint.sh index d9e00e2..e5f2a14 100644 --- a/aricodec/docker-entrypoint.sh +++ b/aricodec/docker-entrypoint.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/aricodec/src/aricodec/main.py b/aricodec/src/aricodec/main.py index 4687a0a..a53e8dd 100644 --- a/aricodec/src/aricodec/main.py +++ b/aricodec/src/aricodec/main.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/authnz-emu/Dockerfile b/authnz-emu/Dockerfile index b216382..5377ce0 100644 --- a/authnz-emu/Dockerfile +++ b/authnz-emu/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/authnz-emu/html/authn/accessdenied.html b/authnz-emu/html/authn/accessdenied.html index 5664648..fb042a7 100644 --- a/authnz-emu/html/authn/accessdenied.html +++ b/authnz-emu/html/authn/accessdenied.html @@ -3,7 +3,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/authnz-emu/html/authn/loggedout.html b/authnz-emu/html/authn/loggedout.html index cb01b08..15a6831 100644 --- a/authnz-emu/html/authn/loggedout.html +++ b/authnz-emu/html/authn/loggedout.html @@ -3,7 +3,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/authnz-emu/html/authn/login.html b/authnz-emu/html/authn/login.html index f4059ec..71fa09a 100644 --- a/authnz-emu/html/authn/login.html +++ b/authnz-emu/html/authn/login.html @@ -3,7 +3,7 @@ -- Copyright (c) 2023 The Johns Hopkins University Applied Physics -- Laboratory LLC. -- --- This file is part of the Asynchronous Network Managment System (ANMS). +-- This file is part of the Asynchronous Network Management System (ANMS). -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/authnz-emu/html/authn/style.css b/authnz-emu/html/authn/style.css index 450caf4..5bba84c 100644 --- a/authnz-emu/html/authn/style.css +++ b/authnz-emu/html/authn/style.css @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/authnz-emu/wsgi.py b/authnz-emu/wsgi.py index bd4a461..2523311 100644 --- a/authnz-emu/wsgi.py +++ b/authnz-emu/wsgi.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/base.Dockerfile b/base.Dockerfile index 6b64063..c4c19ab 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/build.sh b/build.sh index b94ff3b..5c28519 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/checkout-test/Dockerfile b/checkout-test/Dockerfile index 6b36704..fee7af1 100644 --- a/checkout-test/Dockerfile +++ b/checkout-test/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/checkout-test/run.sh b/checkout-test/run.sh index 3d314f6..e0ad2e3 100755 --- a/checkout-test/run.sh +++ b/checkout-test/run.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/checkout-test/test_routes.py b/checkout-test/test_routes.py index 4c3462a..c5ba3c4 100644 --- a/checkout-test/test_routes.py +++ b/checkout-test/test_routes.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docker-compose.yml b/docker-compose.yml index ed7f861..180dd35 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/grafana/Dockerfile b/grafana/Dockerfile index 06a7014..ecc2f28 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/grafana/provisioning/automatic.yml b/grafana/provisioning/automatic.yml index a46cac2..f914fd4 100755 --- a/grafana/provisioning/automatic.yml +++ b/grafana/provisioning/automatic.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/grafana/provisioning/datasources/datasource.yml b/grafana/provisioning/datasources/datasource.yml index 011bc99..6657278 100644 --- a/grafana/provisioning/datasources/datasource.yml +++ b/grafana/provisioning/datasources/datasource.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/ion/Dockerfile b/ion/Dockerfile index 338a320..daa4f03 100644 --- a/ion/Dockerfile +++ b/ion/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/ion/utils/ion_nm_wrap.py b/ion/utils/ion_nm_wrap.py index 46158d4..f857041 100755 --- a/ion/utils/ion_nm_wrap.py +++ b/ion/utils/ion_nm_wrap.py @@ -3,7 +3,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ion/utils/ion_ping_peers.sh b/ion/utils/ion_ping_peers.sh index 93b3ca7..7640194 100644 --- a/ion/utils/ion_ping_peers.sh +++ b/ion/utils/ion_ping_peers.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/ion/utils/ion_restart_ducts.sh b/ion/utils/ion_restart_ducts.sh index 3cc1783..15f442e 100644 --- a/ion/utils/ion_restart_ducts.sh +++ b/ion/utils/ion_restart_ducts.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/ion/utils/service_is_running.sh b/ion/utils/service_is_running.sh index ec9f16e..e4ec25e 100755 --- a/ion/utils/service_is_running.sh +++ b/ion/utils/service_is_running.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/license.tmpl b/license.tmpl index 2ece0ac..cb175a2 100644 --- a/license.tmpl +++ b/license.tmpl @@ -1,7 +1,7 @@ Copyright (c) ${years} The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/mqtt-broker/Dockerfile b/mqtt-broker/Dockerfile index 7604de1..7660f89 100644 --- a/mqtt-broker/Dockerfile +++ b/mqtt-broker/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/nginx/Dockerfile b/nginx/Dockerfile index f997ea5..25d05ed 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/puppet/apply_local.sh b/puppet/apply_local.sh index aa53784..1c1ab8d 100755 --- a/puppet/apply_local.sh +++ b/puppet/apply_local.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/puppet/apply_remote.sh b/puppet/apply_remote.sh index 6cbd355..3510316 100755 --- a/puppet/apply_remote.sh +++ b/puppet/apply_remote.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/puppet/getenv.sh b/puppet/getenv.sh index 10d0c35..a2ecd7e 100644 --- a/puppet/getenv.sh +++ b/puppet/getenv.sh @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/puppet/prep.sh b/puppet/prep.sh index 0b0c045..8f7dab2 100755 --- a/puppet/prep.sh +++ b/puppet/prep.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/transcoder/Dockerfile b/transcoder/Dockerfile index 6cbf3d4..155dea6 100644 --- a/transcoder/Dockerfile +++ b/transcoder/Dockerfile @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/transcoder/README.md b/transcoder/README.md index 223cc13..f8503e7 100644 --- a/transcoder/README.md +++ b/transcoder/README.md @@ -2,7 +2,7 @@ Copyright (c) 2023 The Johns Hopkins University Applied Physics Laboratory LLC. -This file is part of the Asynchronous Network Managment System (ANMS). +This file is part of the Asynchronous Network Management System (ANMS). Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/transcoder/docker-compose.yml b/transcoder/docker-compose.yml index 4f92eee..4ec960a 100644 --- a/transcoder/docker-compose.yml +++ b/transcoder/docker-compose.yml @@ -2,7 +2,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/transcoder/docker-entrypoint.sh b/transcoder/docker-entrypoint.sh index b804d40..ea856ba 100644 --- a/transcoder/docker-entrypoint.sh +++ b/transcoder/docker-entrypoint.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/transcoder/src/__init__.py b/transcoder/src/__init__.py index f8651dd..aaa1e24 100644 --- a/transcoder/src/__init__.py +++ b/transcoder/src/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/ampAriObj.py b/transcoder/src/ampAriObj.py index 6109f7a..5e07d0f 100644 --- a/transcoder/src/ampAriObj.py +++ b/transcoder/src/ampAriObj.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/ampAriObjParts.py b/transcoder/src/ampAriObjParts.py index 7a885ed..744a51c 100644 --- a/transcoder/src/ampAriObjParts.py +++ b/transcoder/src/ampAriObjParts.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/ampUri.py b/transcoder/src/ampUri.py index 7e586c2..ef23c7c 100644 --- a/transcoder/src/ampUri.py +++ b/transcoder/src/ampUri.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/ariParameter.py b/transcoder/src/ariParameter.py index 3072823..b42825d 100644 --- a/transcoder/src/ariParameter.py +++ b/transcoder/src/ariParameter.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/entity.py b/transcoder/src/entity.py index 9bd8a50..1385b4d 100644 --- a/transcoder/src/entity.py +++ b/transcoder/src/entity.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/main.py b/transcoder/src/main.py index bac3812..c1b7ddd 100644 --- a/transcoder/src/main.py +++ b/transcoder/src/main.py @@ -3,7 +3,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/messaging.py b/transcoder/src/messaging.py index d897fbb..8a696a2 100644 --- a/transcoder/src/messaging.py +++ b/transcoder/src/messaging.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/payload.py b/transcoder/src/payload.py index 6f697e6..b0c0718 100644 --- a/transcoder/src/payload.py +++ b/transcoder/src/payload.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/test_transcoder.py b/transcoder/src/test_transcoder.py index 4fe2908..bc1cde8 100644 --- a/transcoder/src/test_transcoder.py +++ b/transcoder/src/test_transcoder.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/transcoder/src/transmogrifier.py b/transcoder/src/transmogrifier.py index 324b5de..202dd4e 100644 --- a/transcoder/src/transmogrifier.py +++ b/transcoder/src/transmogrifier.py @@ -2,7 +2,7 @@ # Copyright (c) 2023 The Johns Hopkins University Applied Physics # Laboratory LLC. # -# This file is part of the Asynchronous Network Managment System (ANMS). +# This file is part of the Asynchronous Network Management System (ANMS). # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/wireshark/build.sh b/wireshark/build.sh index b7b6419..5fc9b36 100755 --- a/wireshark/build.sh +++ b/wireshark/build.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. diff --git a/wireshark/prep.sh b/wireshark/prep.sh index 94db988..f8fb452 100755 --- a/wireshark/prep.sh +++ b/wireshark/prep.sh @@ -3,7 +3,7 @@ ## Copyright (c) 2023 The Johns Hopkins University Applied Physics ## Laboratory LLC. ## -## This file is part of the Asynchronous Network Managment System (ANMS). +## This file is part of the Asynchronous Network Management System (ANMS). ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License.