Skip to content

Commit

Permalink
Add copyright for JetBrains patches to mimalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Lepilkina authored and LepilkinaElena committed May 21, 2020
1 parent 2b8da9a commit 19317fa
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 24 deletions.
6 changes: 2 additions & 4 deletions runtime/src/mimalloc/c/alloc-override-osx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
-----------------------------------------------------------------------------*/
/*
* 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.
*/
// Copyright 2019-2020 JetBrains s.r.o.

#if !KONAN_MI_MALLOC
#include "mimalloc.h"
#include "mimalloc-internal.h"
Expand Down
6 changes: 2 additions & 4 deletions runtime/src/mimalloc/c/alloc-override.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
-----------------------------------------------------------------------------*/
/*
* 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.
*/
// Copyright 2019-2020 JetBrains s.r.o.

#if !KONAN_MI_MALLOC
#if !defined(MI_IN_ALLOC_C)
#error "this file should be included from 'alloc.c' (so aliases can work)"
Expand Down
6 changes: 2 additions & 4 deletions runtime/src/mimalloc/c/include/mimalloc-atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
-----------------------------------------------------------------------------*/
/*
* 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.
*/
// Copyright 2019-2020 JetBrains s.r.o.

#pragma once
#ifndef MIMALLOC_ATOMIC_H
#define MIMALLOC_ATOMIC_H
Expand Down
6 changes: 2 additions & 4 deletions runtime/src/mimalloc/c/include/mimalloc-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
-----------------------------------------------------------------------------*/
/*
* 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.
*/
// Copyright 2019-2020 JetBrains s.r.o.

#pragma once
#ifndef MIMALLOC_INTERNAL_H
#define MIMALLOC_INTERNAL_H
Expand Down
6 changes: 2 additions & 4 deletions runtime/src/mimalloc/c/include/mimalloc-types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
-----------------------------------------------------------------------------*/
/*
* 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.
*/
// Copyright 2019-2020 JetBrains s.r.o.

#pragma once
#ifndef MIMALLOC_TYPES_H
#define MIMALLOC_TYPES_H
Expand Down
6 changes: 2 additions & 4 deletions runtime/src/mimalloc/c/static.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
"licenses/third_party/mimalloc_LICENSE.txt" at the root of this distribution.
-----------------------------------------------------------------------------*/
/*
* 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.
*/
// Copyright 2019-2020 JetBrains s.r.o.

#if !KONAN_MI_MALLOC
#define _DEFAULT_SOURCE

Expand Down

0 comments on commit 19317fa

Please sign in to comment.