summaryrefslogtreecommitdiff
path: root/unotools/Module_unotools.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/Module_unotools.mk')
-rw-r--r--unotools/Module_unotools.mk43
1 files changed, 20 insertions, 23 deletions
diff --git a/unotools/Module_unotools.mk b/unotools/Module_unotools.mk
index 3f474fc12692..948b5b1f624c 100644
--- a/unotools/Module_unotools.mk
+++ b/unotools/Module_unotools.mk
@@ -1,39 +1,36 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2011 Oracle and/or its affiliates.
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# OpenOffice.org - a multi-platform office productivity suite
#
-# This file is part of OpenOffice.org.
+# 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.
#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
+# The Initial Developer of the Original Code is
+# Bjoern Michaelsen, Canonical Ltd. <bjoern.michaelsen@canonical.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
+# Major Contributor(s):
#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
+# 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_Module_Module,unotools))
$(eval $(call gb_Module_add_targets,unotools,\
- Library_utl \
- Package_inc \
+ Library_utl \
+ Package_inc \
))
$(eval $(call gb_Module_add_subsequentcheck_targets,unotools,\
- JunitTest_unotools_complex \
+ JunitTest_unotools_complex \
))
-# vim: set noet sw=4 ts=4:
+# vim: set noet ts=4 sw=4: