From b9964d24d264bfef5f50da5725dba23eb2968486 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Fri, 1 Mar 2024 17:10:00 +0100 Subject: [PATCH] Changed G711UCodec license comment --- .../main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt b/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt index 1ca1013..4099a96 100644 --- a/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt +++ b/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt @@ -14,7 +14,7 @@ * limitations under the License. * * Taken from https://android.googlesource.com/platform/external/nist-sip/+/6f95fdeab4481188b6260041b41d1db12b101266/src/com/android/sip/media/G711UCodec.java - * This file has been converted to Kotlin. + * Adopted to the needs of the Child Monitor project. */ package de.rochefort.childmonitor.audio