Add missing copyright headers
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Copyright 2012-2013 Luke Dashjr
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the standard MIT license. See COPYING for more details.
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
libblkmaker_jansson-@LIBBLKMAKER_API_VERSION@.la \
|
||||
libblkmaker-@LIBBLKMAKER_API_VERSION@.la
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
# Written by Luke Dashjr in 2012
|
||||
# This program is released under the terms of the Creative Commons "CC0 1.0 Universal" license and/or copyright waiver.
|
||||
|
||||
if test -z "$srcdir"; then
|
||||
srcdir=`dirname "$0"`
|
||||
if test -z "$srcdir"; then
|
||||
|
||||
7
base58.c
7
base58.c
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#ifndef WIN32
|
||||
#include <arpa/inet.h>
|
||||
#else
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#ifndef BLKTEMPLATE_H
|
||||
#define BLKTEMPLATE_H
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
dnl * Copyright 2012-2013 Luke Dashjr
|
||||
dnl *
|
||||
dnl * This program is free software; you can redistribute it and/or modify it
|
||||
dnl * under the terms of the standard MIT license. See COPYING for more details.
|
||||
|
||||
AC_INIT(
|
||||
[libblkmaker],
|
||||
[0.1],
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
|
||||
7
hex.c
7
hex.c
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2012 Luke Dashjr
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the standard MIT license. See COPYING for more details.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Written by Luke Dashjr in 2012
|
||||
*
|
||||
* This data is released under the terms of the Creative Commons "CC0 1.0 Universal" license and/or copyright waiver.
|
||||
*/
|
||||
|
||||
const char *blkmaker_test_input =
|
||||
"{"
|
||||
"\"result\": {"
|
||||
|
||||
Reference in New Issue
Block a user