Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing license
authorJean-Edouard BOULANGER <jean.edouard.boulanger@gmail.com>
Tue, 15 Mar 2022 20:30:33 +0000 (21:30 +0100)
committerJean-Edouard BOULANGER <jean.edouard.boulanger@gmail.com>
Tue, 15 Mar 2022 20:30:33 +0000 (21:30 +0100)
examples/python/synchro-barrier/synchro-barrier.py
examples/python/synchro-mutex/synchro-mutex.py

index 33cb389..b4cd4d9 100644 (file)
@@ -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
 
index 3f2d9e0..ab46961 100644 (file)
@@ -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