We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c72a2 commit 3f294e1Copy full SHA for 3f294e1
1 file changed
CONTRIBUTING.md
@@ -17,21 +17,6 @@ before we can merge in any of your changes
17
./gradlew clean build
18
```
19
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
32
-./gradlew licenseFormat
33
34
35
## Code Formatting
36
37
Code autoformatting is applied automatically during a full gradle build. Build the project before submitting a PR.
0 commit comments