X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/edde8f7fbc1b74a81551bf9eb7bac1935b999296..5dc6f3c7fb898d0b145d63384f013410fd042a59:/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.