diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-09-27 13:52:10 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-09-29 15:07:42 +0100 |
commit | 286a7733ac0b00e47a03b13735f7aa9270ffc8e3 (patch) | |
tree | 7dceb06ae4685f99fce3a1959fcbae5ede1ad54a /ucpp | |
parent | de53823101479e88d23963aa66e2ad64ebfa29cd (diff) |
re-base on ALv2 code.
Diffstat (limited to 'ucpp')
-rw-r--r-- | ucpp/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ucpp/Makefile b/ucpp/Makefile index ccb1c85a04da..0997e628485b 100644 --- a/ucpp/Makefile +++ b/ucpp/Makefile @@ -1,4 +1,11 @@ # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# 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/. +# module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) |