diff options
author | pacien | 2018-08-01 15:06:51 +0200 |
---|---|---|
committer | pacien | 2018-08-01 15:06:51 +0200 |
commit | 40686861558cf30075b2ac15b76966c20319bc9b (patch) | |
tree | 6d1c4a3a22ffe0c2a4e2c43ab34d6fbcaccd8775 /app | |
parent | c1a6357ce6e5f98f2ec98b97e0f1c51eef4378ea (diff) | |
download | tincapp-40686861558cf30075b2ac15b76966c20319bc9b.tar.gz |
Add start year
Diffstat (limited to 'app')
71 files changed, 71 insertions, 71 deletions
diff --git a/app/.gitignore b/app/.gitignore index cf95e35..1a06cfd 100644 --- a/app/.gitignore +++ b/app/.gitignore | |||
@@ -1,5 +1,5 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien 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 |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index a5bf55c..9ed98a9 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -1,5 +1,5 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien 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 |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
diff --git a/app/build.gradle b/app/build.gradle index 4021040..ae1558c 100644 --- a/app/build.gradle +++ b/app/build.gradle | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
diff --git a/app/lint.xml b/app/lint.xml index d083bb9..d8deb7e 100644 --- a/app/lint.xml +++ b/app/lint.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 05449cd..666e9ab 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro | |||
@@ -1,5 +1,5 @@ | |||
1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 1 | # tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
2 | # Copyright (C) 2018 Pacien TRAN-GIRARD | 2 | # Copyright (C) 2017-2018 Pacien 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 |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ef446cd..bf8e9d7 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | <!-- | 3 | <!-- |
4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 4 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
5 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 5 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
6 | * | 6 | * |
7 | * This program is free software: you can redistribute it and/or modify | 7 | * This program is free software: you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 8 | * it under the terms of the GNU General Public License as published by |
diff --git a/app/src/main/c/exec.c b/app/src/main/c/exec.c index 2710376..838135c 100644 --- a/app/src/main/c/exec.c +++ b/app/src/main/c/exec.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
diff --git a/app/src/main/java/org/pacien/tincapp/activities/BaseActivity.kt b/app/src/main/java/org/pacien/tincapp/activities/BaseActivity.kt index 9581cb3..7b9c202 100644 --- a/app/src/main/java/org/pacien/tincapp/activities/BaseActivity.kt +++ b/app/src/main/java/org/pacien/tincapp/activities/BaseActivity.kt | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modify | 5 | * This program is free software: you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
diff --git a/app/src/main/java/org/pacien/tincapp/activities/ConfigureActivity.kt b/app/src/main/java/org/pacien/tincapp/activities/ConfigureActivity.kt index 6a7b4fe..45a29bf 100644 --- a/app/src/main/java/org/pacien/tincapp/activities/ConfigureActivity.kt +++ b/app/src/main/java/org/pacien/tincapp/activities/ConfigureActivity.kt | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon | 2 | * tinc app, an Android binding and user interface for the tinc mesh VPN daemon |
3 | * Copyright (C) 2018 Pacien TRAN-GIRARD | 3 | * Copyright (C) 2017-2018 Pacien TRAN-GIRARD |
4 | * | 4 | * |
5 | * This program is free software: you can redistribute it and/or modif |