X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f810149832a2d855c33d0df5b02d736c2081e41..724c0c69f1d646090e4ff10dea1fbb223705b057:/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.