This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch license_headers
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-distill.git

commit 25741648e7ad0c8db614e8bad74c93408dc4f9eb
Author: poorejc <[email protected]>
AuthorDate: Thu Sep 22 20:21:26 2022 -0400

    adds appropriate header and copyright to most .py, .html, files
---
 .asf.yaml                                  |  5 +++--
 .dockerignore                              |  2 +-
 .github/workflows/main.yml                 | 18 ++++++++++++++++++
 .gitignore                                 |  2 +-
 .readthedocs.yaml                          | 18 ++++++++++++++++++
 AUTHORS.rst                                |  2 +-
 CHANGELOG.rst                              |  2 +-
 CONTRIBUTING.rst                           |  2 +-
 Dashboard/app.py                           | 18 ++++++++++++++++++
 Dashboard/index.py                         | 18 ++++++++++++++++++
 Dashboard/pages/bar_chart.py               | 17 +++++++++++++++++
 Dashboard/pages/bubble.py                  | 18 ++++++++++++++++++
 Dashboard/pages/gantt.py                   | 17 +++++++++++++++++
 Dashboard/pages/home.py                    | 18 ++++++++++++++++++
 Dashboard/pages/pie.py                     | 18 ++++++++++++++++++
 Dashboard/pages/upload.py                  | 18 ++++++++++++++++++
 Dashboard/pages/upload_tst.py              | 18 ++++++++++++++++++
 LICENSE                                    |  2 +-
 MANIFEST.in                                | 18 +++++++++++++++++-
 NOTICE                                     |  7 ++++---
 README.rst                                 |  4 ++--
 distill/__init__.py                        |  2 +-
 distill/analytics/__init__.py              |  2 +-
 distill/analytics/graph/Example.rst        | 21 +++++++++++++++++++++
 distill/analytics/graph/Graph.rst          | 21 +++++++++++++++++++++
 distill/analytics/graph/Makefile           | 18 ++++++++++++++++++
 distill/analytics/graph/__init__.py        |  2 +-
 distill/analytics/graph/conf.py            | 18 ++++++++++++++++++
 distill/analytics/graph/docs/Example.html  | 17 +++++++++++++++++
 distill/analytics/graph/docs/Graph.html    | 17 +++++++++++++++++
 distill/analytics/graph/docs/genindex.html | 17 +++++++++++++++++
 distill/analytics/graph/docs/index.html    | 17 +++++++++++++++++
 distill/analytics/graph/docs/search.html   | 17 +++++++++++++++++
 distill/analytics/graph/graph.py           |  2 +-
 distill/analytics/graph/index.rst          | 21 +++++++++++++++++++++
 distill/analytics/stat/__init__.py         |  2 +-
 distill/analytics/stat/stats.py            |  2 +-
 distill/process/__init__.py                |  2 +-
 distill/process/search.py                  |  2 +-
 distill/process/transform.py               |  2 +-
 distill/segmentation/README.rst            | 20 ++++++++++++++++++++
 distill/segmentation/__init__.py           |  2 +-
 distill/segmentation/segment.py            |  2 +-
 distill/segmentation/segmentation_error.py |  2 +-
 distill/segmentation/segments.py           |  3 ++-
 distill/utils/__init__.py                  |  2 +-
 distill/utils/crud.py                      |  2 +-
 distill/version.py                         |  3 +++
 github/workflows/main.yml                  | 18 ++++++++++++++++++
 requirements.txt                           | 18 ++++++++++++++++++
 setup.cfg                                  |  2 +-
 setup.py                                   |  2 +-
 tests/README.rst                           | 21 +++++++++++++++++++++
 tests/test_graph.py                        |  2 +-
 tests/test_search.py                       |  2 +-
 tests/test_segment.py                      |  2 +-
 tests/test_segments.py                     |  2 +-
 tests/test_transform.py                    |  2 +-
 tests/test_utils.py                        |  2 +-
 tests/testing_utils.py                     |  2 +-
 60 files changed, 517 insertions(+), 38 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3119a34..051a6ff 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,6 @@
 #
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
 # 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.
@@ -6,14 +8,13 @@
 # (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
+#   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.
-#
 
 github:
   description: "Apache Flagon Distill is a python package to support and 
