]> AND Public Git Repository - simgrid.git/blobdiff - tools/indent
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] RegionSnapshot, make all fields private
[simgrid.git] / tools / indent
index 8e377504748f52373a21c702538eb0a4c4173632..f9f914a61e83b5515a56194326b0654fbcbf7902 100755 (executable)
@@ -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.