Skip to content

Commit f24aee1

Browse files
committed
Add proper licensing notice
1 parent 9e08368 commit f24aee1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

bench.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
/* Copyright (c) 2016 National Cheng Kung University, Taiwan.
1+
/*
2+
* Copyright (c) 2016 National Cheng Kung University, Taiwan.
23
* All rights reserved.
34
* Use of this source code is governed by a BSD-style license.
45
*/
6+
57
#include "tlsf.h"
68
#include <assert.h>
79
#include <errno.h>

test.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
/* Copyright (c) 2016 National Cheng Kung University, Taiwan.
1+
/*
2+
* Copyright (c) 2016 National Cheng Kung University, Taiwan.
23
* All rights reserved.
34
* Use of this source code is governed by a BSD-style license.
45
*/
6+
57
#include "tlsf.h"
68
#include <assert.h>
79
#include <stdbool.h>

tlsf.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright (c) 2006-2016, Matthew Conte
3+
* Copyright (c) 2017-2020, Daniel Mendler
4+
* All rights reserved.
5+
* Use of this source code is governed by a BSD-style license.
6+
*/
7+
18
#include "tlsf.h"
29
#include <stdbool.h>
310
#include <string.h>

0 commit comments

Comments
 (0)