major search and replace from python to python3
[arvados.git] / doc / _includes / _tutorial_hash_script_py.liquid
index ede28091de45f1b14556b721722153c3b1f3d70f..f9cbde1fc7d9491147e59763accdb5d58af3e92a 100644 (file)
@@ -1,4 +1,9 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 import hashlib      # Import the hashlib module to compute MD5.
 import os           # Import the os module for basic path manipulation