BTRFS: Add author and license.
Signed-off-by: Augustin Cavalier <[email protected]>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, [email protected].
|
||||
* Copyright 2010-2011, Jérôme Duval, [email protected].
|
||||
* Copyright 2010, François Revol, <[email protected]>.
|
||||
* Copyright 2004-2008, Axel Dörfler, [email protected].
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, [email protected].
|
||||
* Copyright 2010-2011, Jérôme Duval, [email protected].
|
||||
* Copyright 2004-2008, Axel Dörfler, [email protected].
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, [email protected].
|
||||
* Copyright 2011, Jérôme Duval, [email protected].
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, [email protected].
|
||||
* Copyright 2011, Jérôme Duval, [email protected].
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, [email protected].
|
||||
* Copyright 2011, Jérôme Duval, [email protected].
|
||||
* Copyright 2001-2010, Axel Dörfler, [email protected].
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, [email protected].
|
||||
* Copyright 2011, Jérôme Duval, [email protected].
|
||||
* Copyright 2001-2010, Axel Dörfler, [email protected].
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2001-2008, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
*
|
||||
* Authors:
|
||||
* Jérôme Duval
|
||||
* Chế Vũ Gia Hy
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
*
|
||||
* Authors:
|
||||
* Jérôme Duval
|
||||
* Chế Vũ Gia Hy
|
||||
*/
|
||||
#ifndef CHUNK_H
|
||||
#define CHUNK_H
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011-2013, Jérôme Duval, korli@users.berlios.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "ExtentAllocator.h"
|
||||
#include "Chunk.h"
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef EXTENT_ALLOCATOR_H
|
||||
#define EXTENT_ALLOCATOR_H
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* Copyright 2008-2014, Axel Dörfler, axeld@pinc-software.de.
|
||||
* Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* Copyright 2008, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2001-2012, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "Journal.h"
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2001-2012, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef JOURNAL_H
|
||||
#define JOURNAL_H
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2001-2009, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* Copyright 2008-2010, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* Copyright 2008-2010, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* Copyright 2011, Jérôme Duval, korli@users.berlios.de.
|
||||
* Copyright 2008, Axel Dörfler, axeld@pinc-software.de.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* Copyright 2017, Chế Vũ Gia Hy, cvghy116@gmail.com.
|
||||
* This file may be used under the terms of the MIT License.
|
||||
*/
|
||||
#ifndef _SYSTEM_DEPENDENCIES_H
|
||||
#define _SYSTEM_DEPENDENCIES_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user