Skip to content

Commit

Permalink
chore: Update license header to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Apr 12, 2023
1 parent 7079595 commit dc6d6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ indraSpotlessLicenser {
property("NAME", metadata.displayName)
property("DESCRIPTION", metadata.description)
property("AUTHOR", metadata.author)
property("YEAR", "2022")
property("YEAR", "2023")
}
2 changes: 1 addition & 1 deletion src/main/kotlin/fr/xpdustry/kotlin/KotlinRuntimePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* MIT License
*
* Copyright (c) 2022 Xpdustry
* Copyright (c) 2023 Xpdustry
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit dc6d6b7

Please sign in to comment.