From 059676a563d4c0742a4b571500670706d87d8f0c Mon Sep 17 00:00:00 2001 From: Tim Kaune <tim.kaune@gmx.de> Date: Thu, 20 Mar 2025 11:07:12 +0100 Subject: [PATCH] Update copyright notice --- CMakeLists.txt | 2 +- LICENSE | 2 +- README.md | 2 +- cmake/HandlePolicies.cmake | 2 +- cmake/ParseTBDMacros.cmake | 2 +- src/CMakeLists.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 856ff87..a5c6f2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ MIT License CMake build script for the Accelerate LAPACKE project -Copyright (c) 2024 Tim Kaune +Copyright (c) 2025 Tim Kaune 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/LICENSE b/LICENSE index 2dbd33a..3a4881d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Tim Kaune +Copyright (c) 2025 Tim Kaune 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/README.md b/README.md index 79ceee2..dffb921 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ MIT License CMake build script for the Accelerate LAPACKE project -Copyright (c) 2024 Tim Kaune +Copyright (c) 2025 Tim Kaune 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/cmake/HandlePolicies.cmake b/cmake/HandlePolicies.cmake index c4df677..64b72ba 100644 --- a/cmake/HandlePolicies.cmake +++ b/cmake/HandlePolicies.cmake @@ -2,7 +2,7 @@ MIT License CMake build script for the Accelerate LAPACKE project -Copyright (c) 2024 Tim Kaune +Copyright (c) 2025 Tim Kaune 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/cmake/ParseTBDMacros.cmake b/cmake/ParseTBDMacros.cmake index 5940688..f4b1b31 100644 --- a/cmake/ParseTBDMacros.cmake +++ b/cmake/ParseTBDMacros.cmake @@ -2,7 +2,7 @@ MIT License CMake build script for the Accelerate LAPACKE project -Copyright (c) 2024 Tim Kaune +Copyright (c) 2025 Tim Kaune 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/src/CMakeLists.txt b/src/CMakeLists.txt index 1dfaa72..0edc6d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,7 +2,7 @@ MIT License CMake build script for the Accelerate LAPACKE project -Copyright (c) 2024 Tim Kaune +Copyright (c) 2025 Tim Kaune Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal -- GitLab