summaryrefslogtreecommitdiff
path: root/os_compat.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 /os_compat.c
parent2a286af6cf4f7fd469bf6bea644a7416c9631cde (diff)
downloadgpsd-6027b102c77cd2cf382478738c035b686c26f9df.tar.gz
LICENSE: Update licenses for consistency. No functional changes.
Diffstat (limited to 'os_compat.c')
-rw-r--r--os_compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/os_compat.c b/os_compat.c
index b1a167fb..28d2ae9d 100644
--- a/os_compat.c
+++ b/os_compat.c
@@ -1,7 +1,4 @@
/*
- * This file is Copyright (c) 2017 by the GPSD project
- * SPDX-License-Identifier: BSD-2-clause
- *
* This file contains functions to deal with compatibility issues across OSes.
*
* The initial version of this file is a near-verbatim concatenation of the
@@ -11,6 +8,9 @@
* strl.c
* History of this code prior to the creation of this file can be found
* in the histories of those files.
+ *
+ * This file is Copyright (c)2017-2018 by the GPSD project
+ * SPDX-License-Identifier: BSD-2-clause
*/
#include "os_compat.h" /* Includes gpsd_config.h */