From d66c8c4ac7f0f7342236880f15d58d5faf5f4bda Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 12 Jan 2022 22:15:58 +0100 Subject: [PATCH] Updated copyright headers. --- LICENSE | 2 +- clutter/ground_clutter.cpp | 2 +- clutter/ground_clutter.h | 2 +- clutter/ground_clutter_foliage.cpp | 2 +- clutter/ground_clutter_foliage.h | 2 +- editor/prop_editor_plugin.cpp | 2 +- editor/prop_editor_plugin.h | 2 +- jobs/prop_mesher_job_step.cpp | 2 +- jobs/prop_mesher_job_step.h | 2 +- jobs/prop_texture_job.cpp | 2 +- jobs/prop_texture_job.h | 2 +- lights/prop_light.cpp | 2 +- lights/prop_light.h | 2 +- material_cache/prop_material_cache.cpp | 2 +- material_cache/prop_material_cache.h | 2 +- material_cache/prop_material_cache_pcm.cpp | 2 +- material_cache/prop_material_cache_pcm.h | 2 +- prop_ess_entity.h | 2 +- prop_instance.h | 2 +- prop_instance_job.cpp | 2 +- prop_instance_job.h | 2 +- prop_instance_merger.h | 2 +- prop_instance_prop_job.cpp | 2 +- prop_instance_prop_job.h | 2 +- prop_mesher.cpp | 2 +- prop_mesher.h | 2 +- prop_scene_instance.h | 2 +- props/prop_data.cpp | 2 +- props/prop_data.h | 2 +- props/prop_data_entry.cpp | 2 +- props/prop_data_entry.h | 2 +- props/prop_data_light.cpp | 2 +- props/prop_data_light.h | 2 +- props/prop_data_portal.cpp | 2 +- props/prop_data_portal.h | 2 +- props/prop_data_prop.cpp | 2 +- props/prop_data_prop.h | 2 +- props/prop_data_scene.cpp | 2 +- props/prop_data_scene.h | 2 +- props/prop_data_tiled_wall.cpp | 2 +- props/prop_data_tiled_wall.h | 2 +- register_types.cpp | 2 +- register_types.h | 2 +- singleton/prop_cache.cpp | 2 +- singleton/prop_cache.h | 2 +- singleton/prop_utils.cpp | 2 +- singleton/prop_utils.h | 2 +- tiled_wall/tiled_wall.h | 2 +- tiled_wall/tiled_wall_data.cpp | 2 +- tiled_wall/tiled_wall_data.h | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/LICENSE b/LICENSE index dfbc805..01f5bc2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/clutter/ground_clutter.cpp b/clutter/ground_clutter.cpp index a31e7e5..ef7e590 100644 --- a/clutter/ground_clutter.cpp +++ b/clutter/ground_clutter.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/clutter/ground_clutter.h b/clutter/ground_clutter.h index 107280a..981c6ca 100644 --- a/clutter/ground_clutter.h +++ b/clutter/ground_clutter.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/clutter/ground_clutter_foliage.cpp b/clutter/ground_clutter_foliage.cpp index 756a6ac..2f399f1 100644 --- a/clutter/ground_clutter_foliage.cpp +++ b/clutter/ground_clutter_foliage.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/clutter/ground_clutter_foliage.h b/clutter/ground_clutter_foliage.h index 99377b5..a92f24c 100644 --- a/clutter/ground_clutter_foliage.h +++ b/clutter/ground_clutter_foliage.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/editor/prop_editor_plugin.cpp b/editor/prop_editor_plugin.cpp index 1b3b478..21519d9 100644 --- a/editor/prop_editor_plugin.cpp +++ b/editor/prop_editor_plugin.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/editor/prop_editor_plugin.h b/editor/prop_editor_plugin.h index 058d2b4..f764755 100644 --- a/editor/prop_editor_plugin.h +++ b/editor/prop_editor_plugin.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/jobs/prop_mesher_job_step.cpp b/jobs/prop_mesher_job_step.cpp index 240439b..20d69fd 100644 --- a/jobs/prop_mesher_job_step.cpp +++ b/jobs/prop_mesher_job_step.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/jobs/prop_mesher_job_step.h b/jobs/prop_mesher_job_step.h index d772a2d..4ed5791 100644 --- a/jobs/prop_mesher_job_step.h +++ b/jobs/prop_mesher_job_step.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/jobs/prop_texture_job.cpp b/jobs/prop_texture_job.cpp index 1021190..5444bc9 100644 --- a/jobs/prop_texture_job.cpp +++ b/jobs/prop_texture_job.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/jobs/prop_texture_job.h b/jobs/prop_texture_job.h index 95c3208..526a28d 100644 --- a/jobs/prop_texture_job.h +++ b/jobs/prop_texture_job.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lights/prop_light.cpp b/lights/prop_light.cpp index a8079d1..8957798 100644 --- a/lights/prop_light.cpp +++ b/lights/prop_light.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lights/prop_light.h b/lights/prop_light.h index 2266170..0778d4f 100644 --- a/lights/prop_light.h +++ b/lights/prop_light.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/material_cache/prop_material_cache.cpp b/material_cache/prop_material_cache.cpp index 270beff..c5a7f94 100644 --- a/material_cache/prop_material_cache.cpp +++ b/material_cache/prop_material_cache.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/material_cache/prop_material_cache.h b/material_cache/prop_material_cache.h index f748412..77c175e 100644 --- a/material_cache/prop_material_cache.h +++ b/material_cache/prop_material_cache.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/material_cache/prop_material_cache_pcm.cpp b/material_cache/prop_material_cache_pcm.cpp index 83225d8..2dbb909 100644 --- a/material_cache/prop_material_cache_pcm.cpp +++ b/material_cache/prop_material_cache_pcm.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/material_cache/prop_material_cache_pcm.h b/material_cache/prop_material_cache_pcm.h index 0b5fbcd..f11e763 100644 --- a/material_cache/prop_material_cache_pcm.h +++ b/material_cache/prop_material_cache_pcm.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_ess_entity.h b/prop_ess_entity.h index 05d147f..f703a20 100644 --- a/prop_ess_entity.h +++ b/prop_ess_entity.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_instance.h b/prop_instance.h index 95c2f28..8ce49bb 100644 --- a/prop_instance.h +++ b/prop_instance.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_instance_job.cpp b/prop_instance_job.cpp index 67af8f8..fe2af45 100644 --- a/prop_instance_job.cpp +++ b/prop_instance_job.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_instance_job.h b/prop_instance_job.h index 050c606..65d66b5 100644 --- a/prop_instance_job.h +++ b/prop_instance_job.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_instance_merger.h b/prop_instance_merger.h index 0465a93..a0c85ce 100644 --- a/prop_instance_merger.h +++ b/prop_instance_merger.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_instance_prop_job.cpp b/prop_instance_prop_job.cpp index 012c786..bd4ed00 100644 --- a/prop_instance_prop_job.cpp +++ b/prop_instance_prop_job.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_instance_prop_job.h b/prop_instance_prop_job.h index d67191d..ba94c68 100644 --- a/prop_instance_prop_job.h +++ b/prop_instance_prop_job.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_mesher.cpp b/prop_mesher.cpp index 0827b06..739e7ec 100644 --- a/prop_mesher.cpp +++ b/prop_mesher.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_mesher.h b/prop_mesher.h index 5472fb5..9cfb41f 100644 --- a/prop_mesher.h +++ b/prop_mesher.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prop_scene_instance.h b/prop_scene_instance.h index 6c22107..6c862c1 100644 --- a/prop_scene_instance.h +++ b/prop_scene_instance.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data.cpp b/props/prop_data.cpp index 9a4b5f9..7015e11 100644 --- a/props/prop_data.cpp +++ b/props/prop_data.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data.h b/props/prop_data.h index 0d1beb2..82e4fa8 100644 --- a/props/prop_data.h +++ b/props/prop_data.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_entry.cpp b/props/prop_data_entry.cpp index 0d30d75..3843361 100644 --- a/props/prop_data_entry.cpp +++ b/props/prop_data_entry.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_entry.h b/props/prop_data_entry.h index 88329b6..0521d77 100644 --- a/props/prop_data_entry.h +++ b/props/prop_data_entry.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_light.cpp b/props/prop_data_light.cpp index 7988b5e..e2b61e7 100644 --- a/props/prop_data_light.cpp +++ b/props/prop_data_light.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_light.h b/props/prop_data_light.h index a2b58f4..bbd3588 100644 --- a/props/prop_data_light.h +++ b/props/prop_data_light.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_portal.cpp b/props/prop_data_portal.cpp index bf1de23..538d13d 100644 --- a/props/prop_data_portal.cpp +++ b/props/prop_data_portal.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_portal.h b/props/prop_data_portal.h index e705575..66469ea 100644 --- a/props/prop_data_portal.h +++ b/props/prop_data_portal.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_prop.cpp b/props/prop_data_prop.cpp index 4b78616..10317b8 100644 --- a/props/prop_data_prop.cpp +++ b/props/prop_data_prop.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_prop.h b/props/prop_data_prop.h index 7d70c54..66be634 100644 --- a/props/prop_data_prop.h +++ b/props/prop_data_prop.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_scene.cpp b/props/prop_data_scene.cpp index 8b11c09..ea814d9 100644 --- a/props/prop_data_scene.cpp +++ b/props/prop_data_scene.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_scene.h b/props/prop_data_scene.h index 0fd1747..69dd410 100644 --- a/props/prop_data_scene.h +++ b/props/prop_data_scene.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_tiled_wall.cpp b/props/prop_data_tiled_wall.cpp index 3a1908e..71fd130 100644 --- a/props/prop_data_tiled_wall.cpp +++ b/props/prop_data_tiled_wall.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/props/prop_data_tiled_wall.h b/props/prop_data_tiled_wall.h index b0ca182..8e5137d 100644 --- a/props/prop_data_tiled_wall.h +++ b/props/prop_data_tiled_wall.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/register_types.cpp b/register_types.cpp index 234b90c..6946433 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/register_types.h b/register_types.h index 535839d..3bb73f8 100644 --- a/register_types.h +++ b/register_types.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/singleton/prop_cache.cpp b/singleton/prop_cache.cpp index 482559a..49d38e8 100644 --- a/singleton/prop_cache.cpp +++ b/singleton/prop_cache.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/singleton/prop_cache.h b/singleton/prop_cache.h index e588c91..15529e6 100644 --- a/singleton/prop_cache.h +++ b/singleton/prop_cache.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/singleton/prop_utils.cpp b/singleton/prop_utils.cpp index dffa3bc..26f5c81 100644 --- a/singleton/prop_utils.cpp +++ b/singleton/prop_utils.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/singleton/prop_utils.h b/singleton/prop_utils.h index 6fb147f..32dcc54 100644 --- a/singleton/prop_utils.h +++ b/singleton/prop_utils.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tiled_wall/tiled_wall.h b/tiled_wall/tiled_wall.h index 375f358..5e54962 100644 --- a/tiled_wall/tiled_wall.h +++ b/tiled_wall/tiled_wall.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2020 Péter Magyar +Copyright (c) 2020-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tiled_wall/tiled_wall_data.cpp b/tiled_wall/tiled_wall_data.cpp index c54bd20..31a7be6 100644 --- a/tiled_wall/tiled_wall_data.cpp +++ b/tiled_wall/tiled_wall_data.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tiled_wall/tiled_wall_data.h b/tiled_wall/tiled_wall_data.h index 002a603..eeeb422 100644 --- a/tiled_wall/tiled_wall_data.h +++ b/tiled_wall/tiled_wall_data.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2019-2021 Péter Magyar +Copyright (c) 2019-2022 Péter Magyar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal