summaryrefslogtreecommitdiff
path: root/allchblk.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-05-27 19:04:54 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-05-27 19:04:54 +0300
commit5a8b117313288ad2d146c6d2914cc0236e0c5e0a (patch)
treebef8764a5f0f38f354bbc0d4f2d46f0b46ad90fa /allchblk.c
parenta14ca3a5e2a163362e5a4665f7da147ba5600a6d (diff)
downloadbdwgc-5a8b117313288ad2d146c6d2914cc0236e0c5e0a.tar.gz
Update copyright information in alloc.c and other modified files (2022)
* CMakeLists.txt: Update year in copyright comment (2021 to 2022). * alloc.c: Likewise. * configure.ac: Likewise. * dyn_load.c: Likewise. * include/private/gc_priv.h: Likewise. * include/private/gcconfig.h: Likewise. * mallocx.c: Likewise. * mark.c: Likewise. * mark_rts.c: Likewise. * misc.c: Likewise. * os_dep.c: Likewise. * pthread_support.c: Likewise. * reclaim.c: Likewise. * tests/gctest.c: Likewise. * win32_threads.c: Likewise. * LICENSE: Update year (2021 to 2022). * allchblk.c: Add copyright line in header comment. * darwin_stop_world.c: Likewise. * dbg_mlc.c: Likewise. * gcj_mlc.c: Likewise. * headers.c: Likewise. * include/gc/gc_inline.h: Likewise. * include/gc/gc_mark.h: Likewise. * include/private/gc_locks.h: Likewise. * include/private/gc_pmark.h: Likewise. * include/private/pthread_stop_world.h: Likewise. * include/private/pthread_support.h: Likewise. * mach_dep.c: Likewise. * malloc.c: Likewise. * thread_local_alloc.c: Likewise. * typd_mlc.c: Likewise. * finalize.c: Update year in copyright comment (2020 to 2022). * include/gc/gc.h: Likewise. * pthread_stop_world.c: Likewise.
Diffstat (limited to 'allchblk.c')
-rw-r--r--allchblk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/allchblk.c b/allchblk.c
index 4c262de4..e3f54522 100644
--- a/allchblk.c
+++ b/allchblk.c
@@ -3,6 +3,7 @@
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 1998-1999 by Silicon Graphics. All rights reserved.
* Copyright (c) 1999 by Hewlett-Packard Company. All rights reserved.
+ * Copyright (c) 2008-2022 Ivan Maidanski
*
* THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
* OR IMPLIED. ANY USE IS AT YOUR OWN RISK.