This is an automated email from the ASF dual-hosted git repository.
mchades 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 cde9c8341a [MINOR] build: Add license headers (#10797)
cde9c8341a is described below
commit cde9c8341a87d43df2f3efff9f5ac8f8a89589f4
Author: roryqi <[email protected]>
AuthorDate: Thu Apr 16 14:56:00 2026 +0800
[MINOR] build: Add license headers (#10797)
### What changes were proposed in this pull request?
Add license headers
### Why are the changes needed?
RAT will report error
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI Passed.
---
design-docs/gravitino-function-privilege.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/design-docs/gravitino-function-privilege.md
b/design-docs/gravitino-function-privilege.md
index dce469d367..c9634df93e 100644
--- a/design-docs/gravitino-function-privilege.md
+++ b/design-docs/gravitino-function-privilege.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 Function Privilege Control in Gravitino
## Background