diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-02-17 10:32:35 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-02-17 10:32:35 +0100 |
commit | 5841d6f6155a9ae8355a2a06e6ad55b792254a2c (patch) | |
tree | 083d45a280495e16c5f49c7ec7057d659609ff43 /store/source/storbase.cxx | |
parent | ec7daf1c1f5518ca4b7f214b248f82f9f74208d7 (diff) | |
parent | 1c46860e6801ba396560d82b2f713a7d78130abd (diff) |
CWS-TOOLING: integrate CWS changefileheader2ooo/DEV300_m73ooo/DEV300_m72
Diffstat (limited to 'store/source/storbase.cxx')
-rw-r--r-- | store/source/storbase.cxx | 42 |
1 files changed, 17 insertions, 25 deletions
diff --git a/store/source/storbase.cxx b/store/source/storbase.cxx index 747b70df3..fcc7a0c06 100644 --- a/store/source/storbase.cxx +++ b/store/source/storbase.cxx @@ -1,35 +1,27 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. * - * $RCSfile: storbase.cxx,v $ + * OpenOffice.org - a multi-platform office productivity suite * - * $Revision: 1.12.8.4 $ + * This file is part of OpenOffice.org. * - * last change: $Author: mhu $ $Date: 2008/10/31 18:28:18 $ + * 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 Contents of this file are made available subject to - * the terms of 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 + * 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). * - * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. - * - * 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 + * 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. * ************************************************************************/ |