Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] speak of SIGKILL in a portable manner (hopefully)
[simgrid.git] / tools / MSG_visualization / colorize.pl
index c346409b4c8cc790cf2e7a6bff3f1d63da26dfb1..db2676b51ed61516c0367ef18c39388bb1d70005 100755 (executable)
@@ -1,4 +1,10 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
+
+# Copyright (c) 2005, 2007, 2010, 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.
 
 $col_white    = "\033[00m";
 $col_black    = "\033[30m";