changeset 1792:2c71012fee5e

correct Makefile attribution header
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 14 Jan 2019 12:29:19 +0100
parents 0f98ef2531a5
children c0532a94a0b5
files client/Makefile
diffstat 1 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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 <thomas.junk@intevation.de>
+# 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