Merge branch '8784-dir-listings'
[arvados.git] / doc / user / tutorials / tutorial-firstscript.html.textile.liquid
index bf73c8cc1943dce1bd22f9df03756edb947a8111..3937698476eb7f325f1195b206d5c34546c8436d 100644 (file)
@@ -4,6 +4,13 @@ navsection: userguide
 navmenu: Tutorials
 title: "Writing a Crunch script"
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+{% include 'pipeline_deprecation_notice' %}
 
 This tutorial demonstrates how to write a script using Arvados Python SDK.  The Arvados SDK supports access to advanced features not available using the @run-command@ wrapper, such as scheduling concurrent tasks across nodes.