diff options
Diffstat (limited to 'libhsail-rt/include/internal')
-rw-r--r-- | libhsail-rt/include/internal/fibers.h | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/phsa-queue-interface.h | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/phsa-rt.h | 2 | ||||
-rw-r--r-- | libhsail-rt/include/internal/workitems.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libhsail-rt/include/internal/fibers.h b/libhsail-rt/include/internal/fibers.h index 1c8dc10fb2b..ec6238909e6 100644 --- a/libhsail-rt/include/internal/fibers.h +++ b/libhsail-rt/include/internal/fibers.h @@ -1,5 +1,5 @@ /* fibers.h -- an extremely simple lightweight thread (fiber) implementation - Copyright (C) 2015-2020 Free Software Foundation, Inc. + Copyright (C) 2015-2021 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> for General Processor Tech. diff --git a/libhsail-rt/include/internal/phsa-queue-interface.h b/libhsail-rt/include/internal/phsa-queue-interface.h index 231e8836415..9b7c4cfd41d 100644 --- a/libhsail-rt/include/internal/phsa-queue-interface.h +++ b/libhsail-rt/include/internal/phsa-queue-interface.h @@ -2,7 +2,7 @@ representation of a user mode queue to be used with the phsa/gccbrig implementation. - Copyright (C) 2015-2020 Free Software Foundation, Inc. + Copyright (C) 2015-2021 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> for General Processor Tech. diff --git a/libhsail-rt/include/internal/phsa-rt.h b/libhsail-rt/include/internal/phsa-rt.h index 5b538109b48..c3a33f2ff58 100644 --- a/libhsail-rt/include/internal/phsa-rt.h +++ b/libhsail-rt/include/internal/phsa-rt.h @@ -1,7 +1,7 @@ /* phsa-rt.h -- Data structures and functions of the PHSA device side runtime scheduler, and HSAIL built-ins. - Copyright (C) 2015-2020 Free Software Foundation, Inc. + Copyright (C) 2015-2021 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> for General Processor Tech. diff --git a/libhsail-rt/include/internal/workitems.h b/libhsail-rt/include/internal/workitems.h index 4199ff5e55b..a919b0a61e3 100644 --- a/libhsail-rt/include/internal/workitems.h +++ b/libhsail-rt/include/internal/workitems.h @@ -1,7 +1,7 @@ /* workitems.h -- Types for context data passed as hidden parameters to special built-ins. - Copyright (C) 2015-2020 Free Software Foundation, Inc. + Copyright (C) 2015-2021 Free Software Foundation, Inc. Contributed by Pekka Jaaskelainen <pekka.jaaskelainen@parmance.com> for General Processor Tech. |