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

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new edf3961f fix: Remove license from pull request template (#1032)
edf3961f is described below

commit edf3961f6392e43ca572113e24fe4c61cb4b89a5
Author: Jonathan Chen <[email protected]>
AuthorDate: Sun Mar 2 23:56:50 2025 -0500

    fix: Remove license from pull request template (#1032)
---
 .github/PULL_REQUEST_TEMPLATE.md | 19 -------------------
 .licenserc.yaml                  |  1 +
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 08d081a4..440a098c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,22 +1,3 @@
-<!--
-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.
--->
-
 ## Which issue does this PR close?
 
 <!--
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 58598027..01625e32 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -32,4 +32,5 @@ header:
     # Release distributions
     - 'dist/*'
     - 'Cargo.lock'
+    - '.github/PULL_REQUEST_TEMPLATE.md'
   comment: on-failure

Reply via email to