You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the majority of Java projects puts the license on top of the file via multiple comments /* ... */, but addlicense uses // for Java and Kotlin:
It seems the majority of Java projects puts the license on top of the file via multiple comments
/* ... */
, butaddlicense
uses//
for Java and Kotlin:addlicense/main.go
Lines 220 to 221 in a029431
Is there any reason for this? If not, I think we should move
.java
,.kt
and.kts
a few lines above with other languages that use/* ... */
.The text was updated successfully, but these errors were encountered: