Commit a71ab689 authored by Adrian Pino's avatar Adrian Pino
Browse files

Add missing disclaimers. Delete unused file

parent 84e6e24b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#   - Sergio Giménez (sergio.gimenez@i2cat.net)
#   - César Cajas (cesar.cajas@i2cat.net)
##
 
import uuid
from typing import Optional, Union
from uuid import UUID
+13 −0
Original line number Diff line number Diff line
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
##
# Copyright 2025-present by Software Networks Area, i2CAT.
# All rights reserved.
#
# This file is part of the Federation SDK
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Contributors:
#   - Adrián Pino Martínez (adrian.pino@i2cat.net)
#   - Sergio Giménez (sergio.gimenez@i2cat.net)
##
from __future__ import annotations
from enum import Enum
from typing import TYPE_CHECKING
+12 −0
Original line number Diff line number Diff line
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
##
# Copyright 2025-present by Software Networks Area, i2CAT.
# All rights reserved.
#
# This file is part of the Federation SDK
# Unauthorized copying of this file, via any medium is strictly prohibited.
#
# Contributors:
#   - Adrián Pino Martínez (adrian.pino@i2cat.net)
##
from abc import ABC, abstractmethod
from typing import List, Dict, Optional

src/edgecloud/core/schemas.py

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
# TODO
 No newline at end of file