analyze Flagon UserAle.js logs"
diff --git a/.dockerignore b/.dockerignore
index abc23e4..acba934 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ee44e79..946ec1e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 # This is a basic workflow to help you get started with Actions
 
 name: CI
diff --git a/.gitignore b/.gitignore
index f743a19..092a79a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 6599572..2ec2052 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 # Read the Docs configuration file
 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
 
diff --git a/AUTHORS.rst b/AUTHORS.rst
index a445e1a..605cdbb 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -1,7 +1,7 @@
 .. ..
 
        <!---
-    Copyright 2022 The Applied Research Laboratory for Intelligence and 
Security (ARLIS)
+    Copyright 2022 The Apache Software Foundation (ASF)
 
     Licensed to the Apache Software Foundation (ASF) under one or more
        contributor license agreements.  See the NOTICE file distributed with
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e134d52..88e303d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,7 +1,7 @@
 .. ..
 
        <!---
-    Copyright 2022 The Applied Research Laboratory for Intelligence and 
Security (ARLIS)
+    Copyright 2022 The Apache Software Foundation (ASF)
 
     Licensed to the Apache Software Foundation (ASF) under one or more
        contributor license agreements.  See the NOTICE file distributed with
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d73b09b..87f5823 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,7 +1,7 @@
 .. ..
 
     <!---
-    Copyright 2022 The Applied Research Laboratory for Intelligence and 
Security (ARLIS)
+    Copyright 2022 The Apache Software Foundation (ASF)
 
     Licensed to the Apache Software Foundation (ASF) under one or more
     contributor license agreements.  See the NOTICE file distributed with
diff --git a/Dashboard/app.py b/Dashboard/app.py
index c830c6b..f04f6a8 100644
--- a/Dashboard/app.py
+++ b/Dashboard/app.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 from matplotlib.colors import LightSource
 import dash
 from dash import dcc, html, Output, Input, State
diff --git a/Dashboard/index.py b/Dashboard/index.py
index 58f26da..80b58e5 100644
--- a/Dashboard/index.py
+++ b/Dashboard/index.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 from numpy import append
 import pandas as pd
 
diff --git a/Dashboard/pages/bar_chart.py b/Dashboard/pages/bar_chart.py
index 678c6c6..a49ef1d 100644
--- a/Dashboard/pages/bar_chart.py
+++ b/Dashboard/pages/bar_chart.py
@@ -1,3 +1,20 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
 
 import dash
 # Code from: 
https://github.com/plotly/dash-labs/tree/main/docs/demos/multi_page_example1
diff --git a/Dashboard/pages/bubble.py b/Dashboard/pages/bubble.py
index 336d70b..c34a10e 100644
--- a/Dashboard/pages/bubble.py
+++ b/Dashboard/pages/bubble.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 from numpy import append
 import pandas as pd
 import dash
diff --git a/Dashboard/pages/gantt.py b/Dashboard/pages/gantt.py
index b9dcc2f..0b09c32 100644
--- a/Dashboard/pages/gantt.py
+++ b/Dashboard/pages/gantt.py
@@ -1,3 +1,20 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
 
 #Gantt Charts
 
diff --git a/Dashboard/pages/home.py b/Dashboard/pages/home.py
index 4dd3e6c..e39ef94 100644
--- a/Dashboard/pages/home.py
+++ b/Dashboard/pages/home.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 from numpy import append
 import pandas as pd
 
diff --git a/Dashboard/pages/pie.py b/Dashboard/pages/pie.py
index 612e4ae..bec28ac 100644
--- a/Dashboard/pages/pie.py
+++ b/Dashboard/pages/pie.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 #Pie Chart
 
 
diff --git a/Dashboard/pages/upload.py b/Dashboard/pages/upload.py
index e38213a..1037895 100644
--- a/Dashboard/pages/upload.py
+++ b/Dashboard/pages/upload.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 import base64
 import datetime
 import io
diff --git a/Dashboard/pages/upload_tst.py b/Dashboard/pages/upload_tst.py
index b2f8380..e28bf84 100644
--- a/Dashboard/pages/upload_tst.py
+++ b/Dashboard/pages/upload_tst.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 import base64
 import datetime
 import io
