[waffle] [PATCH 04/12] core: add JSON library
Chad Versace
chad.versace at intel.com
Fri Apr 8 23:38:05 UTC 2016
On 01/08/2016 04:17 AM, Emil Velikov wrote:
> On 6 January 2016 at 21:56, Frank Henigman <fjhenigman at google.com> wrote:
>> A small library for building JSON strings.
>>
>> Signed-off-by: Frank Henigman <fjhenigman at google.com>
>> ---
>> src/waffle/CMakeLists.txt | 1 +
>> src/waffle/core/json.c | 235 ++++++++++++++++++++++++++++++++++++++++++++++
>> src/waffle/core/json.h | 93 ++++++++++++++++++
> Is the library is copied/derived from another project or written from
> scratch ? If the former should we move it to third_party/ ?
I have the same question. Was this code copied from a public Google project?
If so, the we should place in third_party/ with a note explaining its origin
and explaining how to update it in the future. If not, the the current location
in src/waffle/core/ is appropriate.
More information about the waffle
mailing list