2411: Add copyright notices to everything.
[arvados.git] / doc / _includes / _tutorial_hash_script_py.liquid
index ede28091de45f1b14556b721722153c3b1f3d70f..9eacb763dc3b2090906f97c33b6771d1bbdae5a4 100644 (file)
@@ -1,4 +1,9 @@
 #!/usr/bin/env python
+{% 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