diff options
author | Kent Overstreet <koverstreet@google.com> | 2013-06-26 18:42:39 -0700 |
---|---|---|
committer | Kent Overstreet <kmo@daterainc.com> | 2013-07-17 13:13:31 -0700 |
commit | 557c79518c0fc9a319f2df1473b38973d445a272 (patch) | |
tree | 9ddb09177dd07cffb24324345aae0bc3189e5533 /bcache-super-show.c | |
parent | df844c04d1c2de10bbd44cfc4bd36d9e36760798 (diff) |
bcache-tools are GPL
Diffstat (limited to 'bcache-super-show.c')
-rw-r--r-- | bcache-super-show.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 <g2p.code@gmail.com> + * + * GPLv2 + */ + #define _FILE_OFFSET_BITS 64 #define __USE_FILE_OFFSET64 #define _XOPEN_SOURCE 500 |