Skip to content

Commit

Permalink
Add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
EAGrahamJr committed Sep 23, 2023
1 parent a7aba85 commit 97cf955
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
buildscript {
dependencies {
classpath("crackers.buildstuff:crackers-gradle-plugins:1.0.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22")
}
}

Expand All @@ -28,6 +27,7 @@ dependencies {

testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("org.slf4j:slf4j-simple:2.0.0")
}

kotlin {
Expand Down
16 changes: 16 additions & 0 deletions src/main/kotlin/crackers/hassk/HAssKClient.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2022-2023 by E. A. Graham, Jr.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/

package crackers.hassk

import org.json.JSONArray
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<configuration scan="true">
<configuration>
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
Expand Down

0 comments on commit 97cf955

Please sign in to comment.