X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f1eba78bed609adcbcfb0fbf370485e538791fde..9d706659aa362728270f02b7d18d12b1f68f3e36:/doc/gen_api_method_docs.py diff --git a/doc/gen_api_method_docs.py b/doc/gen_api_method_docs.py index ac8fe032ff..d2a743bb78 100755 --- a/doc/gen_api_method_docs.py +++ b/doc/gen_api_method_docs.py @@ -1,4 +1,7 @@ #! /usr/bin/env python +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: CC-BY-SA-3.0 # gen_api_method_docs.py # @@ -61,7 +64,6 @@ for resource in sorted(api[u'resources']): outf = open(out_fname, 'w') outf.write( """--- -layout: default navsection: api navmenu: API Methods title: "{resource}"