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

ebenizzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git


The following commit(s) were added to refs/heads/main by this push:
     new 687d10ca Adds missing .md header & makes license check run for docs 
builds too (#1437)
687d10ca is described below

commit 687d10ca3ff1737b8edcd4c4339d8609739a61d6
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Wed Jan 7 16:30:23 2026 +1100

    Adds missing .md header & makes license check run for docs builds too 
(#1437)
    
    * Adds missing .md header
    
    * Adds license checks to docs build
---
 .github/workflows/sphinx-docs.yml |  4 ++++
 docs/ecosystem/index.md           | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/.github/workflows/sphinx-docs.yml 
b/.github/workflows/sphinx-docs.yml
index 95831e7c..f4376d5b 100644
--- a/.github/workflows/sphinx-docs.yml
+++ b/.github/workflows/sphinx-docs.yml
@@ -41,6 +41,10 @@ jobs:
       run: |
         python -m pip install --upgrade --no-cache-dir pip setuptools
 
+    - name: Check for missing Apache 2 license headers
+      run: |
+        python3 scripts/check_license_headers.py
+
     - name: Install Sphinx and dependencies
       run: |
         python -m pip install --upgrade --no-cache-dir sphinx sphinx-rtd-theme 
sphinx-simplepdf
diff --git a/docs/ecosystem/index.md b/docs/ecosystem/index.md
index ba858c99..4c4dd9e8 100644
--- a/docs/ecosystem/index.md
+++ b/docs/ecosystem/index.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.
+-->
 # Ecosystem
 
 Welcome to the Apache Hamilton Ecosystem page! This page showcases the 
integrations, plugins, and external resources available for Apache Hamilton 
users.

Reply via email to