diff options
Diffstat (limited to 'crashrep/source/unx/res/unxcrashres.cxx')
-rwxr-xr-x | crashrep/source/unx/res/unxcrashres.cxx | 52 |
1 files changed, 21 insertions, 31 deletions
diff --git a/crashrep/source/unx/res/unxcrashres.cxx b/crashrep/source/unx/res/unxcrashres.cxx index 5414435bb05b..59f11e92a9b9 100755 --- a/crashrep/source/unx/res/unxcrashres.cxx +++ b/crashrep/source/unx/res/unxcrashres.cxx @@ -1,45 +1,35 @@ /************************************************************************* * - * $RCSfile: unxcrashres.cxx,v $ - * - * $Revision: 1.3 $ - * - * last change: $Author: hjs $ $Date: 2004-06-26 03:10:37 $ - * - * The Contents of this file are made available subject to the terms of - * either of the following licenses + * OpenOffice.org - a multi-platform office productivity suite * - * - GNU Lesser General Public License Version 2.1 - * - * Sun Microsystems Inc., October, 2000 - * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2000 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * $RCSfile: unxcrashres.cxx,v $ * - * 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. + * $Revision: 1.4 $ * - * 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. + * last change: $Author: rt $ $Date: 2005-09-08 09:43:36 $ * - * 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 + * The Contents of this file are made available subject to + * the terms of GNU Lesser General Public License Version 2.1. * - * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * - * Copyright: 2000 by Sun Microsystems, Inc. + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2005 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA * - * All Rights Reserved. + * 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. * - * Contributor(s): _______________________________________ + * 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 <tools/config.hxx> #include <rtl/string.hxx> |