Add missing copyright headers

This commit is contained in:
Luke Dashjr
2013-06-01 14:49:25 +00:00
parent fb9e98690b
commit 8b57005cf1
9 changed files with 54 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 = \
libblkmaker_jansson-@LIBBLKMAKER_API_VERSION@.la \
libblkmaker-@LIBBLKMAKER_API_VERSION@.la

View File

@@ -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

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 <stdbool.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
#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
#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
#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(
[libblkmaker],
[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 <inttypes.h>
#include <stdint.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 =
"{"
"\"result\": {"