Skip to content

Commit 00db67f

Browse files
committed
SPDX-ify copyright headers in tests/
Replace freeform 'Copyright © YEAR Tim Case <timbielawa@gmail.com>' with 'SPDX-FileCopyrightText: YEAR[-2026] Tim Case <bitmath@lnx.cx>' across all 26 test files, matching the format already applied to bitmath/__init__.py. Year ranges preserved from original headers.
1 parent baf5407 commit 00db67f

26 files changed

Lines changed: 26 additions & 26 deletions

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_basic_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_best_prefix_BASE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_best_prefix_NIST.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_best_prefix_SI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_bitwise_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_context_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_context_manager_thread_safe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2026 Tim Case <bitmath@lnx.cx>
5+
# SPDX-FileCopyrightText: 2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

tests/test_file_size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: MIT
33
# The MIT License (MIT)
44
#
5-
# Copyright © 2014 Tim Case <timbielawa@gmail.com>
5+
# SPDX-FileCopyrightText: 2014-2026 Tim Case <bitmath@lnx.cx>
66
#
77
# Permission is hereby granted, free of charge, to any person
88
# obtaining a copy of this software and associated documentation files

0 commit comments

Comments
 (0)