2411: Add copyright notices to everything.
[arvados.git] / doc / install / install-crunch-dispatch.html.textile.liquid
index fda0769abfe6c34d94e0359ce395d2e6bf9b0d48..e0ed14769468877b7af4ca7fe533ab1a9ea61966 100644 (file)
@@ -4,6 +4,11 @@ navsection: installguide
 title: Install the Crunch dispatcher
 
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 The dispatcher normally runs on the same host/VM as the API server.
 
@@ -185,7 +190,7 @@ export HOME=$(pwd)
 export RAILS_ENV=production
 
 ## Uncomment and edit this line if your compute nodes have cgroup info
-## somewhere other than /sys/fs/cgroup (e.g., "/cgroup" for CentOS 6)
+## somewhere other than /sys/fs/cgroup (e.g., "/cgroup" for CentOS 7)
 #export CRUNCH_CGROUP_ROOT="/sys/fs/cgroup"
 
 ## Uncomment this line if your cluster uses self-signed SSL certificates: