From 022cc40a8486a7f3bd3c09e63c544a12f764760d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Mon, 15 Jul 2024 17:22:15 +0200 Subject: [PATCH] chore : added copyrights --- aidge_core/utils.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aidge_core/utils.py b/aidge_core/utils.py index 48b96a6aa..df1a6f8b9 100644 --- a/aidge_core/utils.py +++ b/aidge_core/utils.py @@ -1,3 +1,13 @@ +""" +Copyright (c) 2023 CEA-List + +This program and the accompanying materials are made available under the +terms of the Eclipse Public License 2.0 which is available at +http://www.eclipse.org/legal/epl-2.0. + +SPDX-License-Identifier: EPL-2.0 +""" + import queue import threading import subprocess -- GitLab