]> source.dussan.org Git - jgit.git/commitdiff
Add a missing license header 91/1199991/1
authorThomas Wolf <twolf@apache.org>
Thu, 22 Aug 2024 21:11:39 +0000 (23:11 +0200)
committerThomas Wolf <twolf@apache.org>
Sat, 24 Aug 2024 19:53:20 +0000 (21:53 +0200)
Change-Id: Iccb922ea73b0bfd6360ea2182b88c520a951a0a2
Signed-off-by: Thomas Wolf <twolf@apache.org>
org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/BouncyCastleGpgPublicKey.java

index d736536fd7263eed27249716e1ba73e32faa8e91..9ec5b455304277a110f12d23f70e6d93dc80a73c 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2024 Thomas Wolf <twolf@apache.org> and others
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Distribution License v. 1.0 which is available at
+ * https://www.eclipse.org/org/documents/edl-v10.php.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
 package org.eclipse.jgit.gpg.bc.internal;
 
 import java.util.List;