From b6dd42fa26f24dc16338299ac1efd647b25c9fcc Mon Sep 17 00:00:00 2001 From: merspieler Date: Thu, 14 Mar 2019 15:03:54 +0000 Subject: [PATCH] Updated Copyright year Signed-off-by: merspieler --- build | 4 ++-- build_tile | 2 +- clear-cache-files | 2 +- create-db | 2 +- create-project | 2 +- create-venv | 2 +- edit-settings | 2 +- index-db | 2 +- install | 2 +- read-pbf | 2 +- update-programs | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build b/build index a1dfa1d..e4130fe 100755 --- a/build +++ b/build @@ -1,5 +1,5 @@ #! /usr/bin/python3 -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -28,7 +28,7 @@ create_zip = False man_threads = "" project = "" while i < argc: -#TODO add arg for continue brken build +#TODO add arg for continue broken build if sys.argv[i] == "-t" or sys.argv[i] == "--threads": i += 1 man_threads = "-t sys.argv[i]" diff --git a/build_tile b/build_tile index 6e3e62f..ef0bcb9 100755 --- a/build_tile +++ b/build_tile @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/clear-cache-files b/clear-cache-files index 7f0a010..acbbe3b 100755 --- a/clear-cache-files +++ b/clear-cache-files @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/create-db b/create-db index d03ccc6..e75773f 100755 --- a/create-db +++ b/create-db @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/create-project b/create-project index 6e9cada..b3a8916 100755 --- a/create-project +++ b/create-project @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/create-venv b/create-venv index 938b187..d44b5aa 100755 --- a/create-venv +++ b/create-venv @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/edit-settings b/edit-settings index 9c69c33..34012d2 100755 --- a/edit-settings +++ b/edit-settings @@ -1,5 +1,5 @@ #! /usr/bin/python3 -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/index-db b/index-db index 8d3b7f7..de09beb 100755 --- a/index-db +++ b/index-db @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/install b/install index 81f7f08..7614547 100755 --- a/install +++ b/install @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/read-pbf b/read-pbf index 2052163..8c221ff 100755 --- a/read-pbf +++ b/read-pbf @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/update-programs b/update-programs index 34d8746..c788a42 100755 --- a/update-programs +++ b/update-programs @@ -1,5 +1,5 @@ #! /bin/bash -# Copyright (C) 2018 Merspieler, merspieler _at_ airmail.cc +# Copyright (C) 2018-2019 Merspieler, merspieler _at_ airmail.cc # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as