From e614273279c115a3fd67af9f2631d3d3fcebf7e6 Mon Sep 17 00:00:00 2001 From: Vahid Tavanashad Date: Fri, 18 Apr 2025 10:50:21 -0700 Subject: [PATCH] change copyright year from year range to starting year --- LICENSE.txt | 2 +- mkl_fft/__init__.py | 2 +- mkl_fft/_float_utils.py | 2 +- mkl_fft/_numpy_fft.py | 2 +- mkl_fft/_pydfti.pyx | 2 +- mkl_fft/_scipy_fft.py | 2 +- mkl_fft/interfaces/__init__.py | 2 +- mkl_fft/interfaces/numpy_fft.py | 2 +- mkl_fft/interfaces/scipy_fft.py | 2 +- mkl_fft/src/mklfft.c.src | 2 +- mkl_fft/src/mklfft.h | 2 +- mkl_fft/src/multi_iter.h | 2 +- mkl_fft/tests/test_fft1d.py | 2 +- mkl_fft/tests/test_fftnd.py | 2 +- mkl_fft/tests/test_interfaces.py | 2 +- setup.py | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 485211e6..f0eb281f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2017-2025, Intel Corporation +Copyright (c) 2017, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/__init__.py b/mkl_fft/__init__.py index 604e5fb7..ccf08e51 100644 --- a/mkl_fft/__init__.py +++ b/mkl_fft/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_float_utils.py b/mkl_fft/_float_utils.py index a9cf7fe9..cdfb4d62 100644 --- a/mkl_fft/_float_utils.py +++ b/mkl_fft/_float_utils.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_numpy_fft.py b/mkl_fft/_numpy_fft.py index de4d846e..fe7a4c61 100644 --- a/mkl_fft/_numpy_fft.py +++ b/mkl_fft/_numpy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_pydfti.pyx b/mkl_fft/_pydfti.pyx index 1f262d9f..3f81f6eb 100644 --- a/mkl_fft/_pydfti.pyx +++ b/mkl_fft/_pydfti.pyx @@ -1,5 +1,5 @@ # cython: language_level=3 -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/_scipy_fft.py b/mkl_fft/_scipy_fft.py index 789f5406..24eece5d 100644 --- a/mkl_fft/_scipy_fft.py +++ b/mkl_fft/_scipy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/interfaces/__init__.py b/mkl_fft/interfaces/__init__.py index 5dd8f772..6056350a 100644 --- a/mkl_fft/interfaces/__init__.py +++ b/mkl_fft/interfaces/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/interfaces/numpy_fft.py b/mkl_fft/interfaces/numpy_fft.py index c1c5f449..4dd420f9 100644 --- a/mkl_fft/interfaces/numpy_fft.py +++ b/mkl_fft/interfaces/numpy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/interfaces/scipy_fft.py b/mkl_fft/interfaces/scipy_fft.py index 80f9368a..a4dd6155 100644 --- a/mkl_fft/interfaces/scipy_fft.py +++ b/mkl_fft/interfaces/scipy_fft.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/src/mklfft.c.src b/mkl_fft/src/mklfft.c.src index 0ff9c4c4..47f7cf35 100644 --- a/mkl_fft/src/mklfft.c.src +++ b/mkl_fft/src/mklfft.c.src @@ -1,5 +1,5 @@ /* - Copyright (c) 2017-2025, Intel Corporation + Copyright (c) 2017, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/src/mklfft.h b/mkl_fft/src/mklfft.h index 6fa5c554..c5c6834f 100644 --- a/mkl_fft/src/mklfft.h +++ b/mkl_fft/src/mklfft.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2017-2025, Intel Corporation + Copyright (c) 2017, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/src/multi_iter.h b/mkl_fft/src/multi_iter.h index b83421ea..6a95b437 100644 --- a/mkl_fft/src/multi_iter.h +++ b/mkl_fft/src/multi_iter.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2017-2025, Intel Corporation + Copyright (c) 2017, Intel Corporation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/tests/test_fft1d.py b/mkl_fft/tests/test_fft1d.py index 8de86827..1e6fcc94 100644 --- a/mkl_fft/tests/test_fft1d.py +++ b/mkl_fft/tests/test_fft1d.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/tests/test_fftnd.py b/mkl_fft/tests/test_fftnd.py index 8f83236b..9f32c954 100644 --- a/mkl_fft/tests/test_fftnd.py +++ b/mkl_fft/tests/test_fftnd.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/mkl_fft/tests/test_interfaces.py b/mkl_fft/tests/test_interfaces.py index ba45557a..c91affae 100644 --- a/mkl_fft/tests/test_interfaces.py +++ b/mkl_fft/tests/test_interfaces.py @@ -1,4 +1,4 @@ -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/setup.py b/setup.py index 9ca40fcb..667fc88e 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2017-2025, Intel Corporation +# Copyright (c) 2017, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: