diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-07-05 14:42:10 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-07-05 18:27:02 +0200 |
commit | ce1c1e84b3dbcc09de632def57a34099cb63b884 (patch) | |
tree | 87dd667ffb83564604cb003297b4d664d6551e0a /writerperfect/Makefile | |
parent | e1c6c2fb32e59441441843247402ac744683e3d4 (diff) |
audit and re-license writerperfect.
Written entirely by non-Oracle contributors to LibreOffice.
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'writerperfect/Makefile')
-rw-r--r-- | writerperfect/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/writerperfect/Makefile b/writerperfect/Makefile index ccb1c85a04da..0997e628485b 100644 --- a/writerperfect/Makefile +++ b/writerperfect/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)))) |