diff --git a/LICENSE b/LICENSE
index dcd81df..46a8019 100755
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-       Copyright 2022 The Applied Research Laboratory for Intelligence and 
Security (ARLIS)
+       Copyright 2022 The Apache Software Foundation
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
diff --git a/MANIFEST.in b/MANIFEST.in
index 03095fb..ae963a6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,20 @@
-#TO DO: Update for WIP-PACKAGE
+#
+# Copyright 2022 The Apache Software Foundation
+#
+# 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.
 
 include MANIFEST.in
 include *.rst
diff --git a/NOTICE b/NOTICE
index 77eaa99..6f2e49e 100755
--- a/NOTICE
+++ b/NOTICE
@@ -1,7 +1,8 @@
-Distill
+Apache Flagon Distill
 
-Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+Copyright 2022 The Apache Software Foundation (ASF)
 
 This product includes software developed at The Apache Software Foundation 
(http://www.apache.org/),
 based on source code originally developed and generously granted to The Apache 
Software Foundation
-by The Charles Stark Draper Laboratory, Inc (http://www.draper.com/).
+by The University of Maryland, Applied Research Laboratory for Intelligence 
and Security (http://www.arlis.umd.edu),
+and The Charles Stark Draper Laboratory, Inc (http://www.draper.com/).
diff --git a/README.rst b/README.rst
index ad8f0b3..2ef2860 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 .. ..
 
        <!---
-    Copyright 2022 The Applied Research Laboratory for Intelligence and 
Security (ARLIS)
+    Copyright 2022 The Apache Software Foundation (ASF)
 
     Licensed to the Apache Software Foundation (ASF) under one or more
        contributor license agreements.  See the NOTICE file distributed with
@@ -26,7 +26,7 @@
 Apache Flagon Distill
 =======================
 
-This project is under transition to the Apache Software Foundation.
+This project is a work in progress, prior to an official Apache Software 
Foundation release. Check back soon for important updates.
 
 Please see our `readthedocs.org pages 
<https://incubator-flagon-distill.readthedocs.io/en/distill_toolkit_refactor/>`_
 for documentation.
 
diff --git a/distill/__init__.py b/distill/__init__.py
index fc4256e..8ab5434 100644
--- a/distill/__init__.py
+++ b/distill/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/analytics/__init__.py b/distill/analytics/__init__.py
index f598cd7..22557c7 100644
--- a/distill/analytics/__init__.py
+++ b/distill/analytics/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/analytics/graph/Example.rst 
b/distill/analytics/graph/Example.rst
index 65a27c3..751afb2 100644
--- a/distill/analytics/graph/Example.rst
+++ b/distill/analytics/graph/Example.rst
@@ -1,3 +1,24 @@
+.. ..
+
+       <!---
+    Copyright 2022 The Apache Software Foundation (ASF)
+
+    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.
+       --->
+
 Graph Function Examples
 =======================
 
diff --git a/distill/analytics/graph/Graph.rst 
b/distill/analytics/graph/Graph.rst
index 860aa12..8e9d314 100644
--- a/distill/analytics/graph/Graph.rst
+++ b/distill/analytics/graph/Graph.rst
@@ -1,3 +1,24 @@
+.. ..
+
+       <!---
+    Copyright 2022 The Apache Software Foundation (ASF)
+
+    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.
+       --->
+
 Graph.py Documentation
 ======================
 
diff --git a/distill/analytics/graph/Makefile b/distill/analytics/graph/Makefile
index 39446b9..ba4ee4c 100644
--- a/distill/analytics/graph/Makefile
+++ b/distill/analytics/graph/Makefile
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 # Minimal makefile for Sphinx documentation
 #
 
diff --git a/distill/analytics/graph/__init__.py 
b/distill/analytics/graph/__init__.py
index f598cd7..22557c7 100644
--- a/distill/analytics/graph/__init__.py
+++ b/distill/analytics/graph/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/analytics/graph/conf.py b/distill/analytics/graph/conf.py
index e259133..c9254ce 100644
--- a/distill/analytics/graph/conf.py
+++ b/distill/analytics/graph/conf.py
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 # Configuration file for the Sphinx documentation builder.
 #
 # This file only contains a selection of the most common options. For a full
diff --git a/distill/analytics/graph/docs/Example.html 
b/distill/analytics/graph/docs/Example.html
index af9aced..9d3c711 100644
--- a/distill/analytics/graph/docs/Example.html
+++ b/distill/analytics/graph/docs/Example.html
@@ -1,3 +1,20 @@
+<!--
+Copyright 2022 The Apache Software Foundation (ASF)
+
+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.
+-->
+
 <!DOCTYPE html>
 <html class="writer-html5" lang="en" >
 <head>
diff --git a/distill/analytics/graph/docs/Graph.html 
b/distill/analytics/graph/docs/Graph.html
index c8d87b2..63b8bed 100644
--- a/distill/analytics/graph/docs/Graph.html
+++ b/distill/analytics/graph/docs/Graph.html
@@ -1,3 +1,20 @@
+<!--
+Copyright 2022 The Apache Software Foundation (ASF)
+
+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.
+-->
+
 <!DOCTYPE html>
 <html class="writer-html5" lang="en" >
 <head>
diff --git a/distill/analytics/graph/docs/genindex.html 
b/distill/analytics/graph/docs/genindex.html
index b07abd8..59a6c5a 100644
--- a/distill/analytics/graph/docs/genindex.html
+++ b/distill/analytics/graph/docs/genindex.html
@@ -1,3 +1,20 @@
+<!--
+Copyright 2022 The Apache Software Foundation (ASF)
+
+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.
+-->
+
 <!DOCTYPE html>
 <html class="writer-html5" lang="en" >
 <head>
diff --git a/distill/analytics/graph/docs/index.html 
b/distill/analytics/graph/docs/index.html
index 2a39499..f5dd8b0 100644
--- a/distill/analytics/graph/docs/index.html
+++ b/distill/analytics/graph/docs/index.html
@@ -1,3 +1,20 @@
+<!--
+Copyright 2022 The Apache Software Foundation (ASF)
+
+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.
+-->
+
 <!DOCTYPE html>
 <html class="writer-html5" lang="en" >
 <head>
diff --git a/distill/analytics/graph/docs/search.html 
b/distill/analytics/graph/docs/search.html
index 0956126..246479f 100644
--- a/distill/analytics/graph/docs/search.html
+++ b/distill/analytics/graph/docs/search.html
@@ -1,3 +1,20 @@
+<!--
+Copyright 2022 The Apache Software Foundation (ASF)
+
+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.
+-->
+
 <!DOCTYPE html>
 <html class="writer-html5" lang="en" >
 <head>
diff --git a/distill/analytics/graph/graph.py b/distill/analytics/graph/graph.py
index 954c669..2cb2e0f 100644
--- a/distill/analytics/graph/graph.py
+++ b/distill/analytics/graph/graph.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/analytics/graph/index.rst 
b/distill/analytics/graph/index.rst
index bc1e5fb..70da1c2 100644
--- a/distill/analytics/graph/index.rst
+++ b/distill/analytics/graph/index.rst
@@ -1,3 +1,24 @@
+.. ..
+
+       <!---
+    Copyright 2022 The Apache Software Foundation (ASF)
+
+    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.
+       --->
+
 .. Graph Analytics Flagon Distill documentation master file, created by
    sphinx-quickstart on Tue Jan 25 10:30:49 2022.
    You can adapt this file completely to your liking, but it should at least
diff --git a/distill/analytics/stat/__init__.py 
b/distill/analytics/stat/__init__.py
index f598cd7..22557c7 100644
--- a/distill/analytics/stat/__init__.py
+++ b/distill/analytics/stat/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/analytics/stat/stats.py b/distill/analytics/stat/stats.py
index a9278c5..6f7018f 100644
--- a/distill/analytics/stat/stats.py
+++ b/distill/analytics/stat/stats.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/process/__init__.py b/distill/process/__init__.py
index 16d1424..ad7f45b 100644
--- a/distill/process/__init__.py
+++ b/distill/process/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/process/search.py b/distill/process/search.py
index 2c408c8..849eaa4 100644
--- a/distill/process/search.py
+++ b/distill/process/search.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/process/transform.py b/distill/process/transform.py
index 270bbdf..9d10aad 100644
--- a/distill/process/transform.py
+++ b/distill/process/transform.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/segmentation/README.rst b/distill/segmentation/README.rst
index bfef463..98ca412 100644
--- a/distill/segmentation/README.rst
+++ b/distill/segmentation/README.rst
@@ -1,3 +1,23 @@
+.. ..
+
+       <!---
+    Copyright 2022 The Apache Software Foundation (ASF)
+
+    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.
+       --->
 
 ============
 Segmentation
diff --git a/distill/segmentation/__init__.py b/distill/segmentation/__init__.py
index f598cd7..22557c7 100644
--- a/distill/segmentation/__init__.py
+++ b/distill/segmentation/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/segmentation/segment.py b/distill/segmentation/segment.py
index b812aae..5212aa9 100644
--- a/distill/segmentation/segment.py
+++ b/distill/segmentation/segment.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/segmentation/segmentation_error.py 
b/distill/segmentation/segmentation_error.py
index ac2c392..bd8fdab 100644
--- a/distill/segmentation/segmentation_error.py
+++ b/distill/segmentation/segmentation_error.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/segmentation/segments.py b/distill/segmentation/segments.py
index 0197705..32697a3 100644
--- a/distill/segmentation/segments.py
+++ b/distill/segmentation/segments.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
@@ -15,6 +15,7 @@
 # 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.
+
 import datetime
 
 import distill
diff --git a/distill/utils/__init__.py b/distill/utils/__init__.py
index 16d1424..ad7f45b 100644
--- a/distill/utils/__init__.py
+++ b/distill/utils/__init__.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/utils/crud.py b/distill/utils/crud.py
index c2d8d37..d930e53 100644
--- a/distill/utils/crud.py
+++ b/distill/utils/crud.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/distill/version.py b/distill/version.py
index d63fbb7..c5bac37 100644
--- a/distill/version.py
+++ b/distill/version.py
@@ -1,3 +1,6 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
 # 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.
diff --git a/github/workflows/main.yml b/github/workflows/main.yml
index 99820c4..bec12a3 100644
--- a/github/workflows/main.yml
+++ b/github/workflows/main.yml
@@ -1,3 +1,21 @@
+#
+# Copyright 2022 The Apache Software Foundation (ASF)
+#
+# 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.
+
 # This is a basic workflow to help you get started with Actions
 
 name: CI
diff --git a/requirements.txt b/requirements.txt
index 584aa7f..11303d0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,21 @@
+
+Copyright 2022 The Apache Software Foundation (ASF)
+
+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.
+
 networkx==2.5
 pandas==1.2.4
 plotly==5.5.0
diff --git a/setup.cfg b/setup.cfg
index d9fd8a9..86723a2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/setup.py b/setup.py
index 292062c..871d0ab 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/README.rst b/tests/README.rst
index 8d8f63e..bd8e6ae 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -1,3 +1,24 @@
+.. ..
+
+       <!---
+    Copyright 2022 The Apache Software Foundation (ASF)
+
+    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.
+       --->
+
 ========================
 Unit Testing with Pytest
 ========================
diff --git a/tests/test_graph.py b/tests/test_graph.py
index 924812a..091180f 100644
--- a/tests/test_graph.py
+++ b/tests/test_graph.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/test_search.py b/tests/test_search.py
index 6d67f2a..86b8337 100644
--- a/tests/test_search.py
+++ b/tests/test_search.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/test_segment.py b/tests/test_segment.py
index c85ffad..e05c37c 100644
--- a/tests/test_segment.py
+++ b/tests/test_segment.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/test_segments.py b/tests/test_segments.py
index d1b96ce..76db03e 100644
--- a/tests/test_segments.py
+++ b/tests/test_segments.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/test_transform.py b/tests/test_transform.py
index 97df8ad..2cbc2a0 100644
--- a/tests/test_transform.py
+++ b/tests/test_transform.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 6e6f159..3905b02 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/tests/testing_utils.py b/tests/testing_utils.py
index 369cebf..863eb9b 100644
--- a/tests/testing_utils.py
+++ b/tests/testing_utils.py
@@ -1,5 +1,5 @@
 #
-# Copyright 2022 The Applied Research Laboratory for Intelligence and Security 
(ARLIS)
+# Copyright 2022 The Apache Software Foundation (ASF)
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with

Reply via email to