Skip to content

Commit f0cdc11

Browse files
committed
update copyright year
1 parent e3328a8 commit f0cdc11

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

doc/mimalloc-doc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

include/mimalloc-stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2024-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2024-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

include/mimalloc/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

src/alloc-aligned.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

src/alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/* ----------------------------------------------------------------------------
3-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
3+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
44
This is free software; you can redistribute it and/or modify it under the
55
terms of the MIT license. A copy of the license can be found in the file
66
"LICENSE" at the root of this distribution.

src/arena.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2019-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2019-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

src/free.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

src/heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

src/options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2025, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2026, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

0 commit comments

Comments
 (0)