X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9af2fd03c7062cc37f77667fa46866da38e38139..f3ae712a1b95294052b6e8136d0f0f2d4b30e6eb:/tools/indent diff --git a/tools/indent b/tools/indent index 8e37750474..f9f914a61e 100755 --- a/tools/indent +++ b/tools/indent @@ -1,5 +1,11 @@ #!/bin/bash +# Copyright (c) 2011, 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. + declare -a OPTIONS OPTIONS=( -kr # Use Kernighan & Ritchie coding style.