Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't tell 165 times that we need CMAKE v2.6
[simgrid.git] / examples / msg / kademlia / generate.py
index 19b483e..b475120 100755 (executable)
@@ -1,5 +1,11 @@
 #!/usr/bin/python
 
+# Copyright (c) 2012, 2014. 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.
+
 import sys, random
 
 if len(sys.argv) != 4: