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/src/main/res/menu | |
parent | c1a6357ce6e5f98f2ec98b97e0f1c51eef4378ea (diff) | |
download | tincapp-40686861558cf30075b2ac15b76966c20319bc9b.tar.gz |
Add start year
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/menu_base.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_start.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_status.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/menu/menu_viewlog.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/menu/menu_base.xml b/app/src/main/res/menu/menu_base.xml index a7d1031..afd023d 100644 --- a/app/src/main/res/menu/menu_base.xml +++ b/app/src/main/res/menu/menu_base.xml | |||
@@ -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/res/menu/menu_start.xml b/app/src/main/res/menu/menu_start.xml index 0ae2ae5..6be85a6 100644 --- a/app/src/main/res/menu/menu_start.xml +++ b/app/src/main/res/menu/menu_start.xml | |||
@@ -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/res/menu/menu_status.xml b/app/src/main/res/menu/menu_status.xml index 8edf2c0..aec5dd8 100644 --- a/app/src/main/res/menu/menu_status.xml +++ b/app/src/main/res/menu/menu_status.xml | |||
@@ -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/res/menu/menu_viewlog.xml b/app/src/main/res/menu/menu_viewlog.xml index dea2aee..f03f178 100644 --- a/app/src/main/res/menu/menu_viewlog.xml +++ b/app/src/main/res/menu/menu_viewlog.xml | |||
@@ -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 |