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 4755f069e3b0f648537f8c2613d063f10d7a1580
Author: poorejc <[email protected]>
AuthorDate: Mon Sep 26 21:38:44 2022 -0400

    adding ASF compliant headers, updated license
---
 .asf.yaml                                                     | 2 --
 .dockerignore                                                 | 2 --
 .github/workflows/main.yml                                    | 2 --
 .gitignore                                                    | 2 --
 .readthedocs.yaml                                             | 2 --
 AUTHORS.rst                                                   | 2 --
 CHANGELOG.rst                                                 | 2 --
 CONTRIBUTING.rst                                              | 2 --
 Dashboard/app.py                                              | 2 --
 Dashboard/assets/{bootstrap.min (1).css => bootstrap.min.css} | 0
 Dashboard/index.py                                            | 2 --
 Dashboard/pages/bar_chart.py                                  | 2 --
 Dashboard/pages/bubble.py                                     | 2 --
 Dashboard/pages/gantt.py                                      | 2 --
 Dashboard/pages/home.py                                       | 2 --
 Dashboard/pages/pie.py                                        | 2 --
 Dashboard/pages/upload.py                                     | 2 --
 Dashboard/pages/upload_tst.py                                 | 2 --
 MANIFEST.in                                                   | 2 --
 NOTICE                                                        | 2 +-
 README.rst                                                    | 2 --
 distill/__init__.py                                           | 2 --
 distill/analytics/__init__.py                                 | 2 --
 distill/analytics/graph/Example.rst                           | 2 --
 distill/analytics/graph/Graph.rst                             | 2 --
 distill/analytics/graph/Makefile                              | 2 --
 distill/analytics/graph/__init__.py                           | 2 --
 distill/analytics/graph/conf.py                               | 2 --
 distill/analytics/graph/graph.py                              | 2 --
 distill/analytics/graph/index.rst                             | 2 --
 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                               | 2 --
 distill/segmentation/__init__.py                              | 2 --
 distill/segmentation/segment.py                               | 2 --
 distill/segmentation/segmentation_error.py                    | 2 --
 distill/segmentation/segments.py                              | 2 --
 distill/utils/__init__.py                                     | 2 --
 distill/utils/crud.py                                         | 2 --
 distill/version.py                                            | 2 --
 github/workflows/main.yml                                     | 2 --
 requirements.txt                                              | 2 --
 setup.cfg                                                     | 2 --
 setup.py                                                      | 2 --
 tests/README.rst                                              | 2 --
 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 --
 55 files changed, 1 insertion(+), 107 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 051a6ff..165e23c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,6 +1,4 @@
 #
-# 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/.dockerignore b/.dockerignore
index acba934..82a1440 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,6 +1,4 @@
 #
-# 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 946ec1e..bf36db0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,4 @@
 #
-# 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/.gitignore b/.gitignore
index 092a79a..b99464f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
 #
-# 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/.readthedocs.yaml b/.readthedocs.yaml
index 2ec2052..cf0fb5b 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,6 +1,4 @@
 #
