summaryrefslogtreecommitdiff
path: root/timespec_str.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-19 16:37:54 -0800
committerGary E. Miller <gem@rellim.com>2018-11-19 16:37:54 -0800
commit6027b102c77cd2cf382478738c035b686c26f9df (patch)
tree6eb8e574b7d5f7c698787cfdf54ade59919d144e /timespec_str.c
parent2a286af6cf4f7fd469bf6bea644a7416c9631cde (diff)
downloadgpsd-6027b102c77cd2cf382478738c035b686c26f9df.tar.gz
LICENSE: Update licenses for consistency. No functional changes.
Diffstat (limited to 'timespec_str.c')
-rw-r--r--timespec_str.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/timespec_str.c b/timespec_str.c
index ac52edf9..62b50d3b 100644
--- a/timespec_str.c
+++ b/timespec_str.c
@@ -1,13 +1,12 @@
/*
- * This file is Copyright (c) 2010 by the GPSD project
- * SPDX-License-Identifier: BSD-2-clause
- */
-
-/*
* We also need to set the value high enough to signal inclusion of
* newer features (like clock_gettime). See the POSIX spec for more info:
* http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_02_01_02
-*/
+ *
+ * This file is Copyright (c) 2010-2018 by the GPSD project
+ * SPDX-License-Identifier: BSD-2-clause
+ */
+
#define _XOPEN_SOURCE 600
#include <stdio.h>