This is an automated email from the ASF dual-hosted git repository. zfc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/teaclave.git
commit 48b297e478f51dd489b9829d21b890f90394acdf Author: Zhaofeng Chen <z...@apache.org> AuthorDate: Wed Sep 3 03:32:20 2025 +0000 license: fix in config.yml --- .github/ISSUE_TEMPLATE/config.yml | 15 +++++++++++++++ .licenserc.yaml | 1 + 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 20d89912..666f5211 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,18 @@ +# 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. + blank_issues_enabled: true contact_links: - name: Security Issue diff --git a/.licenserc.yaml b/.licenserc.yaml index 3cd4bb04..a78ba066 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -25,6 +25,7 @@ header: - 'licenses' - 'LICENSE' - 'NOTICE' + - .gitattributes # Documentation and configuration files - '**/*.md' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@teaclave.apache.org For additional commands, e-mail: commits-h...@teaclave.apache.org