Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature/add-license-headers] Add Apache 2.0 License Headers to All Files #25

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

onseok
Copy link
Owner

@onseok onseok commented Dec 18, 2023

Changes

  • Implemented the licenseHeaderFile configuration in Gradle build script, utilizing the Spotless plugin.
  • Applied the Apache 2.0 License header to all Kotlin source files (*.kt) and Kotlin Gradle script files (*.gradle.kts).
  • Adjusted the Spotless plugin configuration to target all relevant files and exclude any build directories.

close #24

@onseok onseok merged commit 46f183e into main Dec 18, 2023
1 check passed
@onseok onseok deleted the feature/add-license-headers branch December 18, 2023 06:07
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.

Add Apache 2.0 License Headers to Source Files
1 participant