Merge pull request #23 from UMD-ARLIS/updating_readthedocs_file

Update .readthedocs.yaml
diff --git a/.flake8 b/.flake8
index 4ad4cc0..dc2c023 100644
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+#
+#   http://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.
+#
 [flake8]
 exclude =
     venv
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index aea0591..b477a54 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+#
+#   http://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.
+#
 default_install_hook_types:
   - pre-commit
   - commit-msg
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bee2af1..d81070e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@
 See the License for the specific language governing permissions and
 limitations under the License. 
 
-## v0.0.7 (2023-09-21)
+## v0.1.0 (2023-09-21)
 
 ### Refactor
 
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100755
index 580f8e8..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Flagon is an effort undergoing incubation at The Apache Software Foundation (ASF),
-sponsored by the Apache Incubator project. Incubation is required of all newly accepted
-projects until a further review indicates that the infrastructure, communications, and
-decision making process have stabilized in a manner consistent with other successful
-ASF projects. While incubation status is not necessarily a reflection of the
-completeness or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
diff --git a/Makefile b/Makefile
index 18ca4cb..ac435c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+#
+#   http://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.
+#
+
 .PHONY: setup_precommit .cz.toml setup_commitizen commit publish_pytest test lint format
 
 ################### 
diff --git a/distill/__version__.py b/distill/__version__.py
index efc3d82..a76c3ee 100644
--- a/distill/__version__.py
+++ b/distill/__version__.py
@@ -20,4 +20,4 @@
 and parsed by ``setup.py``.
 """
 
-version = "v0.0.7"
+version = "v0.1.0"
diff --git a/examples/Distill_Workflow_Example.ipynb b/examples/Distill_Workflow_Example.ipynb
index d70f658..aa99017 100644
--- a/examples/Distill_Workflow_Example.ipynb
+++ b/examples/Distill_Workflow_Example.ipynb
@@ -2,6 +2,29 @@
  "cells": [
   {
    "cell_type": "markdown",
+   "id": "897c1c9f",
+   "metadata": {},
+   "source": [
+    "### License\n",
+    "\n",
+    "Licensed to the Apache Software Foundation (ASF) under one or more\n",
+    "contributor license agreements.  See the NOTICE file distributed with\n",
+    "this work for additional information regarding copyright ownership.\n",
+    "The ASF licenses this file to You under the Apache License, Version 2.0\n",
+    "(the \"License\"); you may not use this file except in compliance with\n",
+    "the License.  You may obtain a copy of the License at\n",
+    "\n",
+    "\t  http://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."
+   ]
+  },
+  {
+   "cell_type": "markdown",
    "id": "83034970",
    "metadata": {},
    "source": [
@@ -3036,7 +3059,7 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 3",
+   "display_name": "Python 3 (ipykernel)",
    "language": "python",
    "name": "python3"
   },
@@ -3050,7 +3073,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.8"
+   "version": "3.11.4"
   }
  },
  "nbformat": 4,
diff --git a/examples/Segments_Demo.ipynb b/examples/Segments_Demo.ipynb
index 8b06071..d0c465e 100644
--- a/examples/Segments_Demo.ipynb
+++ b/examples/Segments_Demo.ipynb
@@ -2,6 +2,29 @@
  "cells": [
   {
    "cell_type": "markdown",
+   "id": "13fbc22b",
+   "metadata": {},
+   "source": [
+    "### License\n",
+    "\n",
+    "Licensed to the Apache Software Foundation (ASF) under one or more\n",
+    "contributor license agreements.  See the NOTICE file distributed with\n",
+    "this work for additional information regarding copyright ownership.\n",
+    "The ASF licenses this file to You under the Apache License, Version 2.0\n",
+    "(the \"License\"); you may not use this file except in compliance with\n",
+    "the License.  You may obtain a copy of the License at\n",
+    "\n",
+    "\t  http://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."
+   ]
+  },
+  {
+   "cell_type": "markdown",
    "id": "83034970",
    "metadata": {},
    "source": [
@@ -2648,7 +2671,7 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 3",
+   "display_name": "Python 3 (ipykernel)",
    "language": "python",
    "name": "python3"
   },
@@ -2662,7 +2685,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.8"
+   "version": "3.11.4"
   }
  },
  "nbformat": 4,
diff --git a/examples/SuperSet_ElasticDSL_Demo.ipynb b/examples/SuperSet_ElasticDSL_Demo.ipynb
index 8314e72..b2e858f 100644
--- a/examples/SuperSet_ElasticDSL_Demo.ipynb
+++ b/examples/SuperSet_ElasticDSL_Demo.ipynb
@@ -2,6 +2,29 @@
  "cells": [
   {
    "cell_type": "markdown",
+   "id": "c4379652",
+   "metadata": {},
+   "source": [
+    "### License\n",
+    "\n",
+    "Licensed to the Apache Software Foundation (ASF) under one or more\n",
+    "contributor license agreements.  See the NOTICE file distributed with\n",
+    "this work for additional information regarding copyright ownership.\n",
+    "The ASF licenses this file to You under the Apache License, Version 2.0\n",
+    "(the \"License\"); you may not use this file except in compliance with\n",
+    "the License.  You may obtain a copy of the License at\n",
+    "\n",
+    "\t  http://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."
+   ]
+  },
+  {
+   "cell_type": "markdown",
    "id": "786b5ed6",
    "metadata": {},
    "source": [
@@ -1533,7 +1556,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.9.13"
+   "version": "3.11.4"
   }
  },
  "nbformat": 4,
diff --git a/examples/TestPipeline.ipynb b/examples/TestPipeline.ipynb
index c70f7c5..0aa2f8b 100644
--- a/examples/TestPipeline.ipynb
+++ b/examples/TestPipeline.ipynb
@@ -2,6 +2,29 @@
  "cells": [
   {
    "cell_type": "markdown",
+   "id": "02940c4b",
+   "metadata": {},
+   "source": [
+    "### License\n",
+    "\n",
+    "Licensed to the Apache Software Foundation (ASF) under one or more\n",
+    "contributor license agreements.  See the NOTICE file distributed with\n",
+    "this work for additional information regarding copyright ownership.\n",
+    "The ASF licenses this file to You under the Apache License, Version 2.0\n",
+    "(the \"License\"); you may not use this file except in compliance with\n",
+    "the License.  You may obtain a copy of the License at\n",
+    "\n",
+    "\t  http://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."
+   ]
+  },
+  {
+   "cell_type": "markdown",
    "id": "83034970",
    "metadata": {},
    "source": [
@@ -2790,7 +2813,7 @@
  ],
  "metadata": {
   "kernelspec": {
-   "display_name": "Python 3",
+   "display_name": "Python 3 (ipykernel)",
    "language": "python",
    "name": "python3"
   },
@@ -2804,7 +2827,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.8"
+   "version": "3.11.4"
   }
  },
  "nbformat": 4,
diff --git a/pyproject.toml b/pyproject.toml
index 0460fdf..a6b206a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
 
 [tool.poetry]
 name = "flagon-distill"
-version = "0.0.7"
+version = "0.1.0"
 description = "An analytics framework for front-end UserALE data, enabling modeling, sequence analysis, and customization in Python."
 authors = []
 license = "Apache-2.0"
@@ -93,7 +93,7 @@
 version_provider = "poetry"
 update_changelog_on_bump = true
 major_version_zero = true
-version = "0.0.7"
+version = "0.1.0"
 gpg_sign = true
 version_files = ["pyproject.toml:version", "distill/__version__.py"]
 
diff --git a/tests/__init__.py b/tests/__init__.py
index e69de29..3f479e9 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -0,0 +1,16 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+#
+#   http://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.
+#
\ No newline at end of file
diff --git a/tests/data_config.py b/tests/data_config.py
index f7c56e7..566177a 100644
--- a/tests/data_config.py
+++ b/tests/data_config.py
@@ -1,3 +1,19 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+#
+#   http://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.
+#
 """Module defines common test data"""
 from pathlib import Path