diff options
Diffstat (limited to 'src/H5detect.c')
-rw-r--r-- | src/H5detect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 8ee0fcc..5736846 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -842,8 +842,7 @@ bit.\n"; /* * The file header: warning, copyright notice, build information. */ - printf("/*\n * DO NOT EDIT OR DISTRIBUTE THIS FILE -- " - "IT IS MACHINE GENERATED!\n */\n\n"); + printf("/* Generated automatically by H5detect -- do not edit */\n\n\n"); puts(FileHeader); /*the copyright notice--see top of this file */ printf(" *\n * Created:\t\t%s %2d, %4d\n", |