Skip to content

Conversation

@vjovanov
Copy link
Member

Fixes: #788

@vjovanov vjovanov requested a review from ban-mi as a code owner November 24, 2025 13:04
target('**/*.gradle')
targetExclude('**/build/**', 'gradle/wrapper/**', 'tests/**')
// Insert header at file start (works for any Gradle script layout)
licenseHeaderFile("$rootDir/gradle/header.java", "(?m)^(import\\b|plugins\\b|buildscript\\b|apply\\b|rootProject\\b|pluginManagement\\b|dependencyResolutionManagement\\b)")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are some files missing from the PR (header.java, header.sh)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@vjovanov vjovanov force-pushed the vj/gh-788-licenses branch 2 times, most recently from 5d0fc90 to ecbe834 Compare November 27, 2025 17:22
@vjovanov vjovanov requested a review from kimeta November 27, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Missing License Files

3 participants