|
78 | 78 | Replace the contents of the file with the data below: |
79 | 79 |
|
80 | 80 | ```python |
81 | | -# Copyright 2024 Khalil Estell |
| 81 | +# Copyright 2024 - 2025 Khalil Estell and the libhal contributors |
82 | 82 | # |
83 | 83 | # Licensed under the Apache License, Version 2.0 (the "License"); |
84 | 84 | # you may not use this file except in compliance with the License. |
@@ -147,7 +147,7 @@ are now automatically linked against your library when you use |
147 | 147 | Replace it with this, update `__device__` to the correct library name: |
148 | 148 |
|
149 | 149 | ```cmake |
150 | | -# Copyright 2024 Khalil Estell |
| 150 | +# Copyright 2024 - 2025 Khalil Estell and the libhal contributors |
151 | 151 | # |
152 | 152 | # Licensed under the Apache License, Version 2.0 (the "License"); |
153 | 153 | # you may not use this file except in compliance with the License. |
@@ -177,7 +177,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE libhal::__device__) |
177 | 177 | Replace it with this: |
178 | 178 |
|
179 | 179 | ```python |
180 | | -# Copyright 2024 Khalil Estell |
| 180 | +# Copyright 2024 - 2025 Khalil Estell and the libhal contributors |
181 | 181 | # |
182 | 182 | # Licensed under the Apache License, Version 2.0 (the "License"); |
183 | 183 | # you may not use this file except in compliance with the License. |
@@ -209,7 +209,7 @@ class TestPackageConan(ConanFile): |
209 | 209 | Replace it with the following: |
210 | 210 |
|
211 | 211 | ```python |
212 | | -# Copyright 2024 Khalil Estell |
| 212 | +# Copyright 2024 - 2025 Khalil Estell and the libhal contributors |
213 | 213 | # |
214 | 214 | # Licensed under the Apache License, Version 2.0 (the "License"); |
215 | 215 | # you may not use this file except in compliance with the License. |
@@ -246,7 +246,7 @@ class demos(ConanFile): |
246 | 246 | ## (6) Replace `demos/CMakeLists.txt` |
247 | 247 |
|
248 | 248 | ```cmake |
249 | | -# Copyright 2024 Khalil Estell |
| 249 | +# Copyright 2024 - 2025 Khalil Estell and the libhal contributors |
250 | 250 | # |
251 | 251 | # Licensed under the Apache License, Version 2.0 (the "License"); |
252 | 252 | # you may not use this file except in compliance with the License. |
|
0 commit comments