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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2ae82cb26e [MINOR] fix: Add license header (#10824)
2ae82cb26e is described below

commit 2ae82cb26effd5b00a7aa6ba5c331b84cef83a99
Author: roryqi <[email protected]>
AuthorDate: Tue Apr 21 14:22:07 2026 +0800

    [MINOR] fix: Add license header (#10824)
    
    ### What changes were proposed in this pull request?
    
    Add the license header for design documents.
    
    ### Why are the changes needed?
    
    No need.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Just licenses.
---
 design-docs/gravitino-logical-view-management.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/design-docs/gravitino-logical-view-management.md 
b/design-docs/gravitino-logical-view-management.md
index 7df11ab51d..b2b800a404 100644
--- a/design-docs/gravitino-logical-view-management.md
+++ b/design-docs/gravitino-logical-view-management.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.
+-->
 # Design of Logical View Management in Gravitino
 
 ## Background

Reply via email to