-# 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/AUTHORS.rst b/AUTHORS.rst
index 605cdbb..a61afb3 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -1,8 +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/CHANGELOG.rst b/CHANGELOG.rst
index 88e303d..9c3a387 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,8 +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/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 87f5823..637e07c 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,8 +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/Dashboard/app.py b/Dashboard/app.py
index f04f6a8..76e8af9 100644
--- a/Dashboard/app.py
+++ b/Dashboard/app.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/assets/bootstrap.min (1).css 
b/Dashboard/assets/bootstrap.min.css
similarity index 100%
rename from Dashboard/assets/bootstrap.min (1).css
rename to Dashboard/assets/bootstrap.min.css
diff --git a/Dashboard/index.py b/Dashboard/index.py
index 80b58e5..4393bbe 100644
--- a/Dashboard/index.py
+++ b/Dashboard/index.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/bar_chart.py b/Dashboard/pages/bar_chart.py
index a49ef1d..88bbf4e 100644
--- a/Dashboard/pages/bar_chart.py
+++ b/Dashboard/pages/bar_chart.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/bubble.py b/Dashboard/pages/bubble.py
index c34a10e..38dcc98 100644
--- a/Dashboard/pages/bubble.py
+++ b/Dashboard/pages/bubble.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/gantt.py b/Dashboard/pages/gantt.py
index 0b09c32..023cbd9 100644
--- a/Dashboard/pages/gantt.py
+++ b/Dashboard/pages/gantt.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/home.py b/Dashboard/pages/home.py
index e39ef94..547d1d3 100644
--- a/Dashboard/pages/home.py
+++ b/Dashboard/pages/home.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/pie.py b/Dashboard/pages/pie.py
index bec28ac..1a870e5 100644
--- a/Dashboard/pages/pie.py
+++ b/Dashboard/pages/pie.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/upload.py b/Dashboard/pages/upload.py
index 1037895..7b4ab3f 100644
--- a/Dashboard/pages/upload.py
+++ b/Dashboard/pages/upload.py
@@ -1,6 +1,4 @@
 #
-# 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/Dashboard/pages/upload_tst.py b/Dashboard/pages/upload_tst.py
index e28bf84..2fcae47 100644
--- a/Dashboard/pages/upload_tst.py
+++ b/Dashboard/pages/upload_tst.py
@@ -1,6 +1,4 @@
 #
-# 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/MANIFEST.in b/MANIFEST.in
index ae963a6..68149d0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,4 @@
 #
