Add missing copyright headers

This commit is contained in:
Luke Dashjr
2013-06-01 14:49:25 +00:00
parent 3d34fa30a9
commit e0d2b2d119
11 changed files with 68 additions and 0 deletions

View File

@@ -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 = \ lib_LTLIBRARIES = \
libblkmaker_jansson-@LIBBLKMAKER_API_VERSION@.la \ libblkmaker_jansson-@LIBBLKMAKER_API_VERSION@.la \
libblkmaker-@LIBBLKMAKER_API_VERSION@.la libblkmaker-@LIBBLKMAKER_API_VERSION@.la

View File

@@ -1,4 +1,7 @@
#!/bin/sh -e #!/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 if test -z "$srcdir"; then
srcdir=`dirname "$0"` srcdir=`dirname "$0"`
if test -z "$srcdir"; then if test -z "$srcdir"; then

View File

@@ -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 #ifndef WIN32
#include <arpa/inet.h> #include <arpa/inet.h>
#else #else

View File

@@ -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 <limits.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>

View File

@@ -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 #define _BSD_SOURCE
#include <stdlib.h> #include <stdlib.h>

View File

@@ -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 #define _BSD_SOURCE
#include <limits.h> #include <limits.h>

View File

@@ -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 #ifndef BLKTEMPLATE_H
#define BLKTEMPLATE_H #define BLKTEMPLATE_H

View File

@@ -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( AC_INIT(
[libblkmaker], [libblkmaker],
[0.1], [0.1],

View File

@@ -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 <assert.h>
#include <inttypes.h> #include <inttypes.h>
#include <stdint.h> #include <stdint.h>

7
hex.c
View File

@@ -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 <string.h>
#include <stdbool.h> #include <stdbool.h>

View File

@@ -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 = const char *blkmaker_test_input =
"{" "{"
"\"result\": {" "\"result\": {"