Kaydet (Commit) dce5428c authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS changefileheader (1.2.214); FILE MERGED

2008/03/28 15:27:13 rt 1.2.214.1: #i87441# Change license header to LPGL v3.
üst 4ba30810
/************************************************************************* *************************************************************************
* *
* $RCSfile: OptionsEventHandler.java,v $ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* $Revision: 1.2 $ * Copyright 2008 by Sun Microsystems, Inc.
* *
* last change: $Author: kz $ $Date: 2007-06-20 10:50:47 $ * OpenOffice.org - a multi-platform office productivity suite
* *
* The Contents of this file are made available subject to the terms of * $RCSfile: OptionsEventHandler.java,v $
* the BSD license.
* *
* Copyright (c) 2003 by Sun Microsystems, Inc. * $Revision: 1.3 $
* All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * This file is part of OpenOffice.org.
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of Sun Microsystems, Inc. nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
* *
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * OpenOffice.org is free software: you can redistribute it and/or modify
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * it under the terms of the GNU Lesser General Public License version 3
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS * only, as published by the Free Software Foundation.
* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE *
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * OpenOffice.org is distributed in the hope that it will be useful,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * GNU Lesser General Public License version 3 for more details
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR * (a copy is included in the LICENSE file that accompanied this code).
* TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE *
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * 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.
* *
*************************************************************************/ *************************************************************************/
package com.sun.star.comp.extensionoptions; package com.sun.star.comp.extensionoptions;
......
#************************************************************************* #*************************************************************************
# #
# OpenOffice.org - a multi-platform office productivity suite # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2008 by Sun Microsystems, Inc.
# #
# $RCSfile: makefile.mk,v $ # OpenOffice.org - a multi-platform office productivity suite
# #
# $Revision: 1.2 $ # $RCSfile: makefile.mk,v $
# #
# last change: $Author: kz $ $Date: 2007-06-20 10:51:07 $ # $Revision: 1.3 $
# #
# The Contents of this file are made available subject to # This file is part of OpenOffice.org.
# the terms of GNU Lesser General Public License Version 2.1.
# #
# 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.
# #
# GNU Lesser General Public License Version 2.1 # OpenOffice.org is distributed in the hope that it will be useful,
# ============================================= # but WITHOUT ANY WARRANTY; without even the implied warranty of
# Copyright 2005 by Sun Microsystems, Inc. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 901 San Antonio Road, Palo Alto, CA 94303, USA # GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
# #
# This library is free software; you can redistribute it and/or # You should have received a copy of the GNU Lesser General Public License
# modify it under the terms of the GNU Lesser General Public # version 3 along with OpenOffice.org. If not, see
# License version 2.1, as published by the Free Software Foundation. # <http://www.openoffice.org/license.html>
# # for a copy of the LGPLv3 License.
# This library 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 for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
# #
#************************************************************************* #*************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment