Skip to content

Commit

Permalink
bcache-tools are GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Overstreet authored and Kent Overstreet committed Jul 17, 2013
1 parent df844c0 commit 557c795
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 1 deletion.
1 change: 0 additions & 1 deletion COPYING
@@ -1,4 +1,3 @@

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
6 changes: 6 additions & 0 deletions 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
Expand Down
6 changes: 6 additions & 0 deletions bcache-test.c
@@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/

#define _FILE_OFFSET_BITS 64
#define _XOPEN_SOURCE 500
#define _GNU_SOURCE
Expand Down
6 changes: 6 additions & 0 deletions bcache.h
@@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/

#ifndef _BCACHE_H
#define _BCACHE_H

Expand Down
6 changes: 6 additions & 0 deletions make-bcache.c
@@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/

#define _FILE_OFFSET_BITS 64
#define __USE_FILE_OFFSET64
#define _XOPEN_SOURCE 600
Expand Down
6 changes: 6 additions & 0 deletions probe-bcache.c
@@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/

#define _FILE_OFFSET_BITS 64
#define __USE_FILE_OFFSET64
#define _XOPEN_SOURCE 500
Expand Down

0 comments on commit 557c795

Please sign in to comment.