xref: /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-version.rc (revision ca1c9b0c534faa5fd4c7d36fd3c199a2a3d7b0e4)
1*ca1c9b0cSelric/***********************************************************************
2*ca1c9b0cSelric * Copyright (c) 2010, Secure Endpoints Inc.
3*ca1c9b0cSelric * All rights reserved.
4*ca1c9b0cSelric *
5*ca1c9b0cSelric * Redistribution and use in source and binary forms, with or without
6*ca1c9b0cSelric * modification, are permitted provided that the following conditions
7*ca1c9b0cSelric * are met:
8*ca1c9b0cSelric *
9*ca1c9b0cSelric * - Redistributions of source code must retain the above copyright
10*ca1c9b0cSelric *   notice, this list of conditions and the following disclaimer.
11*ca1c9b0cSelric *
12*ca1c9b0cSelric * - Redistributions in binary form must reproduce the above copyright
13*ca1c9b0cSelric *   notice, this list of conditions and the following disclaimer in
14*ca1c9b0cSelric *   the documentation and/or other materials provided with the
15*ca1c9b0cSelric *   distribution.
16*ca1c9b0cSelric *
17*ca1c9b0cSelric * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18*ca1c9b0cSelric * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19*ca1c9b0cSelric * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20*ca1c9b0cSelric * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21*ca1c9b0cSelric * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
22*ca1c9b0cSelric * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23*ca1c9b0cSelric * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24*ca1c9b0cSelric * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25*ca1c9b0cSelric * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
26*ca1c9b0cSelric * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27*ca1c9b0cSelric * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
28*ca1c9b0cSelric * OF THE POSSIBILITY OF SUCH DAMAGE.
29*ca1c9b0cSelric *
30*ca1c9b0cSelric **********************************************************************/
31*ca1c9b0cSelric
32*ca1c9b0cSelric#define RC_FILE_TYPE VFT_DLL
33*ca1c9b0cSelric#define RC_FILE_DESC_0409 "Generic Security Service Application Program Interface library"
34*ca1c9b0cSelric#define RC_FILE_ORIG_0409 "gssapi.dll"
35*ca1c9b0cSelric
36*ca1c9b0cSelric#include "../../windows/version.rc"
37