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