Tag: cws_src680_mdbdriver02 User: fs Date: 06/05/05 00:11:56 Modified: /dba/connectivity/source/drivers/mdb/ mdb_wrapper.cxx, mdb_wrapper.hxx
Log: added license header File Changes: Directory: /dba/connectivity/source/drivers/mdb/ ================================================ File [changed]: mdb_wrapper.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_wrapper.cxx?r1=1.1.4.3&r2=1.1.4.4 Delta lines: +34 -0 -------------------- --- mdb_wrapper.cxx 7 Feb 2006 15:44:47 -0000 1.1.4.3 +++ mdb_wrapper.cxx 5 May 2006 07:11:53 -0000 1.1.4.4 @@ -1,3 +1,37 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: mdb_wrapper.cxx,v $ + * + * $Revision: 1.1.4.4 $ + * + * last change: $Author: fs $ $Date: 2006/05/05 07:11:53 $ + * + * 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 + * + ************************************************************************/ #include <mdb_wrapper.hxx> File [changed]: mdb_wrapper.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mdb/mdb_wrapper.hxx?r1=1.1.4.2&r2=1.1.4.3 Delta lines: +35 -0 -------------------- --- mdb_wrapper.hxx 22 Aug 2005 14:49:49 -0000 1.1.4.2 +++ mdb_wrapper.hxx 5 May 2006 07:11:54 -0000 1.1.4.3 @@ -1,3 +1,38 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: mdb_wrapper.hxx,v $ + * + * $Revision: 1.1.4.3 $ + * + * last change: $Author: fs $ $Date: 2006/05/05 07:11:54 $ + * + * 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 + * + ************************************************************************/ + #ifndef _MDB_WRAPPER_HXX_ #define _MDB_WRAPPER_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
