diff --git a/example/src/forward_renderer.cpp b/example/src/forward_renderer.cpp index ce0211e..41bc2e6 100644 --- a/example/src/forward_renderer.cpp +++ b/example/src/forward_renderer.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/example/src/forward_renderer.h b/example/src/forward_renderer.h index 333cdd1..c33cf7f 100644 --- a/example/src/forward_renderer.h +++ b/example/src/forward_renderer.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/audio.h b/include/cubez/audio.h index e8414bd..66a7701 100644 --- a/include/cubez/audio.h +++ b/include/cubez/audio.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/common.h b/include/cubez/common.h index 0bd2e7e..447dad7 100644 --- a/include/cubez/common.h +++ b/include/cubez/common.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/cubez.h b/include/cubez/cubez.h index 5d3dbc9..2e232d4 100644 --- a/include/cubez/cubez.h +++ b/include/cubez/cubez.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/gui.h b/include/cubez/gui.h index 20e1e73..0c461f1 100644 --- a/include/cubez/gui.h +++ b/include/cubez/gui.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/input.h b/include/cubez/input.h index 300e77d..ef2c3a2 100644 --- a/include/cubez/input.h +++ b/include/cubez/input.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/log.h b/include/cubez/log.h index bb046a6..37d3f8a 100644 --- a/include/cubez/log.h +++ b/include/cubez/log.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/mesh.h b/include/cubez/mesh.h index c7e08e6..0fc5aa2 100644 --- a/include/cubez/mesh.h +++ b/include/cubez/mesh.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/render.h b/include/cubez/render.h index 596097e..6783360 100644 --- a/include/cubez/render.h +++ b/include/cubez/render.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/render_pipeline.h b/include/cubez/render_pipeline.h index 73b719c..4388bdb 100644 --- a/include/cubez/render_pipeline.h +++ b/include/cubez/render_pipeline.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/cubez/utils.h b/include/cubez/utils.h index d8d06f0..d37b48a 100644 --- a/include/cubez/utils.h +++ b/include/cubez/utils.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/audio.cpp b/src/audio.cpp index 2647e12..98bc051 100644 --- a/src/audio.cpp +++ b/src/audio.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/audio_internal.h b/src/audio_internal.h index 94b6ad7..273586a 100644 --- a/src/audio_internal.h +++ b/src/audio_internal.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/barrier.cpp b/src/barrier.cpp index 7a2793e..27a8979 100644 --- a/src/barrier.cpp +++ b/src/barrier.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/barrier.h b/src/barrier.h index 17a47ba..2ff42ff 100644 --- a/src/barrier.h +++ b/src/barrier.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/block_vector.h b/src/block_vector.h index 928782f..72c2e7a 100644 --- a/src/block_vector.h +++ b/src/block_vector.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/buddy_system_allocator.h b/src/buddy_system_allocator.h index e48e46d..3f0b85e 100644 --- a/src/buddy_system_allocator.h +++ b/src/buddy_system_allocator.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/byte_queue.h b/src/byte_queue.h index e078cb5..c1bceeb 100644 --- a/src/byte_queue.h +++ b/src/byte_queue.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/byte_vector.h b/src/byte_vector.h index f09c5b6..9d4bf55 100644 --- a/src/byte_vector.h +++ b/src/byte_vector.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/collision_utils.cpp b/src/collision_utils.cpp index 85c4561..a0bebad 100644 --- a/src/collision_utils.cpp +++ b/src/collision_utils.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/collision_utils.h b/src/collision_utils.h index f949678..74bb72b 100644 --- a/src/collision_utils.h +++ b/src/collision_utils.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/component.cpp b/src/component.cpp index 34f3a8d..7262640 100644 --- a/src/component.cpp +++ b/src/component.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/component.h b/src/component.h index 509409e..5ceb46b 100644 --- a/src/component.h +++ b/src/component.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/component_registry.cpp b/src/component_registry.cpp index bac2496..c08fd8a 100644 --- a/src/component_registry.cpp +++ b/src/component_registry.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/component_registry.h b/src/component_registry.h index 844d9f9..2976c36 100644 --- a/src/component_registry.h +++ b/src/component_registry.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/coro.cpp b/src/coro.cpp index 08de26b..c9042c8 100644 --- a/src/coro.cpp +++ b/src/coro.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/coro.h b/src/coro.h index f22bc23..2be4a83 100644 --- a/src/coro.h +++ b/src/coro.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/coro_scheduler.cpp b/src/coro_scheduler.cpp index ce5ce2a..950b1cb 100644 --- a/src/coro_scheduler.cpp +++ b/src/coro_scheduler.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/coro_scheduler.h b/src/coro_scheduler.h index 28f31c9..17fa844 100644 --- a/src/coro_scheduler.h +++ b/src/coro_scheduler.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ctxt.h b/src/ctxt.h index 8184f49..66d3c06 100644 --- a/src/ctxt.h +++ b/src/ctxt.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cubez.cpp b/src/cubez.cpp index 4996473..8271b2f 100644 --- a/src/cubez.cpp +++ b/src/cubez.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/defs.h b/src/defs.h index 5e9e047..08950e9 100644 --- a/src/defs.h +++ b/src/defs.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/entity_registry.cpp b/src/entity_registry.cpp index 4e25aee..166506d 100644 --- a/src/entity_registry.cpp +++ b/src/entity_registry.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/entity_registry.h b/src/entity_registry.h index 004a08f..caeff9a 100644 --- a/src/entity_registry.h +++ b/src/entity_registry.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/event.cpp b/src/event.cpp index 6566533..2ed0196 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/event.h b/src/event.h index 152654a..3c2a6c4 100644 --- a/src/event.h +++ b/src/event.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/event_registry.cpp b/src/event_registry.cpp index 34ea39f..dfb1da0 100644 --- a/src/event_registry.cpp +++ b/src/event_registry.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/event_registry.h b/src/event_registry.h index 9cb28ef..573adb6 100644 --- a/src/event_registry.h +++ b/src/event_registry.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/font_registry.cpp b/src/font_registry.cpp index 2119d7b..5e1a213 100644 --- a/src/font_registry.cpp +++ b/src/font_registry.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/font_registry.h b/src/font_registry.h index 28d13a2..38af254 100644 --- a/src/font_registry.h +++ b/src/font_registry.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/font_render.cpp b/src/font_render.cpp index 9df51c5..361c243 100644 --- a/src/font_render.cpp +++ b/src/font_render.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/font_render.h b/src/font_render.h index cb8822d..26405db 100644 --- a/src/font_render.h +++ b/src/font_render.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/game_state.cpp b/src/game_state.cpp index 8f406b4..2fd2d66 100644 --- a/src/game_state.cpp +++ b/src/game_state.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/game_state.h b/src/game_state.h index 4a2d9e3..7244207 100644 --- a/src/game_state.h +++ b/src/game_state.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/gui.cpp b/src/gui.cpp index 15de8dc..702b3df 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/gui_internal.h b/src/gui_internal.h index 59fec74..d586925 100644 --- a/src/gui_internal.h +++ b/src/gui_internal.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/input.cpp b/src/input.cpp index 7ce1434..c20e2c2 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/input_internal.h b/src/input_internal.h index 9229f4a..9a435b5 100644 --- a/src/input_internal.h +++ b/src/input_internal.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/instance_registry.cpp b/src/instance_registry.cpp index cbad7c3..46bc3f5 100644 --- a/src/instance_registry.cpp +++ b/src/instance_registry.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/instance_registry.h b/src/instance_registry.h index fcd6b87..ab556d0 100644 --- a/src/instance_registry.h +++ b/src/instance_registry.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/log.cpp b/src/log.cpp index 0aec478..1f77b61 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/log_internal.h b/src/log_internal.h index 6eef8d4..5d3b62a 100644 --- a/src/log_internal.h +++ b/src/log_internal.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mesh.cpp b/src/mesh.cpp index aeed25b..c876953 100644 --- a/src/mesh.cpp +++ b/src/mesh.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mesh_builder.cpp b/src/mesh_builder.cpp index 8f94a5b..44ecf4d 100644 --- a/src/mesh_builder.cpp +++ b/src/mesh_builder.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/mesh_builder.h b/src/mesh_builder.h index 4984de7..0c9bac3 100644 --- a/src/mesh_builder.h +++ b/src/mesh_builder.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/private_universe.cpp b/src/private_universe.cpp index be6daea..25a1f33 100644 --- a/src/private_universe.cpp +++ b/src/private_universe.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/private_universe.h b/src/private_universe.h index 90f2de4..656827c 100644 --- a/src/private_universe.h +++ b/src/private_universe.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/program_impl.cpp b/src/program_impl.cpp index d6a5409..9bb1794 100644 --- a/src/program_impl.cpp +++ b/src/program_impl.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/program_impl.h b/src/program_impl.h index 9c13187..e7d5389 100644 --- a/src/program_impl.h +++ b/src/program_impl.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/program_registry.cpp b/src/program_registry.cpp index a762c56..41eb547 100644 --- a/src/program_registry.cpp +++ b/src/program_registry.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/program_registry.h b/src/program_registry.h index 9a62908..003472d 100644 --- a/src/program_registry.h +++ b/src/program_registry.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/program_thread.cpp b/src/program_thread.cpp index f0fa386..7e7d6c7 100644 --- a/src/program_thread.cpp +++ b/src/program_thread.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/program_thread.h b/src/program_thread.h index 26468d0..d4b7121 100644 --- a/src/program_thread.h +++ b/src/program_thread.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/render.cpp b/src/render.cpp index 4635521..544d35a 100644 --- a/src/render.cpp +++ b/src/render.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/render_defs.h b/src/render_defs.h index 23a8258..65f99a9 100644 --- a/src/render_defs.h +++ b/src/render_defs.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/render_internal.h b/src/render_internal.h index 721f1a3..bb95f4b 100644 --- a/src/render_internal.h +++ b/src/render_internal.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/render_pipeline.cpp b/src/render_pipeline.cpp index 4cb02f5..14df3ac 100644 --- a/src/render_pipeline.cpp +++ b/src/render_pipeline.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shader.cpp b/src/shader.cpp index a999bf5..45fec57 100644 --- a/src/shader.cpp +++ b/src/shader.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/shader.h b/src/shader.h index 867fe48..2c6e8f1 100644 --- a/src/shader.h +++ b/src/shader.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/snapshot.cpp b/src/snapshot.cpp index 2789076..c412b29 100644 --- a/src/snapshot.cpp +++ b/src/snapshot.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/sparse_map.h b/src/sparse_map.h index d64a95c..e2d68eb 100644 --- a/src/sparse_map.h +++ b/src/sparse_map.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/sparse_set.h b/src/sparse_set.h index b0f9e3a..ad37ba3 100644 --- a/src/sparse_set.h +++ b/src/sparse_set.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/system_impl.cpp b/src/system_impl.cpp index 60015ed..71092eb 100644 --- a/src/system_impl.cpp +++ b/src/system_impl.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/system_impl.h b/src/system_impl.h index 96a4ccd..9fb4dd5 100644 --- a/src/system_impl.h +++ b/src/system_impl.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/task.cpp b/src/task.cpp index 914312f..b45f59d 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/task.h b/src/task.h index 1ee027b..2c41fbb 100644 --- a/src/task.h +++ b/src/task.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/tls.h b/src/tls.h index 43fd693..35fa6fe 100644 --- a/src/tls.h +++ b/src/tls.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/utils.cpp b/src/utils.cpp index 7d8b884..c1e4cb5 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/utils_internal.h b/src/utils_internal.h index bc62ff2..26d41eb 100644 --- a/src/utils_internal.h +++ b/src/utils_internal.h @@ -1,7 +1,7 @@ /** * Author: Samuel Rohde (rohde.samuel@cubez.io) * -* Copyright {2020} {Samuel Rohde} +* Copyright 2020 Samuel Rohde * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.