Skip to content

Commit bf5e64d

Browse files
committed
Missing SPDX headers
1 parent aebf6d2 commit bf5e64d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

buildSrc/src/main/groovy/CRLFConvertCopy.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
/* -*- Mode: groovy; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2-
* This file is dual licensed under the BSD-3-Clause and the MPL.
2+
* This file is dual licensed under the BSD-2-Clause and the MPL.
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this
66
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
77

8+
// SPDX-License-Identifier: BSD-2-Clause OR MPL-2.0
9+
810
import org.gradle.api.DefaultTask
911
import org.gradle.api.tasks.TaskAction
1012

buildSrc/src/main/groovy/io.sf.carte.java-conventions.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-License-Identifier: BSD-2-Clause OR BSD-3-Clause
2+
13
plugins {
24
id 'java-library'
35
id 'maven-publish'

0 commit comments

Comments
 (0)