windows-nt/Source/XPSP1/NT/enduser/msasn1/ident.c
2020-09-26 16:20:57 +08:00

11 lines
475 B
C

/* Copyright (C) Boris Nikolaus, Germany, 1996-1997. All rights reserved. */
/* Copyright (C) Microsoft Corporation, 1997-1998. All rights reserved. */
#include "precomp.h"
/* copyright identifier */
const char ident1[] = "$Copyright: ASN.1 Compiler V0.9 $";
const char ident2[] = "$Copyright: Copyright (C) Boris Nikolaus, Germany, 1996-1997. All rights reserved. $";
const char ident3[] = "$Copyright: Copyright (C) Microsoft Corporation, 1997. All rights reserved. $";