Skip to content
Snippets Groups Projects
Verified Commit 2fb66009 authored by Petr Špaček's avatar Petr Špaček Committed by Vladimír Čunát
Browse files

contrib/asprintf: machine readable license

parent adc6a52d
Branches
Tags
1 merge request!942license cleanup
/* Licensed under BSD-MIT - see LICENSE file for details */
/* SPDX-License-Identifier: MIT
* Source: https://ccodearchive.net/info/asprintf.html */
#include <ccan/asprintf/asprintf.h>
#include <stdarg.h>
#include <stdio.h>
......
/* Licensed under BSD-MIT - see LICENSE file for details */
/* SPDX-License-Identifier: MIT
* Source: https://ccodearchive.net/info/asprintf.html */
#ifndef CCAN_ASPRINTF_H
#define CCAN_ASPRINTF_H
#include "config.h"
......
......@@ -15,3 +15,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
SPDX-License-Identifier: MIT
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment