diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | 3709cd68edfff7a96464fb963ffdc778d1186d67 (patch) | |
tree | 256ff9c9463e8b759a03f1a24683e6154411b103 /app | |
parent | 4c6a2a879a5847b369d5b889452bf96c3d610463 (diff) | |
download | tincapp-3709cd68edfff7a96464fb963ffdc778d1186d67.tar.gz |
project: align name and description
Use the more explicit name and shorter description following the
changes in 5a54bf9 and 90d672c.
Diffstat (limited to 'app')
115 files changed, 117 insertions, 117 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 8d7485d..c380733 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | # Tinc App, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # Tinc Mesh VPN: Android client and user interface |
2 | # Copyright (C) 2017-2022 Euxane P. TRAN-GIRARD | 2 | # Copyright (C) 2017-2022 Euxane P. TRAN-GIRARD |
3 | # | 3 | # |
4 | # This program is free software: you can redistribute it and/or modify | 4 | # This program is free software: you can redistribute it and/or modify |
diff --git a/app/build.gradle b/app/build.gradle index 295f80c..7433b49 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Tinc |