Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / examples / c / app-bittorrent / generate.py
index 602da00dc9ab2d304d00efa5d89af8797291b554..ff40e8cdf268f002df2acc8f92e214f4d25d4a39 100755 (executable)
@@ -1,15 +1,17 @@
 #!/usr/bin/env python
 
-# Copyright (c) 2012-2021. The SimGrid Team.
+# Copyright (c) 2012-2023. 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.
 
-# This script generates a specific deployment file for the Bittorrent example.
-# It assumes that the platform will be a cluster.
-# Usage: python generate.py nb_nodes nb_bits end_date percentage
-# Example: python generate.py 10000 5000
+"""
+This script generates a specific deployment file for the Bittorrent example.
+It assumes that the platform will be a cluster.
+Usage: python generate.py nb_nodes nb_bits end_date percentage
+Example: python generate.py 10000 5000
+"""
 
 import sys
 import random