From e4f79fb13ed53b8724a4475ecb3bb3647c73cb6b Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Wed, 24 Feb 2021 20:49:56 -0800 Subject: [PATCH] add license --- docs/autodidax.ipynb | 22 ++++++++++++++++++++++ docs/autodidax.md | 19 +++++++++++++++++++ docs/autodidax.py | 13 +++++++++++++ 3 files changed, 54 insertions(+) diff --git a/docs/autodidax.ipynb b/docs/autodidax.ipynb index ca842f2ff..b77df199f 100644 --- a/docs/autodidax.ipynb +++ b/docs/autodidax.ipynb @@ -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": {}, diff --git a/docs/autodidax.md b/docs/autodidax.md index a3447d6a2..7b78e4078 100644 --- a/docs/autodidax.md +++ b/docs/autodidax.md @@ -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 diff --git a/docs/autodidax.py b/docs/autodidax.py index f40f97dac..678db30c9 100644 --- a/docs/autodidax.py +++ b/docs/autodidax.py @@ -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