From 557c79518c0fc9a319f2df1473b38973d445a272 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Wed, 26 Jun 2013 18:42:39 -0700 Subject: [PATCH] bcache-tools are GPL --- COPYING | 1 - bcache-super-show.c | 6 ++++++ bcache-test.c | 6 ++++++ bcache.h | 6 ++++++ make-bcache.c | 6 ++++++ probe-bcache.c | 6 ++++++ 6 files changed, 30 insertions(+), 1 deletion(-) diff --git a/COPYING b/COPYING index 10828e0..3912109 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,3 @@ - GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/bcache-super-show.c b/bcache-super-show.c index a63eba8..fab5e81 100644 --- a/bcache-super-show.c +++ b/bcache-super-show.c @@ -1,3 +1,9 @@ +/* + * Author: Gabriel de Perthuis + * + * GPLv2 + */ + #define _FILE_OFFSET_BITS 64 #define __USE_FILE_OFFSET64 #define _XOPEN_SOURCE 500 diff --git a/bcache-test.c b/bcache-test.c index 0f8ad37..cc164e0 100644 --- a/bcache-test.c +++ b/bcache-test.c @@ -1,3 +1,9 @@ +/* + * Author: Kent Overstreet + * + * GPLv2 + */ + #define _FILE_OFFSET_BITS 64 #define _XOPEN_SOURCE 500 #define _GNU_SOURCE diff --git a/bcache.h b/bcache.h index ac1633c..1d78da3 100644 --- a/bcache.h +++ b/bcache.h @@ -1,3 +1,9 @@ +/* + * Author: Kent Overstreet + * + * GPLv2 + */ + #ifndef _BCACHE_H #define _BCACHE_H diff --git a/make-bcache.c b/make-bcache.c index 2a5124b..6ffe89e 100644 --- a/make-bcache.c +++ b/make-bcache.c @@ -1,3 +1,9 @@ +/* + * Author: Kent Overstreet + * + * GPLv2 + */ + #define _FILE_OFFSET_BITS 64 #define __USE_FILE_OFFSET64 #define _XOPEN_SOURCE 600 diff --git a/probe-bcache.c b/probe-bcache.c index ec81ea7..caff7b6 100644 --- a/probe-bcache.c +++ b/probe-bcache.c @@ -1,3 +1,9 @@ +/* + * Author: Kent Overstreet + * + * GPLv2 + */ + #define _FILE_OFFSET_BITS 64 #define __USE_FILE_OFFSET64 #define _XOPEN_SOURCE 500 -- 2.39.2