summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_localize.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/Executable_localize.mk')
-rw-r--r--l10ntools/Executable_localize.mk25
1 files changed, 4 insertions, 21 deletions
diff --git a/l10ntools/Executable_localize.mk b/l10ntools/Executable_localize.mk
index cdc323a36386..975725ae8a8d 100644
--- a/l10ntools/Executable_localize.mk
+++ b/l10ntools/Executable_localize.mk
@@ -1,28 +1,11 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
-# The contents of this file are subject to the Mozilla Public License Version
-# 1.1 (the "License"); you may not use this file except in compliance with
-# the License or as specified alternatively below. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
+# This file is part of the LibreOffice project.
#
-# Software distributed under the License is distributed on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-# for the specific language governing rights and limitations under the
-# License.
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-# Major Contributor(s):
-# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
-#
-# All Rights Reserved.
-#
-# For minor contributions see the git repository.
-#
-# Alternatively, the contents of this file may be used under the terms of
-# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
-# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
-# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
-# instead of those above.
$(eval $(call gb_Executable_Executable,localize))
an>Fix typosAndrea Gelmini 2019-07-31Fix typosAndrea Gelmini 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann 2019-07-30Fix typo in codeAndrea Gelmini 2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov 2019-03-05re-land "new loplugin typedefparam""Noel Grandin 2018-11-19Fix typosAndrea Gelmini 2018-11-12Fix typosAndrea Gelmini 2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin 2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov 2018-10-22loplugin:staticvar in variousNoel Grandin 2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann 2018-10-03loplugin:constfields in swNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen 2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle 2018-02-13Use PYTHON_FOR_BUILD instead of calling python directlyTomáš Chvátal 2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann 2018-01-16Fix typosAndrea Gelmini 2018-01-15More loplugin:cstylecast: testtoolsStephan Bergmann 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-10-23loplugin:includeform: testtoolsStephan Bergmann 2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski