Skip to content

Commit 3f294e1

Browse files
Remove license check from contrib (#2522)
1 parent b7c72a2 commit 3f294e1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@ before we can merge in any of your changes
1717
./gradlew clean build
1818
```
1919

20-
## Licence headers
21-
22-
This project is Open Source Software, and requires a header at the beginning of
23-
all source files. To verify that all files contain the header execute:
24-
25-
```lang=bash
26-
./gradlew licenseCheck
27-
```
28-
29-
To generate licence headers execute
30-
31-
```lang=bash
32-
./gradlew licenseFormat
33-
```
34-
3520
## Code Formatting
3621

3722
Code autoformatting is applied automatically during a full gradle build. Build the project before submitting a PR.

0 commit comments

Comments
 (0)