Add copyright for JetBrains patches to mimalloc
This commit is contained in:
committed by
LepilkinaElena
parent
2b8da9aa15
commit
19317fa726
@@ -4,10 +4,8 @@ This is free software; you can redistribute it and/or modify it under the
|
|||||||
terms of the MIT license. A copy of the license can be found in the file
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
/*
|
// Copyright 2019-2020 JetBrains s.r.o.
|
||||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
|
||||||
* that can be found in the LICENSE file.
|
|
||||||
*/
|
|
||||||
#if !KONAN_MI_MALLOC
|
#if !KONAN_MI_MALLOC
|
||||||
#include "mimalloc.h"
|
#include "mimalloc.h"
|
||||||
#include "mimalloc-internal.h"
|
#include "mimalloc-internal.h"
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ This is free software; you can redistribute it and/or modify it under the
|
|||||||
terms of the MIT license. A copy of the license can be found in the file
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
/*
|
// Copyright 2019-2020 JetBrains s.r.o.
|
||||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
|
||||||
* that can be found in the LICENSE file.
|
|
||||||
*/
|
|
||||||
#if !KONAN_MI_MALLOC
|
#if !KONAN_MI_MALLOC
|
||||||
#if !defined(MI_IN_ALLOC_C)
|
#if !defined(MI_IN_ALLOC_C)
|
||||||
#error "this file should be included from 'alloc.c' (so aliases can work)"
|
#error "this file should be included from 'alloc.c' (so aliases can work)"
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ This is free software; you can redistribute it and/or modify it under the
|
|||||||
terms of the MIT license. A copy of the license can be found in the file
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
/*
|
// Copyright 2019-2020 JetBrains s.r.o.
|
||||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
|
||||||
* that can be found in the LICENSE file.
|
|
||||||
*/
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifndef MIMALLOC_ATOMIC_H
|
#ifndef MIMALLOC_ATOMIC_H
|
||||||
#define MIMALLOC_ATOMIC_H
|
#define MIMALLOC_ATOMIC_H
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ This is free software; you can redistribute it and/or modify it under the
|
|||||||
terms of the MIT license. A copy of the license can be found in the file
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
/*
|
// Copyright 2019-2020 JetBrains s.r.o.
|
||||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
|
||||||
* that can be found in the LICENSE file.
|
|
||||||
*/
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifndef MIMALLOC_INTERNAL_H
|
#ifndef MIMALLOC_INTERNAL_H
|
||||||
#define MIMALLOC_INTERNAL_H
|
#define MIMALLOC_INTERNAL_H
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ This is free software; you can redistribute it and/or modify it under the
|
|||||||
terms of the MIT license. A copy of the license can be found in the file
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
/*
|
// Copyright 2019-2020 JetBrains s.r.o.
|
||||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
|
||||||
* that can be found in the LICENSE file.
|
|
||||||
*/
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifndef MIMALLOC_TYPES_H
|
#ifndef MIMALLOC_TYPES_H
|
||||||
#define MIMALLOC_TYPES_H
|
#define MIMALLOC_TYPES_H
|
||||||
|
|||||||
@@ -4,10 +4,8 @@ This is free software; you can redistribute it and/or modify it under the
|
|||||||
terms of the MIT license. A copy of the license can be found in the file
|
terms of the MIT license. A copy of the license can be found in the file
|
||||||
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
|
||||||
-----------------------------------------------------------------------------*/
|
-----------------------------------------------------------------------------*/
|
||||||
/*
|
// Copyright 2019-2020 JetBrains s.r.o.
|
||||||
* Copyright 2010-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
|
|
||||||
* that can be found in the LICENSE file.
|
|
||||||
*/
|
|
||||||
#if !KONAN_MI_MALLOC
|
#if !KONAN_MI_MALLOC
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user