Check-in of original version of ONCRPC library (and headers) from
[shibboleth/sp.git] / oncrpc / oncrpc.rc
1 /*
2  * oncrpc.rc -- just some version information for the ONC/RPC DLL.
3  *
4  * (c) 1999 Harald Albrecht <harald@plt.rwth-aachen.de>
5  * Chair of Process Control Engineering,
6  * Aachen University of Technology, Germany.
7  * All rights reserved.
8  *
9  * Redistribution and use in source and binary forms, with or without
10  * modification, are permitted provided that the following conditions
11  * are met:
12  * 1. Redistributions of source code must retain the above copyright
13  *    notice, this list of conditions and the following disclaimer.
14  * 2. Redistributions in binary form must print or display the above
15  *    copyright notice either during startup or must have a means for
16  *    the user to view the copyright notice.
17  * 3. Redistributions in binary form must reproduce the above copyright
18  *    notice, this list of conditions and the following disclaimer in the
19  *    documentation and/or other materials provided with the distribution.
20  * 4. Neither the name of the Chair of Process Control Engineering nor the
21  *    name of the Aachen University of Technology may be used to endorse or
22  *    promote products derived from this software without specific prior
23  *    written permission.
24  *
25  * THIS SOFTWARE IS PROVIDED BY THE CHAIR OF PROCESS CONTROL ENGINEERING
26  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE CHAIR OF PROCESS CONTROL
29  * ENGINEERING BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
31  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
32  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
33  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
34  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
35  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36  */
37
38 1 VERSIONINFO
39 FILEVERSION 1, 14, 3, 1
40 PRODUCTVERSION 1, 14, 3, 1
41 FILEOS VOS_NT_WINDOWS32
42 FILETYPE VFT_APP
43 {
44  BLOCK "StringFileInfo"
45  {
46   BLOCK "040904E4"
47   {
48    VALUE "FileDescription", "ONC/RPC Library for Win32\000"
49    VALUE "InternalName", "oncrpc\000"
50    VALUE "OriginalFilename", "ONCRPC.DLL\000"
51    VALUE "ProductName", "ONC/RPC Library/Win32\000"
52    VALUE "FileVersion", "1.14.3\000"
53    VALUE "ProductVersion", "1.14.3\000"
54   }
55  }
56
57  BLOCK "VarFileInfo"
58  {
59   VALUE "Translation", 0x409, 1252
60  }
61
62 }
63
64
65 /* End of portmap.rc */
66