From ff882c63ebf4c4b43d49f75921ffef0dd4732165 Mon Sep 17 00:00:00 2001 From: Giannis Stamatopoulos Date: Fri, 20 Sep 2024 13:45:37 +0300 Subject: [PATCH] fix: Added copyright notice to ClickableText.kt file. --- .../europa/ec/uilogic/component/ClickableText.kt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui-logic/src/main/java/eu/europa/ec/uilogic/component/ClickableText.kt b/ui-logic/src/main/java/eu/europa/ec/uilogic/component/ClickableText.kt index ecffa456..196aad84 100644 --- a/ui-logic/src/main/java/eu/europa/ec/uilogic/component/ClickableText.kt +++ b/ui-logic/src/main/java/eu/europa/ec/uilogic/component/ClickableText.kt @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2023 European Commission + * + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European + * Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work + * except in compliance with the Licence. + * + * You may obtain a copy of the Licence at: + * https://joinup.ec.europa.eu/software/page/eupl + * + * Unless required by applicable law or agreed to in writing, software distributed under + * the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF + * ANY KIND, either express or implied. See the Licence for the specific language + * governing permissions and limitations under the Licence. + */ + package eu.europa.ec.uilogic.component import androidx.compose.foundation.gestures.detectTapGestures