Skip to content
Snippets Groups Projects
Commit 974cea2d authored by Luca Petrillo's avatar Luca Petrillo
Browse files

Added SPDX License

parent 931c11e6
No related branches found
No related tags found
1 merge request!1Refactor/spdx license
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
# api_server.py
from fastapi import FastAPI, HTTPException, Depends, Request
......
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
import json
from app_utils import security_utils
from coc_backend_api_client.models import SecurityMetricDTO, TomDTO
......
# SPDX-License-Identifier: Apache-2.0
from __future__ import print_function
import time
import cnl_editor_client
......
# SPDX-License-Identifier: Apache-2.0
import logging
import datetime
import os.path
......
# SPDX-License-Identifier: Apache-2.0
#orchestrator_utils.py
from __future__ import print_function
from app_utils import catalogue_utils, security_utils, xml_utils, editor_utils
......
# SPDX-License-Identifier: Apache-2.0
# api_server.py
from fastapi import FastAPI, HTTPException, Request, status, Security, Depends
......
# SPDX-License-Identifier: Apache-2.0
import xmlschema
import json
from pprint import pprint
......
# SPDX-License-Identifier: Apache-2.0
import os
CONFIG_PATH = os.path.dirname(__file__)
......
# SPDX-License-Identifier: Apache-2.0
# coding: utf-8
"""
......
# SPDX-License-Identifier: Apache-2.0
# coding: utf-8
"""
......
# SPDX-License-Identifier: Apache-2.0
from sklearn.neighbors import KDTree
from sklearn.manifold import TSNE
from sklearn.decomposition import PCA, TruncatedSVD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment