From: Jean-Edouard BOULANGER Date: Tue, 15 Mar 2022 20:30:33 +0000 (+0100) Subject: Add missing license X-Git-Tag: v3.31~87^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e7d7a47b28055ba49ec3f0416434c1b347148550 Add missing license --- diff --git a/examples/python/synchro-barrier/synchro-barrier.py b/examples/python/synchro-barrier/synchro-barrier.py index 33cb389af5..b4cd4d90eb 100644 --- a/examples/python/synchro-barrier/synchro-barrier.py +++ b/examples/python/synchro-barrier/synchro-barrier.py @@ -1,3 +1,8 @@ +# Copyright (c) 2010-2022. The SimGrid Team. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + from argparse import ArgumentParser import sys diff --git a/examples/python/synchro-mutex/synchro-mutex.py b/examples/python/synchro-mutex/synchro-mutex.py index 3f2d9e02bd..ab46961ee4 100644 --- a/examples/python/synchro-mutex/synchro-mutex.py +++ b/examples/python/synchro-mutex/synchro-mutex.py @@ -1,3 +1,8 @@ +# Copyright (c) 2010-2022. The SimGrid Team. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + from argparse import ArgumentParser from dataclasses import dataclass import sys