This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch add_more_licenses in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit f4593940013c642ff90d05ab4b8efd1f0820b2e7 Author: Stefan Krawczyk <[email protected]> AuthorDate: Sun Dec 28 20:32:07 2025 +1100 Adds more missing license headers --- hamilton/experimental/databackend.py | 17 +++++++++++++++++ scripts/test_memory.py | 17 +++++++++++++++++ scripts/update_blogs_in_learning_resources.py | 17 +++++++++++++++++ ui/backend/server/trackingserver_base/tests.py | 17 +++++++++++++++++ writeups/garbage_collection/memory_test.py | 17 +++++++++++++++++ 5 files changed, 85 insertions(+) diff --git a/hamilton/experimental/databackend.py b/hamilton/experimental/databackend.py index 2eae6fbe..ff1d1ebe 100644 --- a/hamilton/experimental/databackend.py +++ b/hamilton/experimental/databackend.py @@ -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. + """Below is a file from `databackend` v0.0.2 found on GitHub permalink: https://github.com/machow/databackend/blob/214832bab6990098d52a4a2fae935f5d9ae8dc3c/databackend/__init__.py """ diff --git a/scripts/test_memory.py b/scripts/test_memory.py index 77de31bf..44d813b2 100644 --- a/scripts/test_memory.py +++ b/scripts/test_memory.py @@ -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. + """ Script to test memory. Run with mprof: diff --git a/scripts/update_blogs_in_learning_resources.py b/scripts/update_blogs_in_learning_resources.py index 4fb7a118..dd6601ca 100644 --- a/scripts/update_blogs_in_learning_resources.py +++ b/scripts/update_blogs_in_learning_resources.py @@ -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. + """ 📜 DAGWorks Blog Archive Updater Script diff --git a/ui/backend/server/trackingserver_base/tests.py b/ui/backend/server/trackingserver_base/tests.py index a79ca8be..6d918675 100644 --- a/ui/backend/server/trackingserver_base/tests.py +++ b/ui/backend/server/trackingserver_base/tests.py @@ -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. + # from django.test import TestCase # Create your tests here. diff --git a/writeups/garbage_collection/memory_test.py b/writeups/garbage_collection/memory_test.py index 92b4f97a..e4270218 100644 --- a/writeups/garbage_collection/memory_test.py +++ b/writeups/garbage_collection/memory_test.py @@ -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. + """ Script to test memory. Run with mprof:
