From 6297bbe931b6be271b67d6cd84ed575002652cb0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Nov 2023 15:42:52 +1100 Subject: [PATCH] License headers: attribute copyright to "Blender Authors" See #110784, it seems that merging functionality reintroduced the old convention. --- source/blender/animrig/ANIM_armature_iter.hh | 2 +- source/blender/animrig/ANIM_bone_collections.hh | 2 +- source/blender/animrig/ANIM_bonecolor.hh | 2 +- source/blender/animrig/ANIM_fcurve.hh | 2 +- source/blender/animrig/ANIM_keyframing.hh | 2 +- source/blender/animrig/ANIM_rna.hh | 2 +- source/blender/animrig/ANIM_visualkey.hh | 2 +- source/blender/animrig/intern/anim_rna.cc | 2 +- source/blender/animrig/intern/bonecolor.cc | 2 +- source/blender/animrig/intern/fcurve.cc | 2 +- source/blender/animrig/intern/keyframing.cc | 2 +- source/blender/animrig/intern/keyframing_auto.cc | 2 +- source/blender/animrig/intern/visualkey.cc | 2 +- source/blender/blenkernel/intern/bake_items_paths.cc | 2 +- source/blender/blenlib/intern/bit_ref.cc | 2 +- source/blender/blenlib/intern/cpp_type.cc | 2 +- source/blender/blenlib/intern/hash_tables.cc | 2 +- source/blender/blenlib/intern/index_range.cc | 2 +- source/blender/blenlib/intern/math_basis_types.cc | 2 +- source/blender/blenlib/intern/string_ref.cc | 2 +- source/blender/blenlib/intern/vector.cc | 2 +- source/blender/blenlib/intern/virtual_array.cc | 2 +- .../COM_KuwaharaAnisotropicStructureTensorOperation.cc | 2 +- .../COM_KuwaharaAnisotropicStructureTensorOperation.h | 2 +- .../compositor/operations/COM_SummedAreaTableOperation.cc | 2 +- .../compositor/operations/COM_SummedAreaTableOperation.h | 2 +- .../tests/COM_ComputeSummedAreaTableOperation_test.cc | 2 +- .../blender/editors/grease_pencil/intern/grease_pencil_geom.cc | 2 +- .../blender/editors/grease_pencil/intern/grease_pencil_utils.cc | 2 +- .../editors/interface/interface_template_node_tree_interface.cc | 2 +- .../editors/space_outliner/tree/tree_element_linked_object.cc | 2 +- .../editors/space_outliner/tree/tree_element_linked_object.hh | 2 +- .../editors/space_outliner/tree/tree_element_modifier.cc | 2 +- .../editors/space_outliner/tree/tree_element_modifier.hh | 2 +- source/blender/makesrna/intern/rna_node_tree_interface.cc | 2 +- .../nodes/function/nodes/node_fn_axis_angle_to_rotation.cc | 2 +- .../blender/nodes/function/nodes/node_fn_euler_to_rotation.cc | 2 +- source/blender/nodes/function/nodes/node_fn_invert_rotation.cc | 2 +- .../nodes/function/nodes/node_fn_quaternion_to_rotation.cc | 2 +- source/blender/nodes/function/nodes/node_fn_rotate_vector.cc | 2 +- .../nodes/function/nodes/node_fn_rotation_to_axis_angle.cc | 2 +- .../blender/nodes/function/nodes/node_fn_rotation_to_euler.cc | 2 +- .../nodes/function/nodes/node_fn_rotation_to_quaternion.cc | 2 +- .../blender/nodes/geometry/nodes/node_geo_points_to_curves.cc | 2 +- source/blender/nodes/shader/materialx/group_nodes.cc | 2 +- source/blender/nodes/shader/materialx/group_nodes.h | 2 +- source/blender/nodes/shader/materialx/material.cc | 2 +- source/blender/nodes/shader/materialx/material.h | 2 +- source/blender/nodes/shader/materialx/node_item.cc | 2 +- source/blender/nodes/shader/materialx/node_item.h | 2 +- source/blender/nodes/shader/materialx/node_parser.cc | 2 +- source/blender/nodes/shader/materialx/node_parser.h | 2 +- tests/python/bl_node_group_compat.py | 2 +- tests/python/bl_node_group_interface.py | 2 +- tests/python/compositor_realtime_render_tests.py | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/source/blender/animrig/ANIM_armature_iter.hh b/source/blender/animrig/ANIM_armature_iter.hh index 48030f872f2..53288c11388 100644 --- a/source/blender/animrig/ANIM_armature_iter.hh +++ b/source/blender/animrig/ANIM_armature_iter.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/ANIM_bone_collections.hh b/source/blender/animrig/ANIM_bone_collections.hh index 57bae41aa58..144670240fc 100644 --- a/source/blender/animrig/ANIM_bone_collections.hh +++ b/source/blender/animrig/ANIM_bone_collections.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/ANIM_bonecolor.hh b/source/blender/animrig/ANIM_bonecolor.hh index ba3ddf9140a..c440196e5f5 100644 --- a/source/blender/animrig/ANIM_bonecolor.hh +++ b/source/blender/animrig/ANIM_bonecolor.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/ANIM_fcurve.hh b/source/blender/animrig/ANIM_fcurve.hh index 057702c1de2..0122fc959db 100644 --- a/source/blender/animrig/ANIM_fcurve.hh +++ b/source/blender/animrig/ANIM_fcurve.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/ANIM_keyframing.hh b/source/blender/animrig/ANIM_keyframing.hh index b38b2f85f2d..10f003f5204 100644 --- a/source/blender/animrig/ANIM_keyframing.hh +++ b/source/blender/animrig/ANIM_keyframing.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/ANIM_rna.hh b/source/blender/animrig/ANIM_rna.hh index 335d14b19ff..831b2bad1ba 100644 --- a/source/blender/animrig/ANIM_rna.hh +++ b/source/blender/animrig/ANIM_rna.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/ANIM_visualkey.hh b/source/blender/animrig/ANIM_visualkey.hh index 5332a4fa7a6..cd3083441ce 100644 --- a/source/blender/animrig/ANIM_visualkey.hh +++ b/source/blender/animrig/ANIM_visualkey.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/intern/anim_rna.cc b/source/blender/animrig/intern/anim_rna.cc index 8214a2cfe16..2b0b8176550 100644 --- a/source/blender/animrig/intern/anim_rna.cc +++ b/source/blender/animrig/intern/anim_rna.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/intern/bonecolor.cc b/source/blender/animrig/intern/bonecolor.cc index 196d7e6ba40..d0e29b39681 100644 --- a/source/blender/animrig/intern/bonecolor.cc +++ b/source/blender/animrig/intern/bonecolor.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/intern/fcurve.cc b/source/blender/animrig/intern/fcurve.cc index b1c1131fd0a..04c7e579907 100644 --- a/source/blender/animrig/intern/fcurve.cc +++ b/source/blender/animrig/intern/fcurve.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/intern/keyframing.cc b/source/blender/animrig/intern/keyframing.cc index 8cc3ad36710..c5352861e62 100644 --- a/source/blender/animrig/intern/keyframing.cc +++ b/source/blender/animrig/intern/keyframing.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/intern/keyframing_auto.cc b/source/blender/animrig/intern/keyframing_auto.cc index 9382ad3260f..12b0e0e34d8 100644 --- a/source/blender/animrig/intern/keyframing_auto.cc +++ b/source/blender/animrig/intern/keyframing_auto.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/animrig/intern/visualkey.cc b/source/blender/animrig/intern/visualkey.cc index ffa62af292e..13a7823a679 100644 --- a/source/blender/animrig/intern/visualkey.cc +++ b/source/blender/animrig/intern/visualkey.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenkernel/intern/bake_items_paths.cc b/source/blender/blenkernel/intern/bake_items_paths.cc index 6945dacebfc..4f7d38dd752 100644 --- a/source/blender/blenkernel/intern/bake_items_paths.cc +++ b/source/blender/blenkernel/intern/bake_items_paths.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/bit_ref.cc b/source/blender/blenlib/intern/bit_ref.cc index b6bc02dfd7d..c9572477a68 100644 --- a/source/blender/blenlib/intern/bit_ref.cc +++ b/source/blender/blenlib/intern/bit_ref.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/cpp_type.cc b/source/blender/blenlib/intern/cpp_type.cc index ee17924bc05..7d590a8a663 100644 --- a/source/blender/blenlib/intern/cpp_type.cc +++ b/source/blender/blenlib/intern/cpp_type.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/hash_tables.cc b/source/blender/blenlib/intern/hash_tables.cc index f0c36eab60e..a0760c42e3f 100644 --- a/source/blender/blenlib/intern/hash_tables.cc +++ b/source/blender/blenlib/intern/hash_tables.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/index_range.cc b/source/blender/blenlib/intern/index_range.cc index 559f4fd6797..315a14e2790 100644 --- a/source/blender/blenlib/intern/index_range.cc +++ b/source/blender/blenlib/intern/index_range.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/math_basis_types.cc b/source/blender/blenlib/intern/math_basis_types.cc index a3e6422d1c4..d99e4aba2a6 100644 --- a/source/blender/blenlib/intern/math_basis_types.cc +++ b/source/blender/blenlib/intern/math_basis_types.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/string_ref.cc b/source/blender/blenlib/intern/string_ref.cc index 1e466753c68..5c26361d0e0 100644 --- a/source/blender/blenlib/intern/string_ref.cc +++ b/source/blender/blenlib/intern/string_ref.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/vector.cc b/source/blender/blenlib/intern/vector.cc index e17dcb5c77a..47c2667a8d0 100644 --- a/source/blender/blenlib/intern/vector.cc +++ b/source/blender/blenlib/intern/vector.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/blenlib/intern/virtual_array.cc b/source/blender/blenlib/intern/virtual_array.cc index 75bc5d71664..c935a7a1b67 100644 --- a/source/blender/blenlib/intern/virtual_array.cc +++ b/source/blender/blenlib/intern/virtual_array.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.cc b/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.cc index bd54a2b062d..66be7a256b3 100644 --- a/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.cc +++ b/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.h b/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.h index 5e35c06b8ac..2a76cfd3e7e 100644 --- a/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.h +++ b/source/blender/compositor/operations/COM_KuwaharaAnisotropicStructureTensorOperation.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/compositor/operations/COM_SummedAreaTableOperation.cc b/source/blender/compositor/operations/COM_SummedAreaTableOperation.cc index 8dca4e293bb..4b7b03cbe84 100644 --- a/source/blender/compositor/operations/COM_SummedAreaTableOperation.cc +++ b/source/blender/compositor/operations/COM_SummedAreaTableOperation.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/compositor/operations/COM_SummedAreaTableOperation.h b/source/blender/compositor/operations/COM_SummedAreaTableOperation.h index 05d1bba0461..e4766a56740 100644 --- a/source/blender/compositor/operations/COM_SummedAreaTableOperation.h +++ b/source/blender/compositor/operations/COM_SummedAreaTableOperation.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/compositor/tests/COM_ComputeSummedAreaTableOperation_test.cc b/source/blender/compositor/tests/COM_ComputeSummedAreaTableOperation_test.cc index 415fb908fb4..986a340e240 100644 --- a/source/blender/compositor/tests/COM_ComputeSummedAreaTableOperation_test.cc +++ b/source/blender/compositor/tests/COM_ComputeSummedAreaTableOperation_test.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_geom.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_geom.cc index 6e219be13bb..2e1ee0f2c8f 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_geom.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_geom.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc b/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc index c599d329742..fc96a5b83ad 100644 --- a/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc +++ b/source/blender/editors/grease_pencil/intern/grease_pencil_utils.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/interface/interface_template_node_tree_interface.cc b/source/blender/editors/interface/interface_template_node_tree_interface.cc index 32551388f5d..d5ef7d3fc5f 100644 --- a/source/blender/editors/interface/interface_template_node_tree_interface.cc +++ b/source/blender/editors/interface/interface_template_node_tree_interface.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/space_outliner/tree/tree_element_linked_object.cc b/source/blender/editors/space_outliner/tree/tree_element_linked_object.cc index 83b51b82356..036f7b62b83 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_linked_object.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_linked_object.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/space_outliner/tree/tree_element_linked_object.hh b/source/blender/editors/space_outliner/tree/tree_element_linked_object.hh index 6128aa1f32f..0eac37d1ade 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_linked_object.hh +++ b/source/blender/editors/space_outliner/tree/tree_element_linked_object.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/space_outliner/tree/tree_element_modifier.cc b/source/blender/editors/space_outliner/tree/tree_element_modifier.cc index 6f4b74ec953..234aa98df29 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_modifier.cc +++ b/source/blender/editors/space_outliner/tree/tree_element_modifier.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/editors/space_outliner/tree/tree_element_modifier.hh b/source/blender/editors/space_outliner/tree/tree_element_modifier.hh index 4183b7bf921..1b2be7206e8 100644 --- a/source/blender/editors/space_outliner/tree/tree_element_modifier.hh +++ b/source/blender/editors/space_outliner/tree/tree_element_modifier.hh @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/makesrna/intern/rna_node_tree_interface.cc b/source/blender/makesrna/intern/rna_node_tree_interface.cc index a124f475292..18fedf45d80 100644 --- a/source/blender/makesrna/intern/rna_node_tree_interface.cc +++ b/source/blender/makesrna/intern/rna_node_tree_interface.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_axis_angle_to_rotation.cc b/source/blender/nodes/function/nodes/node_fn_axis_angle_to_rotation.cc index 08bc7aa270c..fd56f847f2d 100644 --- a/source/blender/nodes/function/nodes/node_fn_axis_angle_to_rotation.cc +++ b/source/blender/nodes/function/nodes/node_fn_axis_angle_to_rotation.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_euler_to_rotation.cc b/source/blender/nodes/function/nodes/node_fn_euler_to_rotation.cc index ff6768342d3..8636b079bff 100644 --- a/source/blender/nodes/function/nodes/node_fn_euler_to_rotation.cc +++ b/source/blender/nodes/function/nodes/node_fn_euler_to_rotation.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_invert_rotation.cc b/source/blender/nodes/function/nodes/node_fn_invert_rotation.cc index bdcd236146e..36b8e3ac700 100644 --- a/source/blender/nodes/function/nodes/node_fn_invert_rotation.cc +++ b/source/blender/nodes/function/nodes/node_fn_invert_rotation.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_quaternion_to_rotation.cc b/source/blender/nodes/function/nodes/node_fn_quaternion_to_rotation.cc index 15c492de796..113180d646c 100644 --- a/source/blender/nodes/function/nodes/node_fn_quaternion_to_rotation.cc +++ b/source/blender/nodes/function/nodes/node_fn_quaternion_to_rotation.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_rotate_vector.cc b/source/blender/nodes/function/nodes/node_fn_rotate_vector.cc index d86bbbaf73a..15d6b47f0fa 100644 --- a/source/blender/nodes/function/nodes/node_fn_rotate_vector.cc +++ b/source/blender/nodes/function/nodes/node_fn_rotate_vector.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_rotation_to_axis_angle.cc b/source/blender/nodes/function/nodes/node_fn_rotation_to_axis_angle.cc index adffb7f2154..529130785ab 100644 --- a/source/blender/nodes/function/nodes/node_fn_rotation_to_axis_angle.cc +++ b/source/blender/nodes/function/nodes/node_fn_rotation_to_axis_angle.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_rotation_to_euler.cc b/source/blender/nodes/function/nodes/node_fn_rotation_to_euler.cc index d47230ddaf9..7c6938f3db9 100644 --- a/source/blender/nodes/function/nodes/node_fn_rotation_to_euler.cc +++ b/source/blender/nodes/function/nodes/node_fn_rotation_to_euler.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/function/nodes/node_fn_rotation_to_quaternion.cc b/source/blender/nodes/function/nodes/node_fn_rotation_to_quaternion.cc index be381f6b40a..399d773ca1e 100644 --- a/source/blender/nodes/function/nodes/node_fn_rotation_to_quaternion.cc +++ b/source/blender/nodes/function/nodes/node_fn_rotation_to_quaternion.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/geometry/nodes/node_geo_points_to_curves.cc b/source/blender/nodes/geometry/nodes/node_geo_points_to_curves.cc index b422db14a29..97fe596f92b 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_points_to_curves.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_points_to_curves.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2023 Blender Foundation +/* SPDX-FileCopyrightText: 2023 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/group_nodes.cc b/source/blender/nodes/shader/materialx/group_nodes.cc index 4fbeefc4ce5..81ba769001e 100644 --- a/source/blender/nodes/shader/materialx/group_nodes.cc +++ b/source/blender/nodes/shader/materialx/group_nodes.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/group_nodes.h b/source/blender/nodes/shader/materialx/group_nodes.h index 983ab5f1062..56e747464b3 100644 --- a/source/blender/nodes/shader/materialx/group_nodes.h +++ b/source/blender/nodes/shader/materialx/group_nodes.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/material.cc b/source/blender/nodes/shader/materialx/material.cc index 5339289e21b..4f4358ed137 100644 --- a/source/blender/nodes/shader/materialx/material.cc +++ b/source/blender/nodes/shader/materialx/material.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/material.h b/source/blender/nodes/shader/materialx/material.h index d0a4a7e6a31..7c62d4fe361 100644 --- a/source/blender/nodes/shader/materialx/material.h +++ b/source/blender/nodes/shader/materialx/material.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/node_item.cc b/source/blender/nodes/shader/materialx/node_item.cc index d2468cff770..959fae20a04 100644 --- a/source/blender/nodes/shader/materialx/node_item.cc +++ b/source/blender/nodes/shader/materialx/node_item.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/node_item.h b/source/blender/nodes/shader/materialx/node_item.h index f392a42666d..f6a98366d73 100644 --- a/source/blender/nodes/shader/materialx/node_item.h +++ b/source/blender/nodes/shader/materialx/node_item.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/node_parser.cc b/source/blender/nodes/shader/materialx/node_parser.cc index e1313b770d6..2f8628270da 100644 --- a/source/blender/nodes/shader/materialx/node_parser.cc +++ b/source/blender/nodes/shader/materialx/node_parser.cc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/source/blender/nodes/shader/materialx/node_parser.h b/source/blender/nodes/shader/materialx/node_parser.h index 87d860fe9d8..5f76b8caaf2 100644 --- a/source/blender/nodes/shader/materialx/node_parser.h +++ b/source/blender/nodes/shader/materialx/node_parser.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation +/* SPDX-FileCopyrightText: 2011-2022 Blender Authors * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/python/bl_node_group_compat.py b/tests/python/bl_node_group_compat.py index 7138ac621f5..3e3002618e8 100644 --- a/tests/python/bl_node_group_compat.py +++ b/tests/python/bl_node_group_compat.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021-2023 Blender Foundation +# SPDX-FileCopyrightText: 2021-2023 Blender Authors # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/python/bl_node_group_interface.py b/tests/python/bl_node_group_interface.py index 61beed4b444..7f5582507c8 100644 --- a/tests/python/bl_node_group_interface.py +++ b/tests/python/bl_node_group_interface.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021-2023 Blender Foundation +# SPDX-FileCopyrightText: 2021-2023 Blender Authors # # SPDX-License-Identifier: GPL-2.0-or-later diff --git a/tests/python/compositor_realtime_render_tests.py b/tests/python/compositor_realtime_render_tests.py index 946cac753ac..11d92e6bd84 100644 --- a/tests/python/compositor_realtime_render_tests.py +++ b/tests/python/compositor_realtime_render_tests.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: 2015-2023 Blender Foundation +# SPDX-FileCopyrightText: 2015-2023 Blender Authors # # SPDX-License-Identifier: Apache-2.0