summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Huang <jserv.tw@gmail.com>2019-06-23 19:53:34 +0800
committerJim Huang <jserv.tw@gmail.com>2019-06-23 19:53:34 +0800
commitb1d299b35ba6ea18545c059651d4b79f5fdd4aa5 (patch)
tree442593d39450857234ea9ec74c525672b159dd3e /src
parent06f8da4218a6e86f0418e249a99faa9957c2ec5f (diff)
Clarify top-level license file
To be consistent with other Microsoft open source projects, each source file points to the file "LICENSE" in top-level directory.
Diffstat (limited to 'src')
-rw-r--r--src/alloc-aligned.c2
-rw-r--r--src/alloc-override-osx.c4
-rw-r--r--src/alloc-override-win.c2
-rw-r--r--src/alloc-override.c2
-rw-r--r--src/alloc.c2
-rw-r--r--src/heap.c2
-rw-r--r--src/init.c2
-rw-r--r--src/options.c2
-rw-r--r--src/os.c2
-rw-r--r--src/page-queue.c2
-rw-r--r--src/page.c2
-rw-r--r--src/segment.c2
-rw-r--r--src/static.c2
-rw-r--r--src/stats.c2
14 files changed, 15 insertions, 15 deletions
diff --git a/src/alloc-aligned.c b/src/alloc-aligned.c
index e650080..a1bd563 100644
--- a/src/alloc-aligned.c
+++ b/src/alloc-aligned.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
diff --git a/src/alloc-override-osx.c b/src/alloc-override-osx.c
index 83211d3..7e26398 100644
--- a/src/alloc-override-osx.c
+++ b/src/alloc-override-osx.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
@@ -226,4 +226,4 @@ static void __attribute__((constructor)) _mi_macosx_override_malloc()
}
}
-#endif // MI_MALLOC_OVERRIDE \ No newline at end of file
+#endif // MI_MALLOC_OVERRIDE
diff --git a/src/alloc-override-win.c b/src/alloc-override-win.c
index fc50777..0971449 100644
--- a/src/alloc-override-win.c
+++ b/src/alloc-override-win.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
diff --git a/src/alloc-override.c b/src/alloc-override.c
index af731ec..38e3bfe 100644
--- a/src/alloc-override.c
+++ b/src/alloc-override.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#if !defined(MI_IN_ALLOC_C)
diff --git a/src/alloc.c b/src/alloc.c
index 910fa76..714181a 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
#include "mimalloc-internal.h"
diff --git a/src/heap.c b/src/heap.c
index d4cf253..9ff4629 100644
--- a/src/heap.c
+++ b/src/heap.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
diff --git a/src/init.c b/src/init.c
index 6c0e865..3d61a89 100644
--- a/src/init.c
+++ b/src/init.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
#include "mimalloc-internal.h"
diff --git a/src/options.c b/src/options.c
index 3a22de5..dfe306d 100644
--- a/src/options.c
+++ b/src/options.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
#include "mimalloc-internal.h"
diff --git a/src/os.c b/src/os.c
index 423617a..50fa8d0 100644
--- a/src/os.c
+++ b/src/os.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#ifndef _DEFAULT_SOURCE
#define _DEFAULT_SOURCE // ensure mmap flags are defined
diff --git a/src/page-queue.c b/src/page-queue.c
index fdd5b01..4d3547a 100644
--- a/src/page-queue.c
+++ b/src/page-queue.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------
diff --git a/src/page.c b/src/page.c
index 17ebdd3..85b810e 100644
--- a/src/page.c
+++ b/src/page.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
/* -----------------------------------------------------------
diff --git a/src/segment.c b/src/segment.c
index c651c18..e189ca1 100644
--- a/src/segment.c
+++ b/src/segment.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
#include "mimalloc-internal.h"
diff --git a/src/static.c b/src/static.c
index 4688737..b4378b4 100644
--- a/src/static.c
+++ b/src/static.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#define _DEFAULT_SOURCE
diff --git a/src/stats.c b/src/stats.c
index b7295dd..807ef5f 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -2,7 +2,7 @@
Copyright (c) 2018, Microsoft Research, Daan Leijen
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
-"license.txt" at the root of this distribution.
+"LICENSE" at the root of this distribution.
-----------------------------------------------------------------------------*/
#include "mimalloc.h"
#include "mimalloc-internal.h"