From 8b57005cf10da127ef6f54890e91284a0b99ca5f Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 1 Jun 2013 14:49:25 +0000 Subject: [PATCH] Add missing copyright headers --- Makefile.am | 5 +++++ autogen.sh | 3 +++ blkmaker.c | 7 +++++++ blkmaker_jansson.c | 7 +++++++ blktemplate.c | 7 +++++++ blktemplate.h | 7 +++++++ configure.ac | 5 +++++ example.c | 7 +++++++ testinput.c | 6 ++++++ 9 files changed, 54 insertions(+) diff --git a/Makefile.am b/Makefile.am index 921b386..c019893 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/autogen.sh b/autogen.sh index 7e138f8..666e0fc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/blkmaker.c b/blkmaker.c index 0c6c2ff..1ff20f7 100644 --- a/blkmaker.c +++ b/blkmaker.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 #include #include diff --git a/blkmaker_jansson.c b/blkmaker_jansson.c index 082168f..5212943 100644 --- a/blkmaker_jansson.c +++ b/blkmaker_jansson.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. + */ + #define _BSD_SOURCE #include diff --git a/blktemplate.c b/blktemplate.c index a8670b2..6702044 100644 --- a/blktemplate.c +++ b/blktemplate.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. + */ + #define _BSD_SOURCE #include diff --git a/blktemplate.h b/blktemplate.h index b5f579b..e9747b7 100644 --- a/blktemplate.h +++ b/blktemplate.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 diff --git a/configure.ac b/configure.ac index 4cb3592..df26b45 100644 --- a/configure.ac +++ b/configure.ac @@ -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], diff --git a/example.c b/example.c index 04fd264..a28df81 100644 --- a/example.c +++ b/example.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 #include #include diff --git a/testinput.c b/testinput.c index 4b9c8f2..31d2a75 100644 --- a/testinput.c +++ b/testinput.c @@ -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\": {"