OSDN Git Service

Add .hgignore as tracked file.
[mingw/mingw-get.git] / version.c.in
1 /*
2  * @configure_input@
3  *
4  * $Id$
5  *
6  */
7 const char *version_identification =
8 "@PACKAGE_NAME@ version @PACKAGE_VERSION@\n"
9 "Copyright (C) @YEARS_OF_ISSUE@, @COPYRIGHT_HOLDER@\n"
10 "\n"
11 "This is free software; see the product documentation, or source code,\n"
12 "for copying and redistribution conditions.  There is NO WARRANTY; not\n"
13 "even an implied WARRANTY OF MERCHANTABILITY, nor of FITNESS FOR ANY\n"
14 "PARTICULAR PURPOSE.\n\n";
15
16 /* $RCSfile$: end of file */