From 19317fa7269f2f17624e043368469f0fa6e1c568 Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Fri, 15 May 2020 17:10:59 +0300 Subject: [PATCH] Add copyright for JetBrains patches to mimalloc --- runtime/src/mimalloc/c/alloc-override-osx.c | 6 ++---- runtime/src/mimalloc/c/alloc-override.c | 6 ++---- runtime/src/mimalloc/c/include/mimalloc-atomic.h | 6 ++---- runtime/src/mimalloc/c/include/mimalloc-internal.h | 6 ++---- runtime/src/mimalloc/c/include/mimalloc-types.h | 6 ++---- runtime/src/mimalloc/c/static.c | 6 ++---- 6 files changed, 12 insertions(+), 24 deletions(-) diff --git a/runtime/src/mimalloc/c/alloc-override-osx.c b/runtime/src/mimalloc/c/alloc-override-osx.c index ba35a4b7951..f345afeeb4f 100644 --- a/runtime/src/mimalloc/c/alloc-override-osx.c +++ b/runtime/src/mimalloc/c/alloc-override-osx.c @@ -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" diff --git a/runtime/src/mimalloc/c/alloc-override.c b/runtime/src/mimalloc/c/alloc-override.c index 8a1612d0402..ea71ffee899 100644 --- a/runtime/src/mimalloc/c/alloc-override.c +++ b/runtime/src/mimalloc/c/alloc-override.c @@ -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)" diff --git a/runtime/src/mimalloc/c/include/mimalloc-atomic.h b/runtime/src/mimalloc/c/include/mimalloc-atomic.h index df1d7d4723b..8c35d1f8ad0 100644 --- a/runtime/src/mimalloc/c/include/mimalloc-atomic.h +++ b/runtime/src/mimalloc/c/include/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 "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 diff --git a/runtime/src/mimalloc/c/include/mimalloc-internal.h b/runtime/src/mimalloc/c/include/mimalloc-internal.h index b7ca5d7f70f..185eeec17e2 100644 --- a/runtime/src/mimalloc/c/include/mimalloc-internal.h +++ b/runtime/src/mimalloc/c/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 "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 diff --git a/runtime/src/mimalloc/c/include/mimalloc-types.h b/runtime/src/mimalloc/c/include/mimalloc-types.h index fb64462a221..64f0cec976f 100644 --- a/runtime/src/mimalloc/c/include/mimalloc-types.h +++ b/runtime/src/mimalloc/c/include/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 "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 diff --git a/runtime/src/mimalloc/c/static.c b/runtime/src/mimalloc/c/static.c index 1d25b018b77..159f627bdb3 100644 --- a/runtime/src/mimalloc/c/static.c +++ b/runtime/src/mimalloc/c/static.c @@ -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