From: Kent Overstreet Date: Thu, 27 Jun 2013 01:42:39 +0000 (-0700) Subject: bcache-tools are GPL X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=557c79518c0fc9a319f2df1473b38973d445a272;p=bcachefs-tools-debian bcache-tools are GPL --- 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