You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/02/15 16:14:59 UTC

[groovy] branch master updated: Add the missing license header reminded by Cédric

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

sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 06aa33a  Add the missing license header reminded by Cédric
06aa33a is described below

commit 06aa33a1a4009adcd51015c25f1f9f87f4c64eda
Author: Daniel Sun <su...@apache.org>
AuthorDate: Tue Feb 16 00:14:35 2021 +0800

    Add the missing license header reminded by Cédric
    
    https://github.com/apache/groovy/pull/1488#discussion_r576291673
---
 gradle/verification-metadata.xml | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 68cfc95..329ee94 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1,4 +1,42 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+     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.
+
+-->
+<!--
+   This file declares the dependency verification metadata for dependencies used by Groovy.
+   When you upgrade a dependency, verification is likely to fail so you will need to update
+   it.
+
+   If, for whatever reason, verification fails for you, DO NOT DISABLE IT but follow the
+   troubleshooting guide at https://docs.gradle.org/current/userguide/dependency_verification.html
+
+   This build uses PGP verification and SHA512 checksum verification for unsigned artifacts:
+
+   ./gradlew -write-verification-metadata sha512,pgp -export-keys <tasks>
+
+   Then check the diff, remove the unnecessary entries (for old dependencies) and make sure
+   the new ones are correct.
+
+   Do not remove this header.
+
+-->
 <verification-metadata xmlns="https://schema.gradle.org/dependency-verification" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://schema.gradle.org/dependency-verification https://schema.gradle.org/dependency-verification/dependency-verification-1.0.xsd">
    <configuration>
       <verify-metadata>false</verify-metadata>