bcache-tools are GPL

This commit is contained in:
Kent Overstreet 2013-06-26 18:42:39 -07:00 committed by Kent Overstreet
parent df844c04d1
commit 557c79518c
6 changed files with 30 additions and 1 deletions

View File

@ -1,4 +1,3 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

View File

@ -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

View File

@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/
#define _FILE_OFFSET_BITS 64
#define _XOPEN_SOURCE 500
#define _GNU_SOURCE

View File

@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/
#ifndef _BCACHE_H
#define _BCACHE_H

View File

@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/
#define _FILE_OFFSET_BITS 64
#define __USE_FILE_OFFSET64
#define _XOPEN_SOURCE 600

View File

@ -1,3 +1,9 @@
/*
* Author: Kent Overstreet <kmo@daterainc.com>
*
* GPLv2
*/
#define _FILE_OFFSET_BITS 64
#define __USE_FILE_OFFSET64
#define _XOPEN_SOURCE 500