change copyright year from year range to starting year#166
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the copyright header in multiple files by changing the year range (2017-2025) to a single starting year (2017) to better reflect the licensing period.
- Updated the copyright notice in setup.py
- Updated the copyright notice in test files and source header files
- Ensured consistency of the header update across all affected files
Reviewed Changes
Copilot reviewed 13 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Updated copyright header to single starting year |
| mkl_fft/tests/test_interfaces.py | Updated copyright header to single starting year |
| mkl_fft/tests/test_fftnd.py | Updated copyright header to single starting year |
| mkl_fft/tests/test_fft1d.py | Updated copyright header to single starting year |
| mkl_fft/src/multi_iter.h | Updated copyright header to single starting year |
| mkl_fft/src/mklfft.h | Updated copyright header to single starting year |
| mkl_fft/interfaces/scipy_fft.py | Updated copyright header to single starting year |
| mkl_fft/interfaces/numpy_fft.py | Updated copyright header to single starting year |
| mkl_fft/interfaces/init.py | Updated copyright header to single starting year |
| mkl_fft/_scipy_fft.py | Updated copyright header to single starting year |
| mkl_fft/_numpy_fft.py | Updated copyright header to single starting year |
| mkl_fft/_float_utils.py | Updated copyright header to single starting year |
| mkl_fft/init.py | Updated copyright header to single starting year |
Files not reviewed (3)
- LICENSE.txt: Language not supported
- mkl_fft/_pydfti.pyx: Language not supported
- mkl_fft/src/mklfft.c.src: Language not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.