Updated copyright

This commit is contained in:
Erik C. Thauvin 2023-09-24 21:11:36 -07:00
parent 20f413b986
commit 7ef1c441e6
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2019-2022, Erik C. Thauvin (erik@thauvin.net)
Copyright (c) 2019-2023, Erik C. Thauvin (erik@thauvin.net)
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -169,7 +169,7 @@ tasks {
}
dokkaJavadoc {
dependsOn("kaptKotlin")
dependsOn(dokkaHtml)
dokkaSourceSets {
configureEach {
includes.from("config/dokka/packages.md")
@ -215,7 +215,7 @@ tasks {
register("release") {
description = "Publishes version ${project.version} to local repository."
group = PublishingPlugin.PUBLISH_TASK_GROUP
dependsOn("deploy", dokkaHtml, gitTag, publishToMavenLocal)
dependsOn("deploy", gitTag, publishToMavenLocal)
}
}

View file

@ -1,7 +1,7 @@
/*
* Akismet.kt
*
* Copyright (c) 2019-2022, Erik C. Thauvin (erik@thauvin.net)
* Copyright (c) 2019-2023, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View file

@ -1,7 +1,7 @@
/*
* AkismetComment.kt
*
* Copyright (c) 2019-2022, Erik C. Thauvin (erik@thauvin.net)
* Copyright (c) 2019-2023, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View file

@ -1,7 +1,7 @@
/*
* AkismetTest.kt
*
* Copyright (c) 2019-2022, Erik C. Thauvin (erik@thauvin.net)
* Copyright (c) 2019-2023, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without