Skip to content

Commit

Permalink
SPDXify the licerse references.
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-s-raymond committed Mar 8, 2018
1 parent 75d16ca commit 70824d3
Show file tree
Hide file tree
Showing 136 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion Tachometer.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Cleaned up and simplified by Eric S. Raymond, December 2004.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
Expand Down
2 changes: 1 addition & 1 deletion Tachometer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _GPSD_TACHOMETER_H_
#define _GPSD_TACHOMETER_H_
Expand Down
2 changes: 1 addition & 1 deletion TachometerP.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _GPSD_TACHOMETERP_H_
#define _GPSD_TACHOMETERP_H_
Expand Down
2 changes: 1 addition & 1 deletion bits.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* bits.c - bitfield extraction code
*
* This file is Copyright (c)2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
* Bitfield extraction functions. In each, start is a bit index - not
* a byte index - and width is a bit width. The width is bounded above by
Expand Down
2 changes: 1 addition & 1 deletion bits.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Both 32- and 64-bit systems with gcc are OK with this set.
*
* This file is Copyright (c)2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _GPSD_BITS_H_
#define _GPSD_BITS_H_
Expand Down
2 changes: 1 addition & 1 deletion crc24q.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* requires this.
*
* This file is Copyright (c) 2008,2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#include <stdbool.h>
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion crc24q.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Interface for CRC-24Q cyclic redundancy chercksum code
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _CRC24Q_H_
#define _CRC24Q_H_
Expand Down
2 changes: 1 addition & 1 deletion dbusexport.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#include "gpsd.h"
#if defined(DBUS_EXPORT_ENABLE)
Expand Down
2 changes: 1 addition & 1 deletion driver_ais.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* - IMO289 met/hydro message: Type=8, DAC=1, FI=31
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#ifdef __linux__
Expand Down
2 changes: 1 addition & 1 deletion driver_evermore.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
* c5 is EverMore checksum, other bytes are fixed
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_garmin.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* ?? Add probe function for Serial Binary to start PVT output.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#define __USE_POSIX199309 1
Expand Down
2 changes: 1 addition & 1 deletion driver_garmin_txt.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* satellite information
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
*/

Expand Down
2 changes: 1 addition & 1 deletion driver_geostar.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* By Viktar Palstsiuk, [email protected]
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include <sys/time.h> /* for select() */
Expand Down
2 changes: 1 addition & 1 deletion driver_italk.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
* Driver for the iTalk binary protocol used by FasTrax
*
Expand Down
2 changes: 1 addition & 1 deletion driver_italk.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _GPSD_ITALK_H_
#define _GPSD_ITALK_H_
Expand Down
2 changes: 1 addition & 1 deletion driver_navcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* unhappy things will occur on the next rollover.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_nmea0183.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

/* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999 */
Expand Down
2 changes: 1 addition & 1 deletion driver_nmea2000.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* NMEA2000 over CAN.
*
* This file is Copyright (c) 2012 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

/* need this for strnlen() and struct ifreq */
Expand Down
2 changes: 1 addition & 1 deletion driver_nmea2000.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The entry points for driver_nmea2000
*
* This file is Copyright (c) 2012 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#ifndef _DRIVER_NMEA2000_H_
Expand Down
2 changes: 1 addition & 1 deletion driver_oncore.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#include <stdio.h>
#include <stdbool.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_proto.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* packet_states.h
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#include <stdio.h>
#include <stdbool.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_rtcm2.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ message types 4, 5, 6, 7, and 13 has not been checked. Message types
60-63 are not yet supported.
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion driver_rtcm3.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ has been observed to correctly analyze a message with a nonempty Receiver
field.
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
*****************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion driver_sirf.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* the manual advises; this does not fix the problem.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_skytraq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This is the gpsd driver for Skytraq GPSes operating in binary mode.
*
* This file is Copyright (c) 2016 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_superstar2.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#include <stdio.h>
#include <stdbool.h>
Expand Down
2 changes: 1 addition & 1 deletion driver_superstar2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _GPSD_SUPERSTAR2_H_
#define _GPSD_SUPERSTAR2_H_
Expand Down
2 changes: 1 addition & 1 deletion driver_tsip.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* unhappy things will occur on the next rollover.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#ifdef __linux__
Expand Down
2 changes: 1 addition & 1 deletion driver_ubx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* the sats, one presumes) is 0sec; for the u-blox 6 it's 15sec.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
*/

Expand Down
2 changes: 1 addition & 1 deletion driver_zodiac.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* unhappy things will occur on the next rollover.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#ifdef __linux__
Expand Down
2 changes: 1 addition & 1 deletion drivers.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

/* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999 */
Expand Down
2 changes: 1 addition & 1 deletion geoid.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* ECEF conversion by Rob Janssen.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include <math.h>
Expand Down
2 changes: 1 addition & 1 deletion gps.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* gps.h -- interface of the libgps library */
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/
#ifndef _GPSD_GPS_H_
#define _GPSD_GPS_H_
Expand Down
2 changes: 1 addition & 1 deletion gps.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
-->
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.1.2//EN"
Expand Down
2 changes: 1 addition & 1 deletion gps2udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Date: 2013-03-01
*
* This file is Copyright (c) 2013 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
*/

Expand Down
2 changes: 1 addition & 1 deletion gps2udp.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is Copyright (c) 2013 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
-->
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.1.2//EN"
Expand Down
2 changes: 1 addition & 1 deletion gps_json.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* By Eric S. Raymond, 2009
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#include "json.h"
Expand Down
2 changes: 1 addition & 1 deletion gpscap.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GPS capability description file
#
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.
# SPDX-License-Identifier: BSD-2-clause
#
# Our apologies to all Unix hackers in advance for the grubby .INI syntax,
# we're using it because the format has good cross-Unix support in Python.
Expand Down
2 changes: 1 addition & 1 deletion gpscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
gpscap - GPS/AIS capability dictionary class.
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
"""
# This code runs compatibly under Python 2 and 3.x for x >= 2.
# Preserve this property!
Expand Down
2 changes: 1 addition & 1 deletion gpscat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.
# SPDX-License-Identifier: BSD-2-clause
#
# Display GPS output. Hexify it if necessary.
#
Expand Down
2 changes: 1 addition & 1 deletion gpscat.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
-->
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.1.2//EN"
Expand Down
2 changes: 1 addition & 1 deletion gpsclient.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
* Python binding for selected libgps library functions
*/
Expand Down
2 changes: 1 addition & 1 deletion gpsctl.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* gpsctl.c -- tweak the control settings on a GPS
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*
*/

Expand Down
2 changes: 1 addition & 1 deletion gpsctl.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.
SPDX-License-Identifier: BSD-2-clause
-->
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.1.2//EN"
Expand Down
2 changes: 1 addition & 1 deletion gpsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* select loop, and user command handling lives here.
*
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
* SPDX-License-Identifier: BSD-2-clause
*/

#ifdef __linux__
Expand Down
Loading

0 comments on commit 70824d3

Please sign in to comment.