From 47e089ca712f5b8ac71dd4b18a7f04bb6f4c7eeb Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 14 Apr 2025 16:08:47 -0700 Subject: [PATCH 1/2] Update copyright dates --- LICENSE.txt | 2 +- mkl_umath/__init__.py | 2 +- mkl_umath/generate_umath.py | 2 +- mkl_umath/src/_patch.pyx | 2 +- mkl_umath/src/blocking_utils.h | 2 +- mkl_umath/src/fast_loop_macros.h | 2 +- mkl_umath/src/mkl_umath_loops.c.src | 2 +- mkl_umath/src/mkl_umath_loops.h.src | 2 +- mkl_umath/src/ufuncsmodule.c | 2 +- mkl_umath/src/ufuncsmodule.h | 2 +- mkl_umath/tests/test_basic.py | 2 +- mkl_umath/ufunc_docstrings.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 669c0ee..aaba68f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2019-2021, Intel Corporation +Copyright (c) 2019-2025, 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_umath/__init__.py b/mkl_umath/__init__.py index 348ee4e..cb59809 100644 --- a/mkl_umath/__init__.py +++ b/mkl_umath/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2023, Intel Corporation +# Copyright (c) 2019-2025, 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_umath/generate_umath.py b/mkl_umath/generate_umath.py index e6609ab..2494ae5 100644 --- a/mkl_umath/generate_umath.py +++ b/mkl_umath/generate_umath.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2023, Intel Corporation +# Copyright (c) 2019-2025, 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_umath/src/_patch.pyx b/mkl_umath/src/_patch.pyx index fd78f8d..11b6d08 100644 --- a/mkl_umath/src/_patch.pyx +++ b/mkl_umath/src/_patch.pyx @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2021, Intel Corporation +# Copyright (c) 2019-2025, 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_umath/src/blocking_utils.h b/mkl_umath/src/blocking_utils.h index 9565bc0..32fa99c 100644 --- a/mkl_umath/src/blocking_utils.h +++ b/mkl_umath/src/blocking_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2021, Intel Corporation + * Copyright (c) 2019-2025, 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_umath/src/fast_loop_macros.h b/mkl_umath/src/fast_loop_macros.h index 12ef2e1..aeb6d66 100644 --- a/mkl_umath/src/fast_loop_macros.h +++ b/mkl_umath/src/fast_loop_macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2021, Intel Corporation + * Copyright (c) 2019-2025, 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_umath/src/mkl_umath_loops.c.src b/mkl_umath/src/mkl_umath_loops.c.src index a35f9c6..96db31a 100644 --- a/mkl_umath/src/mkl_umath_loops.c.src +++ b/mkl_umath/src/mkl_umath_loops.c.src @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, Intel Corporation + * Copyright (c) 2019-2025, 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_umath/src/mkl_umath_loops.h.src b/mkl_umath/src/mkl_umath_loops.h.src index c643c20..8b2e54f 100644 --- a/mkl_umath/src/mkl_umath_loops.h.src +++ b/mkl_umath/src/mkl_umath_loops.h.src @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2023, Intel Corporation + * Copyright (c) 2019-2025, 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_umath/src/ufuncsmodule.c b/mkl_umath/src/ufuncsmodule.c index 23899b8..9c04bc7 100644 --- a/mkl_umath/src/ufuncsmodule.c +++ b/mkl_umath/src/ufuncsmodule.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2021, Intel Corporation + * Copyright (c) 2019-2025, 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_umath/src/ufuncsmodule.h b/mkl_umath/src/ufuncsmodule.h index acb6bbd..17a3644 100644 --- a/mkl_umath/src/ufuncsmodule.h +++ b/mkl_umath/src/ufuncsmodule.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2021, Intel Corporation + * Copyright (c) 2019-2025, 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_umath/tests/test_basic.py b/mkl_umath/tests/test_basic.py index 88770a9..79d723a 100644 --- a/mkl_umath/tests/test_basic.py +++ b/mkl_umath/tests/test_basic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2023, Intel Corporation +# Copyright (c) 2019-2025, 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_umath/ufunc_docstrings.py b/mkl_umath/ufunc_docstrings.py index 79877e2..2fc46a6 100644 --- a/mkl_umath/ufunc_docstrings.py +++ b/mkl_umath/ufunc_docstrings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2023, Intel Corporation +# Copyright (c) 2019-2025, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: From f53a09bf25ec1f706e1eece8f8ff99961f4e0078 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Mon, 14 Apr 2025 16:18:01 -0700 Subject: [PATCH 2/2] Copyright years from year range to year of file creation --- LICENSE.txt | 2 +- mkl_umath/__init__.py | 2 +- mkl_umath/generate_umath.py | 2 +- mkl_umath/src/_patch.pyx | 2 +- mkl_umath/src/blocking_utils.h | 2 +- mkl_umath/src/fast_loop_macros.h | 2 +- mkl_umath/src/mkl_umath_loops.c.src | 2 +- mkl_umath/src/mkl_umath_loops.h.src | 2 +- mkl_umath/src/ufuncsmodule.c | 2 +- mkl_umath/src/ufuncsmodule.h | 2 +- mkl_umath/tests/test_basic.py | 2 +- mkl_umath/ufunc_docstrings.py | 2 +- setup.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index aaba68f..6bb7401 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2019-2025, Intel Corporation +Copyright (c) 2019, 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_umath/__init__.py b/mkl_umath/__init__.py index cb59809..8838e8f 100644 --- a/mkl_umath/__init__.py +++ b/mkl_umath/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025, Intel Corporation +# Copyright (c) 2019, 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_umath/generate_umath.py b/mkl_umath/generate_umath.py index 2494ae5..78faa67 100644 --- a/mkl_umath/generate_umath.py +++ b/mkl_umath/generate_umath.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025, Intel Corporation +# Copyright (c) 2019, 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_umath/src/_patch.pyx b/mkl_umath/src/_patch.pyx index 11b6d08..74dcec3 100644 --- a/mkl_umath/src/_patch.pyx +++ b/mkl_umath/src/_patch.pyx @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025, Intel Corporation +# Copyright (c) 2019, 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_umath/src/blocking_utils.h b/mkl_umath/src/blocking_utils.h index 32fa99c..4acd31b 100644 --- a/mkl_umath/src/blocking_utils.h +++ b/mkl_umath/src/blocking_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2025, Intel Corporation + * Copyright (c) 2019, 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_umath/src/fast_loop_macros.h b/mkl_umath/src/fast_loop_macros.h index aeb6d66..ea5130c 100644 --- a/mkl_umath/src/fast_loop_macros.h +++ b/mkl_umath/src/fast_loop_macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2025, Intel Corporation + * Copyright (c) 2019, 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_umath/src/mkl_umath_loops.c.src b/mkl_umath/src/mkl_umath_loops.c.src index 96db31a..baa34a2 100644 --- a/mkl_umath/src/mkl_umath_loops.c.src +++ b/mkl_umath/src/mkl_umath_loops.c.src @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2025, Intel Corporation + * Copyright (c) 2019, 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_umath/src/mkl_umath_loops.h.src b/mkl_umath/src/mkl_umath_loops.h.src index 8b2e54f..a3c65ff 100644 --- a/mkl_umath/src/mkl_umath_loops.h.src +++ b/mkl_umath/src/mkl_umath_loops.h.src @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2025, Intel Corporation + * Copyright (c) 2019, 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_umath/src/ufuncsmodule.c b/mkl_umath/src/ufuncsmodule.c index 9c04bc7..a74725f 100644 --- a/mkl_umath/src/ufuncsmodule.c +++ b/mkl_umath/src/ufuncsmodule.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2025, Intel Corporation + * Copyright (c) 2019, 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_umath/src/ufuncsmodule.h b/mkl_umath/src/ufuncsmodule.h index 17a3644..accef8e 100644 --- a/mkl_umath/src/ufuncsmodule.h +++ b/mkl_umath/src/ufuncsmodule.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2025, Intel Corporation + * Copyright (c) 2019, 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_umath/tests/test_basic.py b/mkl_umath/tests/test_basic.py index 79d723a..ada96d9 100644 --- a/mkl_umath/tests/test_basic.py +++ b/mkl_umath/tests/test_basic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025, Intel Corporation +# Copyright (c) 2019, 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_umath/ufunc_docstrings.py b/mkl_umath/ufunc_docstrings.py index 2fc46a6..8268348 100644 --- a/mkl_umath/ufunc_docstrings.py +++ b/mkl_umath/ufunc_docstrings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025, Intel Corporation +# Copyright (c) 2019, 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 fb126ee..f13b348 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2025, Intel Corporation +# Copyright (c) 2019, Intel Corporation # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: