diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-04-28 11:35:17 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-04-28 11:35:17 +0200 |
commit | 854273e548b9e5954351f24be11c5878ab22f57e (patch) | |
tree | 783affea0dd249b612fe057ef6a7ca84aefd5476 | |
parent | 5a5243c8db34533591d8f68171e9b62a59681ede (diff) | |
parent | 4c0e5deb42c1e4f6d9ff4f099b6e714c0e494413 (diff) |
CWS-TOOLING: integrate CWS nativebooo/OOO320_m19ooo/OOO320_m18ooo/OOO320_m17
-rw-r--r-- | helpcontent2/helpers/linkmakefile.template | 37 | ||||
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 37 |
2 files changed, 50 insertions, 24 deletions
diff --git a/helpcontent2/helpers/linkmakefile.template b/helpcontent2/helpers/linkmakefile.template index 17a1ae718b..4519ec2979 100644 --- a/helpcontent2/helpers/linkmakefile.template +++ b/helpcontent2/helpers/linkmakefile.template @@ -1,18 +1,31 @@ #************************************************************************* -#* -#* $Workfile:$ -#* -#* Creation date KR 28.06.99 -#* last change $Author: hr $ $Date: 2007-06-26 12:34:21 $ -#* -#* $Revision: 1.11 $ -#* -#* $Logfile:$ -#* -#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. -#* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2010 Oracle and/or its affiliates. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# This file is part of OpenOffice.org. +# +# 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. +# +# 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). +# +# 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. +# #************************************************************************* + # edit to match directory level PRJ = %prj% # same for all makefiles in "helpcontent2" diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 1155e80369..3681b7d2c4 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -1,18 +1,31 @@ #************************************************************************* -#* -#* $Workfile:$ -#* -#* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2007-11-06 15:56:17 $ -#* -#* $Revision: 1.13 $ -#* -#* $Logfile:$ -#* -#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. -#* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2000, 2010 Oracle and/or its affiliates. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# This file is part of OpenOffice.org. +# +# 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. +# +# 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). +# +# 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. +# #************************************************************************* + PRJ = ..$/.. PRJNAME = helpcontent2 TARGET = auxiliary |