From caaac3582b0c20195ca80d989105dc11a4908425 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 17 Nov 2010 14:43:40 +0100 Subject: gnumake2: updated license headers --- tools/Module_tools.mk | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'tools/Module_tools.mk') diff --git a/tools/Module_tools.mk b/tools/Module_tools.mk index bba1d8240cdf..9e233408b317 100644 --- a/tools/Module_tools.mk +++ b/tools/Module_tools.mk @@ -2,7 +2,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2009 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # @@ -14,17 +14,18 @@ # # 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 +# 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). # # You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see +# version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* + $(eval $(call gb_Module_Module,tools)) $(eval $(call gb_Module_add_targets,tools,\ @@ -37,17 +38,4 @@ $(eval $(call gb_Module_add_targets,tools,\ StaticLibrary_ooopathutils \ )) -# TODO: -#COPY tools/unxlngx6.pro/lib/atools.lib unxlngx6.pro/lib/atools.lib -#COPY tools/unxlngx6.pro/lib/bootstrp2.lib unxlngx6.pro/lib/bootstrp2.lib -#COPY tools/unxlngx6.pro/lib/btstrp.lib unxlngx6.pro/lib/btstrp.lib -#COPY tools/unxlngx6.pro/lib/libatools.a unxlngx6.pro/lib/libatools.a -#COPY tools/unxlngx6.pro/lib/libbootstrp2.a unxlngx6.pro/lib/libbootstrp2.a -#COPY tools/unxlngx6.pro/lib/libbtstrp.a unxlngx6.pro/lib/libbtstrp.a -#COPY tools/unxlngx6.pro/lib/libstdstrm.a unxlngx6.pro/lib/libstdstrm.a -#COPY tools/unxlngx6.pro/lib/stdstrm.lib unxlngx6.pro/lib/stdstrm.lib - -#todo: link tools dynamically everywhere -#todo: ALWAYSDBGFLAG etc. - # vim: set noet sw=4 ts=4: -- cgit