# HG changeset patch # User Fadi Abbud # Date 1547465359 -3600 # Node ID 2c71012fee5edddb8d514f44a9deae7610a72245 # Parent 0f98ef2531a5ce1b2d853e70bcb6d31d940e9aba correct Makefile attribution header diff -r 0f98ef2531a5 -r 2c71012fee5e client/Makefile --- a/client/Makefile Mon Jan 14 12:09:34 2019 +0100 +++ b/client/Makefile Mon Jan 14 12:29:19 2019 +0100 @@ -1,15 +1,10 @@ -# This is Free Software under GNU Affero General Public License v >= 3.0 -# without warranty, see README.md and license for details. -# -# SPDX-License-Identifier: AGPL-3.0-or-later -# License-Filename: LICENSES/AGPL-3.0.txt +# This is free software under MIT license taken from: +# https://github.com/Polyconseil/vue-gettext/blob/master/Makefile # -# Copyright (C) 2018 by via donau -# – Österreichische Wasserstraßen-Gesellschaft mbH -# Software engineering by Intevation GmbH -# -# Author(s): -# * Thomas Junk +# following changes were made due to requirments: +# * Add additional locales for the app +# * Add ability to run the translations Makefile with several users on a multi-user system +# * prevent clean from being called accidently if ´make´ is executed without parameters # On OSX the PATH variable isn't exported unless "SHELL" is also set, see: http://stackoverflow.com/a/25506676 SHELL = /bin/bash