-# 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.
diff --git a/NOTICE b/NOTICE
index 6f2e49e..156e698 100755
--- a/NOTICE
+++ b/NOTICE
@@ -4,5 +4,5 @@ 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 University of Maryland, Applied Research Laboratory for Intelligence 
and Security (http://www.arlis.umd.edu),
+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 2ef2860..a91664d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +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/distill/__init__.py b/distill/__init__.py
index 8ab5434..b31236c 100644
--- a/distill/__init__.py
+++ b/distill/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/__init__.py b/distill/analytics/__init__.py
index 22557c7..60db7e8 100644
--- a/distill/analytics/__init__.py
+++ b/distill/analytics/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/graph/Example.rst 
b/distill/analytics/graph/Example.rst
index 751afb2..dae86a0 100644
--- a/distill/analytics/graph/Example.rst
+++ b/distill/analytics/graph/Example.rst
@@ -1,8 +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/distill/analytics/graph/Graph.rst 
b/distill/analytics/graph/Graph.rst
index 8e9d314..42cb3c8 100644
--- a/distill/analytics/graph/Graph.rst
+++ b/distill/analytics/graph/Graph.rst
@@ -1,8 +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/distill/analytics/graph/Makefile b/distill/analytics/graph/Makefile
index ba4ee4c..2bcd6dd 100644
--- a/distill/analytics/graph/Makefile
+++ b/distill/analytics/graph/Makefile
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/graph/__init__.py 
b/distill/analytics/graph/__init__.py
index 22557c7..60db7e8 100644
--- a/distill/analytics/graph/__init__.py
+++ b/distill/analytics/graph/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/graph/conf.py b/distill/analytics/graph/conf.py
index c9254ce..bdca913 100644
--- a/distill/analytics/graph/conf.py
+++ b/distill/analytics/graph/conf.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/graph/graph.py b/distill/analytics/graph/graph.py
index 2cb2e0f..d987ab6 100644
--- a/distill/analytics/graph/graph.py
+++ b/distill/analytics/graph/graph.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/graph/index.rst 
b/distill/analytics/graph/index.rst
index 70da1c2..2d09dd6 100644
--- a/distill/analytics/graph/index.rst
+++ b/distill/analytics/graph/index.rst
@@ -1,8 +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/distill/analytics/stat/__init__.py 
b/distill/analytics/stat/__init__.py
index 22557c7..60db7e8 100644
--- a/distill/analytics/stat/__init__.py
+++ b/distill/analytics/stat/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/analytics/stat/stats.py b/distill/analytics/stat/stats.py
index 6f7018f..91b9e4e 100644
--- a/distill/analytics/stat/stats.py
+++ b/distill/analytics/stat/stats.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/process/__init__.py b/distill/process/__init__.py
index ad7f45b..c860189 100644
--- a/distill/process/__init__.py
+++ b/distill/process/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/process/search.py b/distill/process/search.py
index 849eaa4..4d5c947 100644
--- a/distill/process/search.py
+++ b/distill/process/search.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/process/transform.py b/distill/process/transform.py
index 9d10aad..b5667f9 100644
--- a/distill/process/transform.py
+++ b/distill/process/transform.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/segmentation/README.rst b/distill/segmentation/README.rst
index 98ca412..5f02c73 100644
--- a/distill/segmentation/README.rst
+++ b/distill/segmentation/README.rst
@@ -1,8 +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/distill/segmentation/__init__.py b/distill/segmentation/__init__.py
index 22557c7..60db7e8 100644
--- a/distill/segmentation/__init__.py
+++ b/distill/segmentation/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/segmentation/segment.py b/distill/segmentation/segment.py
index 5212aa9..c75a075 100644
--- a/distill/segmentation/segment.py
+++ b/distill/segmentation/segment.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/segmentation/segmentation_error.py 
b/distill/segmentation/segmentation_error.py
index bd8fdab..c9b089e 100644
--- a/distill/segmentation/segmentation_error.py
+++ b/distill/segmentation/segmentation_error.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/segmentation/segments.py b/distill/segmentation/segments.py
index 32697a3..de57e3a 100644
--- a/distill/segmentation/segments.py
+++ b/distill/segmentation/segments.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/utils/__init__.py b/distill/utils/__init__.py
index ad7f45b..c860189 100644
--- a/distill/utils/__init__.py
+++ b/distill/utils/__init__.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/utils/crud.py b/distill/utils/crud.py
index d930e53..5ee168c 100644
--- a/distill/utils/crud.py
+++ b/distill/utils/crud.py
@@ -1,6 +1,4 @@
 #
-# 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/distill/version.py b/distill/version.py
index c5bac37..490bfb5 100644
--- a/distill/version.py
+++ b/distill/version.py
@@ -1,6 +1,4 @@
 #
-# 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 bec12a3..4d1d36b 100644
--- a/github/workflows/main.yml
+++ b/github/workflows/main.yml
@@ -1,6 +1,4 @@
 #
-# 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/requirements.txt b/requirements.txt
index 11303d0..be5715d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,4 @@
 
-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/setup.cfg b/setup.cfg
index 86723a2..0bb2321 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,4 @@
 #
-# 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/setup.py b/setup.py
index 871d0ab..d2e3e0f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/README.rst b/tests/README.rst
index bd8e6ae..4f387c0 100644
--- a/tests/README.rst
+++ b/tests/README.rst
@@ -1,8 +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/tests/test_graph.py b/tests/test_graph.py
index 091180f..b7cf45c 100644
--- a/tests/test_graph.py
+++ b/tests/test_graph.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/test_search.py b/tests/test_search.py
index 86b8337..cb4f9b4 100644
--- a/tests/test_search.py
+++ b/tests/test_search.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/test_segment.py b/tests/test_segment.py
index e05c37c..f19ef60 100644
--- a/tests/test_segment.py
+++ b/tests/test_segment.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/test_segments.py b/tests/test_segments.py
index 76db03e..f461283 100644
--- a/tests/test_segments.py
+++ b/tests/test_segments.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/test_transform.py b/tests/test_transform.py
index 2cbc2a0..9d05d7e 100644
--- a/tests/test_transform.py
+++ b/tests/test_transform.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/test_utils.py b/tests/test_utils.py
index 3905b02..ac495c4 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -1,6 +1,4 @@
 #
-# 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/tests/testing_utils.py b/tests/testing_utils.py
index 863eb9b..d17a7a1 100644
--- a/tests/testing_utils.py
+++ b/tests/testing_utils.py
@@ -1,6 +1,4 @@
 #
-# 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.

Reply via email to