add license

This commit is contained in:
Matthew Johnson 2021-02-24 20:49:56 -08:00
parent 9789677e85
commit e4f79fb13e
3 changed files with 54 additions and 0 deletions

View File

@ -1,5 +1,27 @@
{
"cells": [
{
"cell_type": "raw",
"id": "surrounded-agent",
"metadata": {},
"source": [
"---\n",
"Copyright 2021 Google LLC\n",
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\");\n",
"you may not use this file except in compliance with the License.\n",
"You may obtain a copy of the License at\n",
"\n",
" https://www.apache.org/licenses/LICENSE-2.0\n",
"\n",
"Unless required by applicable law or agreed to in writing, software\n",
"distributed under the License is distributed on an \"AS IS\" BASIS,\n",
"WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n",
"See the License for the specific language governing permissions and\n",
"limitations under the License.\n",
"---"
]
},
{
"cell_type": "markdown",
"metadata": {},

View File

@ -12,6 +12,25 @@ kernelspec:
name: python3
---
```{raw-cell}
---
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---
```
# Autodidax: JAX core from scratch
Ever want to learn how JAX works, but the implementation seemed too

View File

@ -1,4 +1,17 @@
# ---
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# jupyter:
# jupytext:
# formats: ipynb,md:myst,py