Updated copyright
This commit is contained in:
parent
20f413b986
commit
7ef1c441e6
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue