From 82570be64e20d58b087d44377bf34950b0739d7f Mon Sep 17 00:00:00 2001 From: Beatriz Navidad Vilches Date: Wed, 8 May 2024 06:12:56 +0000 Subject: [PATCH] Update copyrights --- Libraries/rocSPARSE/level_2/CMakeLists.txt | 2 +- Libraries/rocSPARSE/level_2/Makefile | 2 +- Libraries/rocSPARSE/level_2/csritsv/CMakeLists.txt | 2 +- Libraries/rocSPARSE/level_2/csritsv/Makefile | 2 +- Libraries/rocSPARSE/level_2/csritsv/main.cpp | 2 +- Libraries/rocSPARSE/level_2/spitsv/CMakeLists.txt | 2 +- Libraries/rocSPARSE/level_2/spitsv/Makefile | 2 +- Libraries/rocSPARSE/level_2/spitsv/main.cpp | 2 +- Libraries/rocSPARSE/preconditioner/CMakeLists.txt | 2 +- Libraries/rocSPARSE/preconditioner/Makefile | 2 +- Libraries/rocSPARSE/preconditioner/gpsv/CMakeLists.txt | 2 +- Libraries/rocSPARSE/preconditioner/gpsv/Makefile | 2 +- Libraries/rocSPARSE/preconditioner/gpsv/main.cpp | 2 +- Libraries/rocSPARSE/preconditioner/gtsv/CMakeLists.txt | 2 +- Libraries/rocSPARSE/preconditioner/gtsv/Makefile | 2 +- Libraries/rocSPARSE/preconditioner/gtsv/main.cpp | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Libraries/rocSPARSE/level_2/CMakeLists.txt b/Libraries/rocSPARSE/level_2/CMakeLists.txt index 8bd4c76ba..e44a93bf7 100644 --- a/Libraries/rocSPARSE/level_2/CMakeLists.txt +++ b/Libraries/rocSPARSE/level_2/CMakeLists.txt @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/Makefile b/Libraries/rocSPARSE/level_2/Makefile index 05594640c..52981cd85 100644 --- a/Libraries/rocSPARSE/level_2/Makefile +++ b/Libraries/rocSPARSE/level_2/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/csritsv/CMakeLists.txt b/Libraries/rocSPARSE/level_2/csritsv/CMakeLists.txt index 4b8332c5a..adc3eddc3 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/CMakeLists.txt +++ b/Libraries/rocSPARSE/level_2/csritsv/CMakeLists.txt @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/csritsv/Makefile b/Libraries/rocSPARSE/level_2/csritsv/Makefile index 48c409576..c41fe5f7a 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/Makefile +++ b/Libraries/rocSPARSE/level_2/csritsv/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/csritsv/main.cpp b/Libraries/rocSPARSE/level_2/csritsv/main.cpp index 2657131d4..01e3e1529 100644 --- a/Libraries/rocSPARSE/level_2/csritsv/main.cpp +++ b/Libraries/rocSPARSE/level_2/csritsv/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/spitsv/CMakeLists.txt b/Libraries/rocSPARSE/level_2/spitsv/CMakeLists.txt index fb617ada7..777cae125 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/CMakeLists.txt +++ b/Libraries/rocSPARSE/level_2/spitsv/CMakeLists.txt @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/spitsv/Makefile b/Libraries/rocSPARSE/level_2/spitsv/Makefile index 7b045f1fe..596626694 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/Makefile +++ b/Libraries/rocSPARSE/level_2/spitsv/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/level_2/spitsv/main.cpp b/Libraries/rocSPARSE/level_2/spitsv/main.cpp index 0a651af78..fb0a45da4 100644 --- a/Libraries/rocSPARSE/level_2/spitsv/main.cpp +++ b/Libraries/rocSPARSE/level_2/spitsv/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/CMakeLists.txt b/Libraries/rocSPARSE/preconditioner/CMakeLists.txt index 30f14dc1d..409eae76e 100644 --- a/Libraries/rocSPARSE/preconditioner/CMakeLists.txt +++ b/Libraries/rocSPARSE/preconditioner/CMakeLists.txt @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/Makefile b/Libraries/rocSPARSE/preconditioner/Makefile index 73adb7f0b..acfbad627 100644 --- a/Libraries/rocSPARSE/preconditioner/Makefile +++ b/Libraries/rocSPARSE/preconditioner/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/CMakeLists.txt b/Libraries/rocSPARSE/preconditioner/gpsv/CMakeLists.txt index a13d9a7c9..e697c95e2 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/CMakeLists.txt +++ b/Libraries/rocSPARSE/preconditioner/gpsv/CMakeLists.txt @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/Makefile b/Libraries/rocSPARSE/preconditioner/gpsv/Makefile index 8d75dd702..c40f6ca91 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/Makefile +++ b/Libraries/rocSPARSE/preconditioner/gpsv/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/gpsv/main.cpp b/Libraries/rocSPARSE/preconditioner/gpsv/main.cpp index 7e5c9db66..2d7e74631 100644 --- a/Libraries/rocSPARSE/preconditioner/gpsv/main.cpp +++ b/Libraries/rocSPARSE/preconditioner/gpsv/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/CMakeLists.txt b/Libraries/rocSPARSE/preconditioner/gtsv/CMakeLists.txt index ff6fa7336..9cf908e68 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/CMakeLists.txt +++ b/Libraries/rocSPARSE/preconditioner/gtsv/CMakeLists.txt @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/Makefile b/Libraries/rocSPARSE/preconditioner/gtsv/Makefile index b8a69c708..e3b434649 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/Makefile +++ b/Libraries/rocSPARSE/preconditioner/gtsv/Makefile @@ -1,6 +1,6 @@ # MIT License # -# Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Libraries/rocSPARSE/preconditioner/gtsv/main.cpp b/Libraries/rocSPARSE/preconditioner/gtsv/main.cpp index fe40b80be..17fcd692e 100644 --- a/Libraries/rocSPARSE/preconditioner/gtsv/main.cpp +++ b/Libraries/rocSPARSE/preconditioner/gtsv/main.cpp @@ -1,6 +1,6 @@ // MIT License // -// Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved. +// Copyright (c) 2023-2024 Advanced Micro Devices, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal