From cc9a95ba26a3720e746b0102fe49c9427c05eed0 Mon Sep 17 00:00:00 2001 From: Henning Brinkmann Date: Wed, 1 Nov 2006 08:14:38 +0000 Subject: added GPL headers --- writerfilter/source/doctok/WW8LFOTable.cxx | 37 +++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'writerfilter/source/doctok/WW8LFOTable.cxx') diff --git a/writerfilter/source/doctok/WW8LFOTable.cxx b/writerfilter/source/doctok/WW8LFOTable.cxx index 5b126f2ff690..202cdeb62bd9 100644 --- a/writerfilter/source/doctok/WW8LFOTable.cxx +++ b/writerfilter/source/doctok/WW8LFOTable.cxx @@ -1,7 +1,42 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: WW8LFOTable.cxx,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: hbrinkm $ $Date: 2006-11-01 09:14:31 $ + * + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. + * + * + * 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 + * + ************************************************************************/ + /* $RCSfile: WW8LFOTable.cxx,v $ - $Revision: 1.1 $ + $Revision: 1.2 $ */ -- cgit