~vcs-imports/gpsd/master

« back to all changes in this revision

Viewing changes to json.h

  • Committer: Eric S. Raymond
  • Date: 2018-03-08 19:59:57 UTC
  • Revision ID: git-v1:70824d3f0cc4711de72300c35f12e8968ef2bf7b
SPDXify the licerse references.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Structures for JSON parsing using only fixed-extent memory
2
2
 *
3
3
 * This file is Copyright (c) 2010 by the GPSD project
4
 
 * BSD terms apply: see the file COPYING in the distribution root for details.
 
4
 * SPDX-License-Identifier: BSD-2-clause
5
5
 */
6
6
 
7
7
#include <stdbool.h>