This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch stefan/fix_some_headers_license in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 04f0577fe5ade0fd18f95d45612e23bb9218cf23 Author: Stefan Krawczyk <[email protected]> AuthorDate: Tue Sep 30 23:03:44 2025 -0700 Adds license header to template files --- hamilton/dataflows/template/README.md | 18 ++++++++++++++++++ hamilton/dataflows/template/author.md | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/hamilton/dataflows/template/README.md b/hamilton/dataflows/template/README.md index ba9f03b2..f4de2d73 100644 --- a/hamilton/dataflows/template/README.md +++ b/hamilton/dataflows/template/README.md @@ -1,3 +1,21 @@ +<!-- + 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. +--> # Purpose of this module diff --git a/hamilton/dataflows/template/author.md b/hamilton/dataflows/template/author.md index e6a3b0ba..0de32bac 100644 --- a/hamilton/dataflows/template/author.md +++ b/hamilton/dataflows/template/author.md @@ -1,3 +1,22 @@ +<!-- + 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. +--> + # {github_username} Hi I'm ...
