mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
add proper attribution to janssonxx.h
This commit is contained in:
parent
7ba18d3f0a
commit
492d95329a
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
// janssonxx - C++ wrapper for jansson
|
||||
//
|
||||
// author: Sean Middleditch <sean@middleditch.us>
|
||||
//
|
||||
// janssonxx is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the MIT license. See LICENSE for details.
|
||||
|
||||
|
||||
#if !defined(JANSSONXX_H)
|
||||
#define JANSSONXX_H 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue