diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-10-30 15:25:56 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-10-30 15:25:56 +0000 |
commit | 33334d28edd453a20a7e95dae30adea307d18811 (patch) | |
tree | 09a0558822cc6f410adb014b247b12d909a53e15 /solenv/inc/shlinfo.rc | |
parent | 902cf9b5d18b2b2c53b15c42bd255fcbae5d158f (diff) |
new header; new version/date
Diffstat (limited to 'solenv/inc/shlinfo.rc')
-rw-r--r-- | solenv/inc/shlinfo.rc | 86 |
1 files changed, 68 insertions, 18 deletions
diff --git a/solenv/inc/shlinfo.rc b/solenv/inc/shlinfo.rc index 314a4750a906..4544083187c0 100644 --- a/solenv/inc/shlinfo.rc +++ b/solenv/inc/shlinfo.rc @@ -1,19 +1,66 @@ /************************************************************************* -#* -#* $Workfile: verinfo.rc $ -#* -#* Ersterstellung PB 03.09.93 -#* Letzte Aenderung $Author: hr $ $Date: 2000-09-20 14:43:17 $ -#* $Revision: 1.1.1.1 $ -#* -#* $Logfile: T:/desktop/util/verinfo.rcv $ -#* -#* Copyright (c) 1998 - 2000, Star Office Software Entw. GmbH, Hamburg, Germany -#* -#************************************************************************/ - -#define VERSION 5 -#define SUBVERSION 20 + * + * $RCSfile: shlinfo.rc,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: hjs $ $Date: 2000-10-30 16:25:56 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.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 + * + * 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 + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the "License"); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ + +#define VERSION 6 +#define SUBVERSION 0 //#define VERVARIANT 0 // .0 + VER_CONCEPT @@ -25,9 +72,9 @@ //#define VER_BETA 6 #define VER_FINAL 0 -#define VER_DAY 9 -#define VER_MONTH 5 -#define VER_YEAR 2000 +#define VER_DAY 12 +#define VER_MONTH 1 +#define VER_YEAR 2001 // ----------------------------------------------------------------------- @@ -133,6 +180,9 @@ VS_VERSION_INFO rcdata Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.1.1.1 2000/09/20 14:43:17 hr + initial import + Revision 1.2 2000/06/29 17:25:44 hjs disable year range |