Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-04-07 22:12:10 +0300
committerMarcel Hibbe <dev@mhibbe.de>2022-04-08 10:21:14 +0300
commit0b49f6fc65ae984f7e99a9771b1c08ac7ba8f16c (patch)
tree9d3192fe5587407338ed52b75c6c33b47c761051 /app/src/main
parentf9495e4b89dab0fe92dcddd2923f2a986ae84087 (diff)
add license header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/reactions_inside_message.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/app/src/main/res/layout/reactions_inside_message.xml b/app/src/main/res/layout/reactions_inside_message.xml
index c63039fe7..d4cb662d9 100644
--- a/app/src/main/res/layout/reactions_inside_message.xml
+++ b/app/src/main/res/layout/reactions_inside_message.xml
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?><!--
+
+ Nextcloud Talk application
+
+ Copyright (C) 2022 Marcel Hibbe
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"