util: Add build dependency to gcn Dockerfile
[gem5.git] / util / decode_inst_dep_trace.py
index 956a16133e6a113e8b6eb48f3f285e900fe13082..6e65b3a6f6728eaac3b1b050dd4730a5faea08b0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python2.7
 
 # Copyright (c) 2013 - 2015 ARM Limited
 # All rights reserved
@@ -63,9 +63,6 @@
 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-# Authors: Radhika Jagtap
-#
 
 # This script is used to dump protobuf traces of the instruction dependency
 # graph to ASCII format.