Fix formatting in README.md and add license information.
[arvados-workbench2.git] / README.md
index 4cfe3845cbe050884a2fd0a6b165b91b9d4022e3..eaed189471536f0a90efc8bebe71b9df6e28c7e9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,19 +1,32 @@
+[comment]: # (Copyright © The Arvados Authors. All rights reserved.)
+[comment]: # ()
+[comment]: # (SPDX-License-Identifier: CC-BY-SA-3.0)
+
 ## Arvados Workbench 2
 
 ## Arvados Workbench 2
 
-##### Setup
+### Setup
 <pre>
 brew install yarn
 yarn install
 </pre>
 Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
 
 <pre>
 brew install yarn
 yarn install
 </pre>
 Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
 
-##### Start project
+### Start project
 <code>yarn start</code>
 
 <code>yarn start</code>
 
-##### Run tests
-<code>yarn install</code>
-<code>yarn test</code>
+### Run tests
+<pre>
+yarn install
+yarn test
+</pre>
+
+### Production build
+<pre>
+yarn install
+yarn build
+</pre>
+
+### Licensing
 
 
-##### Production build
-<code>yarn install</code>
-<code>yarn build</code>
+Arvados is Free Software. See COPYING for information about Arvados Free
+Software licenses.