Skip to content

Commit 9ead10e

Browse files
committed
Add a license header to build.gradle
1 parent 18316c5 commit 9ead10e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
3+
Copyright (c) 2019-2024, C. Amengual.
4+
5+
Licensed under a BSD-style License. You can find the license here:
6+
https://css4j.github.io/LICENSE.txt
7+
8+
*/
9+
10+
// SPDX-License-Identifier: BSD-3-Clause
11+
112
plugins {
213
id 'java-library'
314
}

0 commit comments

Comments
 (0)