mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.7 KiB
58 lines
1.7 KiB
/* This file comes from Highland Software ... Applies to FLEXlm Version 2.4c */
|
|
/* @(#)lm_code.h 1.4 08/19/94 */
|
|
/******************************************************************************
|
|
|
|
COPYRIGHT (c) 1990, 1992 by Globetrotter Software Inc.
|
|
This software has been provided pursuant to a License Agreement
|
|
containing restrictions on its use. This software contains
|
|
valuable trade secrets and proprietary information of
|
|
Globetrotter Software Inc and is protected by law. It may
|
|
not be copied or distributed in any form or medium, disclosed
|
|
to third parties, reverse engineered or used in any manner not
|
|
provided for in said License Agreement except with the prior
|
|
written authorization from Globetrotter Software Inc.
|
|
|
|
*****************************************************************************/
|
|
/*
|
|
* Module: lm_code.h v3.3
|
|
*
|
|
* Description: Encryption codes to be used in a VENDORCODE macro
|
|
* for FLEXlm daemons, create_license, lm_init(),
|
|
* and lm_checkout() call - modify these values
|
|
* for your own use. (The VENDOR_KEYx values
|
|
* are assigned by Highland Software).
|
|
*
|
|
* example LM_CODE() macro:
|
|
*
|
|
* LM_CODE(var_name, ENCRYPTION_CODE_1, ENCRYPTION_CODE_2,
|
|
* VENDOR_KEY1, VENDOR_KEY2, VENDOR_KEY3);
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* VENDOR's private encryption seed
|
|
*/
|
|
|
|
#define ENCRYPTION_CODE_1 0x75ac39bf
|
|
#define ENCRYPTION_CODE_2 0x4fd10552
|
|
|
|
/*
|
|
* Encryption keys for DOS application licensing
|
|
*/
|
|
|
|
#define DAL_ENCRYPTION_CODE_1 0xf26b9ea0
|
|
#define DAL_ENCRYPTION_CODE_2 0x4c251cb6
|
|
|
|
/*
|
|
* FLEXlm vendor keys
|
|
*/
|
|
|
|
#define VENDOR_KEY1 0x2751aaa6
|
|
#define VENDOR_KEY2 0x984ecf13
|
|
#define VENDOR_KEY3 0x23916ef3
|
|
|
|
/*
|
|
* FLEXlm vendor name
|
|
*/
|
|
|
|
#define VENDOR_NAME "insignia"
|