Skip to content

Commit

Permalink
Update Licenses.kt to add missing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 18, 2024
1 parent e61b130 commit 6b67b01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/kotlin/org/openrewrite/Licenses.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,31 @@ fun getLicense(recipeOrigin: RecipeOrigin): License {
val apache2 = setOf(
"rewrite-all",
"rewrite-analysis",
"rewrite-generative-ai",
"rewrite-java-dependencies",
"rewrite-kotlin",
"rewrite-liberty",
"rewrite-micronaut",
"rewrite-openapi",
"rewrite-quarkus",
"rewrite-recommendations",
"rewrite-third-party",
)

val msal = setOf(
"rewrite-apache",
"rewrite-csharp",
"rewrite-csharp-recipes",
"rewrite-cucumber-jvm",
"rewrite-docker",
"rewrite-feature-flags",
"rewrite-gitlab",
"rewrite-hibernate",
"rewrite-javascript",
"rewrite-jenkins",
"rewrite-logging-frameworks",
"rewrite-micrometer",
"rewrite-python",
"rewrite-okhttp",
"rewrite-spring",
"rewrite-static-analysis",
Expand Down

0 comments on commit 6b67b01

Please sign in to comment.