X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fverify-gpg-signatures.sh;h=e00eab6f95fab531a888d9a718e957e373ee1bb5;hb=c40b1f9696ff1c90c8687af54699dad3abb9f15b;hp=5975b744fc25edc7d520655e9767e384ccb44110;hpb=c1a878db331ad01204117569e68085b3607f1471;p=releng%2Fbuilder.git diff --git a/jjb/verify-gpg-signatures.sh b/jjb/verify-gpg-signatures.sh index 5975b744f..e00eab6f9 100644 --- a/jjb/verify-gpg-signatures.sh +++ b/jjb/verify-gpg-signatures.sh @@ -1,4 +1,13 @@ #!/bin/bash +# SPDX-License-Identifier: EPL-1.0 +############################################################################## +# Copyright (c) 2017 The Linux Foundation and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +############################################################################## if git log --show-signature -1 | egrep -q 'gpg: Signature made.*key ID'; then echo "git commit is gpg signed"