Skip to content

Commit 6db182b

Browse files
committed
Update copyright to 2023.
1 parent 76df9f0 commit 6db182b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+46
-46
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2007-2022, Rice University.
1+
Copyright (c) 2007-2023, Rice University.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Libmonitor top-level Makefile.am.
33
##
4-
## Copyright (c) 2007-2022, Rice University.
4+
## Copyright (c) 2007-2023, Rice University.
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Engineering Research Institute (PERI).
3737

3838
http://hpctoolkit.org/
3939

40-
Libmonitor is Copyright (c) 2007-2022, Rice University and is licensed
40+
Libmonitor is Copyright (c) 2007-2023, Rice University and is licensed
4141
under a 3-clause BSD license. See the file LICENSE for details.
4242

4343
Send bug reports to: [email protected]

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This configure script is free software; the Free Software Foundation
1212
# gives unlimited permission to copy, distribute and modify it.
1313
#
14-
# libmonitor is Copyright (c) 2007-2022, Rice University.
14+
# libmonitor is Copyright (c) 2007-2023, Rice University.
1515
# See the file LICENSE for details.
1616
## -------------------- ##
1717
## M4sh Initialization. ##
@@ -1565,7 +1565,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
15651565
This configure script is free software; the Free Software Foundation
15661566
gives unlimited permission to copy, distribute and modify it.
15671567
1568-
libmonitor is Copyright (c) 2007-2022, Rice University.
1568+
libmonitor is Copyright (c) 2007-2023, Rice University.
15691569
See the file LICENSE for details.
15701570
_ACEOF
15711571
exit

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl
22
dnl Libmonitor top-level configure.ac.
33
dnl
4-
dnl Copyright (c) 2007-2022, Rice University.
4+
dnl Copyright (c) 2007-2023, Rice University.
55
dnl All rights reserved.
66
dnl
77
dnl Redistribution and use in source and binary forms, with or without
@@ -35,7 +35,7 @@ dnl $Id$
3535
dnl
3636

3737
AC_INIT([libmonitor], [0.x], [[email protected]])
38-
AC_COPYRIGHT([libmonitor is Copyright (c) 2007-2022, Rice University.
38+
AC_COPYRIGHT([libmonitor is Copyright (c) 2007-2023, Rice University.
3939
See the file LICENSE for details.])
4040

4141
AC_CONFIG_AUX_DIR([config])

src/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Libmonitor src/Makefile.am.
33
##
4-
## Copyright (c) 2007-2022, Rice University.
4+
## Copyright (c) 2007-2023, Rice University.
55
## All rights reserved.
66
##
77
## Redistribution and use in source and binary forms, with or without

src/atomic.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor atomic ops.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Internal shared declarations.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/dlopen.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor dlopen functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/fork.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor fork and exec functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor core functions: main and exit.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/monitor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Include file for libmonitor clients.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/mpi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor common MPI functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/mpi_comm_c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override MPI_Comm_rank in C/C++.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_comm_f0.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_comm_rank in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_comm_f1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_comm_rank_ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_comm_f2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_comm_rank__ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_final_c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override MPI_Finalize in C/C++.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_final_f0.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_finalize in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_final_f1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_finalize_ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_final_f2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_finalize__ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override MPI_Init in C/C++.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_f0.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_init in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_f1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_init_ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_f2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_init__ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_thread_c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override MPI_Init_thread in C/C++.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_thread_f0.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_init_thread in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_thread_f1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_init_thread_ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/mpi_init_thread_f2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Override mpi_init_thread__ in Fortran.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

src/pmpi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor PMPI functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/pthread.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor pthread functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/pthread_h.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Shared thread declarations.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/signal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor signal functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/spinlock.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor spinlock.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/utils.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Libmonitor utility functions.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# programs, run them with the monitor-run script in debug mode, and
66
# observe the output.
77
#
8-
# Copyright (c) 2007-2022, Rice University.
8+
# Copyright (c) 2007-2023, Rice University.
99
# See the file LICENSE for details.
1010
#
1111
# $Id$

tests/cancel.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* shootdown can get stuck trying to access a thread that no longer
77
* exists.
88
*
9-
* Copyright (c) 2007-2022, Rice University.
9+
* Copyright (c) 2007-2023, Rice University.
1010
* See the file LICENSE for details.
1111
*
1212
* $Id$

tests/early.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* to have the library call fork() and dlopen() from its init
1313
* constructor.
1414
*
15-
* Copyright (c) 2007-2022, Rice University.
15+
* Copyright (c) 2007-2023, Rice University.
1616
* See the file LICENSE for details.
1717
*
1818
* $Id$

tests/emain.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Main program to link with libearly.so.
33
*
4-
* Copyright (c) 2007-2022, Rice University.
4+
* Copyright (c) 2007-2023, Rice University.
55
* See the file LICENSE for details.
66
*
77
* $Id$

tests/exit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* followed by exactly one call to monitor_fini_process() and no
77
* segfaults.
88
*
9-
* Copyright (c) 2007-2022, Rice University.
9+
* Copyright (c) 2007-2023, Rice University.
1010
* See the file LICENSE for details.
1111
*
1212
* $Id$

tests/hidden.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* dlsym("pthread_create"). This method seems to bypass monitor's
44
* normal way of overriding pthread_create().
55
*
6-
* Copyright (c) 2007-2022, Rice University.
6+
* Copyright (c) 2007-2023, Rice University.
77
* See the file LICENSE for details.
88
*
99
* $Id$

tests/shootdown.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* process gets one fini-process callback, preferably in the main
1515
* thread.
1616
*
17-
* Copyright (c) 2007-2022, Rice University.
17+
* Copyright (c) 2007-2023, Rice University.
1818
* See the file LICENSE for details.
1919
*
2020
* $Id$

0 commit comments

Comments
 (0)