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 2e469208dcd0bba3494c6d3c5041545b3af7ca1a Author: Stefan Krawczyk <[email protected]> AuthorDate: Sun Dec 28 20:29:09 2025 +1100 Updates docs files headers --- docs/conf.py | 17 +++++++++++++++++ docs/data_adapters_extension.py | 17 +++++++++++++++++ docs/make_testimonials.py | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index bcccc0d1..a9facf23 100644 --- a/docs/conf.py +++ b/docs/conf.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. + import os import re import subprocess diff --git a/docs/data_adapters_extension.py b/docs/data_adapters_extension.py index 1cd36c0f..4139161e 100644 --- a/docs/data_adapters_extension.py +++ b/docs/data_adapters_extension.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. + import dataclasses import importlib import inspect diff --git a/docs/make_testimonials.py b/docs/make_testimonials.py index 8f196d3c..bee435af 100644 --- a/docs/make_testimonials.py +++ b/docs/make_testimonials.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. + card_template = """ <div class="testimonial-card"> <div class="testimonial-content">
