mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Kernel/FUSE: Clarify the license of Definitions.h
This commit is contained in:
parent
d1cfddc177
commit
a343c7cde4
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
|
*
|
||||||
|
* This file is based on include/uapi/linux/fuse.h from Linux. That header
|
||||||
|
* is dual-licensed under the GPLv2 and the above 2-Clause BSD license.
|
||||||
|
* Consequentially, we are sublicensing this file under the latter license,
|
||||||
|
* which is why we have to include it above verbatim.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
Loading…
Reference in a new issue