disclaimer added

SCCS-file: tzfile.h
SCCS-SID: 4.8
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:57 -04:00
committed by Paul Eggert
parent 7a82061e83
commit be26c554ae
+18 -3
View File
@@ -1,9 +1,22 @@
#ifndef TZFILE_H
#define TZFILE_H
/*
** This header is for use ONLY with the time conversion code.
** There is no guarantee that it will remain unchanged,
** or that it will remain at all.
** Do NOT copy it to any system include directory.
** Thank you!
*/
/*
** ID
*/
#ifndef lint
#ifndef NOID
#ifndef TZFILE_H
#define TZFILE_H
static char tzfilehid[] = "%W%";
#endif /* !defined TZFILE_H */
#endif /* !defined NOID */
#endif /* !defined lint */
@@ -151,3 +164,5 @@ struct tzhead {
#define MONS_PER_YEAR MONSPERYEAR
#endif /* !defined USG */
#endif /* !defined TZFILE_H */