Leaked source code of windows server 2003
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.

32 lines
1.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft License Manager
  4. //
  5. //----------------------------------------------------------------------------
  6. #include <core.hxx>
  7. #include <resource.hxx>
  8. #ifndef _PPCMAC
  9. #define VER_FILE_DESCRIPTION "Microsoft\256 License Manager DLL"
  10. #define VER_INTERNAL_NAME "LICMGR10"
  11. #define VER_ORIGINAL_FILENAME "LICMGR10.DLL"
  12. #define VER_SELFREGISTER
  13. #include "version.rc"
  14. #endif // _PPCMAC
  15. STRINGTABLE
  16. BEGIN
  17. IDS_COPYTEXT+0 "LPK License Package"
  18. IDS_COPYTEXT+1 "//////////////////////////////////////////////////////////////////////////////"
  19. IDS_COPYTEXT+2 "// WARNING: The information in this file is protected by copyright law //"
  20. IDS_COPYTEXT+3 "// and international treaty provisions. Unauthorized reproduction or //"
  21. IDS_COPYTEXT+4 "// distribution of this file, or any portion of it, may result in severe //"
  22. IDS_COPYTEXT+5 "// criminal and civil penalties, and will be prosecuted to the maximum //"
  23. IDS_COPYTEXT+6 "// extent possible under the law. Further, you may not reverse engineer, //"
  24. IDS_COPYTEXT+7 "// decompile, or disassemble the file. //"
  25. IDS_COPYTEXT+8 "//////////////////////////////////////////////////////////////////////////////"
  26. END