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.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -169,7 +169,7 @@ tasks {
|
||||||
}
|
}
|
||||||
|
|
||||||
dokkaJavadoc {
|
dokkaJavadoc {
|
||||||
dependsOn("kaptKotlin")
|
dependsOn(dokkaHtml)
|
||||||
dokkaSourceSets {
|
dokkaSourceSets {
|
||||||
configureEach {
|
configureEach {
|
||||||
includes.from("config/dokka/packages.md")
|
includes.from("config/dokka/packages.md")
|
||||||
|
@ -215,7 +215,7 @@ tasks {
|
||||||
register("release") {
|
register("release") {
|
||||||
description = "Publishes version ${project.version} to local repository."
|
description = "Publishes version ${project.version} to local repository."
|
||||||
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
group = PublishingPlugin.PUBLISH_TASK_GROUP
|
||||||
dependsOn("deploy", dokkaHtml, gitTag, publishToMavenLocal)
|
dependsOn("deploy", gitTag, publishToMavenLocal)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Akismet.kt
|
* 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.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* AkismetComment.kt
|
* 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.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* AkismetTest.kt
|
* 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.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue