From 6606144884f3fceb351ae119bc3041b41a8a2346 Mon Sep 17 00:00:00 2001 From: STREGA Date: Fri, 17 Jan 2025 20:47:08 -0500 Subject: [PATCH] Update source headers --- Dependencies/Direct3D12/Common/Error.swift | 2 +- Dependencies/Direct3D12/Common/IUnknown.swift | 2 +- Dependencies/Direct3D12/Common/String+Convenience.swift | 2 +- .../Improvised/Enumerations/WindingDirection.swift | 2 +- .../Direct3D12/Improvised/Structures/D3DColor.swift | 2 +- Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/BLEND_OP.swift | 2 +- .../d3d12_h/Enumerations/BUFFER_SRV_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/BUFFER_UAV_FLAGS.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/CLEAR_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/COLOR_WRITE_ENABLE.swift | 2 +- .../d3d12_h/Enumerations/COMMAND_LIST_TYPE.swift | 2 +- .../d3d12_h/Enumerations/COMMAND_QUEUE_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/COMMAND_QUEUE_PRIORITY.swift | 2 +- .../d3d12_h/Enumerations/COMPARISON_FUNC.swift | 2 +- .../Enumerations/CONSERVATIVE_RASTERIZATION_MODE.swift | 2 +- .../d3d12_h/Enumerations/CPU_PAGE_PROPERTY.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/CULL_MODE.swift | 2 +- .../d3d12_h/Enumerations/DEPTH_WRITE_MASK.swift | 2 +- .../d3d12_h/Enumerations/DESCRIPTOR_HEAP_FLAGS.swift | 9 ++++----- .../d3d12_h/Enumerations/DESCRIPTOR_HEAP_TYPE.swift | 2 +- .../d3d12_h/Enumerations/DESCRIPTOR_RANGE_TYPE.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/DSV_DIMENSION.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/DSV_FLAGS.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/FEATURE.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/FENCE_FLAGS.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/FILL_MODE.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/FILTER.swift | 9 ++++----- .../Direct3D12/d3d12_h/Enumerations/HEAP_FLAGS.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/HEAP_TYPE.swift | 2 +- .../Enumerations/INDEX_BUFFER_STRIP_CUT_VALUE.swift | 2 +- .../d3d12_h/Enumerations/INDIRECT_ARGUMENT_TYPE.swift | 2 +- .../d3d12_h/Enumerations/INPUT_CLASSIFICATION.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/LOGIC_OP.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/MEMORY_POOL.swift | 2 +- .../d3d12_h/Enumerations/PIPELINE_STATE_FLAGS.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/PREDICATION_OP.swift | 2 +- .../d3d12_h/Enumerations/PRIMITIVE_TOPOLOGY_TYPE.swift | 2 +- .../d3d12_h/Enumerations/QUERY_HEAP_TYPE.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/QUERY_TYPE.swift | 2 +- .../d3d12_h/Enumerations/RESOURCE_BARRIER_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/RESOURCE_BARRIER_TYPE.swift | 2 +- .../d3d12_h/Enumerations/RESOURCE_DIMENSION.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/RESOURCE_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/RESOURCE_STATES.swift | 2 +- .../d3d12_h/Enumerations/ROOT_PARAMETER_TYPE.swift | 2 +- .../d3d12_h/Enumerations/ROOT_SIGNATURE_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/ROOT_SIGNATURE_VERSION.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/RTV_DIMENSION.swift | 2 +- .../d3d12_h/Enumerations/SHADER_COMPONENT_MAPPING.swift | 2 +- .../d3d12_h/Enumerations/SHADER_VISIBILITY.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/SRV_DIMENSION.swift | 2 +- .../d3d12_h/Enumerations/STATIC_BORDER_COLOR.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/STENCIL_OP.swift | 2 +- .../d3d12_h/Enumerations/TEXTURE_ADDRESS_MODE.swift | 2 +- .../d3d12_h/Enumerations/TEXTURE_COPY_TYPE.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/TEXTURE_LAYOUT.swift | 2 +- .../d3d12_h/Enumerations/TILE_COPY_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/TILE_MAPPING_FLAGS.swift | 2 +- .../d3d12_h/Enumerations/TILE_RANGE_FLAGS.swift | 2 +- .../Direct3D12/d3d12_h/Enumerations/UAV_DIMENSION.swift | 2 +- .../d3d12_h/Functions/D3D12SerializeRootSignature.swift | 2 +- .../d3d12_h/Interfaces/DXCommandAllocator.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXCommandList.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXCommandQueue.swift | 2 +- .../d3d12_h/Interfaces/DXCommandSignature.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXDescriptorHeap.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXDevice.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXDeviceChild.swift | 2 +- Dependencies/Direct3D12/d3d12_h/Interfaces/DXFence.swift | 2 +- .../d3d12_h/Interfaces/DXGraphicsCommandList.swift | 2 +- Dependencies/Direct3D12/d3d12_h/Interfaces/DXHeap.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXObject.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXPageable.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXPipelineState.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXQueryHeap.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXResource.swift | 2 +- .../Direct3D12/d3d12_h/Interfaces/DXRootSignature.swift | 2 +- .../d3d12_h/Interfaces/DXRootSignatureDeserializer.swift | 2 +- .../Direct3D12/d3d12_h/Structures/BLEND_DESC.swift | 2 +- Dependencies/Direct3D12/d3d12_h/Structures/BOX.swift | 2 +- .../Direct3D12/d3d12_h/Structures/BUFFER_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/BUFFER_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/BUFFER_UAV.swift | 2 +- .../d3d12_h/Structures/CACHED_PIPELINE_STATE.swift | 2 +- .../Direct3D12/d3d12_h/Structures/CLEAR_VALUE.swift | 2 +- .../d3d12_h/Structures/COMMAND_QUEUE_DESC.swift | 2 +- .../d3d12_h/Structures/COMMAND_SIGNATURE_DESC.swift | 2 +- .../d3d12_h/Structures/COMPUTE_PIPELINE_STATE_DESC.swift | 2 +- .../d3d12_h/Structures/CONSTANT_BUFFER_VIEW_DESC.swift | 2 +- .../d3d12_h/Structures/CPU_DESCRIPTOR_HANDLE.swift | 2 +- .../d3d12_h/Structures/DEPTH_STENCILOP_DESC.swift | 2 +- .../d3d12_h/Structures/DEPTH_STENCIL_DESC.swift | 2 +- .../d3d12_h/Structures/DEPTH_STENCIL_VALUE.swift | 2 +- .../d3d12_h/Structures/DEPTH_STENCIL_VIEW_DESC.swift | 2 +- .../d3d12_h/Structures/DESCRIPTOR_HEAP_DESC.swift | 2 +- .../Direct3D12/d3d12_h/Structures/DESCRIPTOR_RANGE.swift | 2 +- .../Direct3D12/d3d12_h/Structures/DISCARD_REGION.swift | 2 +- .../d3d12_h/Structures/GPU_DESCRIPTOR_HANDLE.swift | 2 +- .../d3d12_h/Structures/GPU_VIRTUAL_ADDRESS.swift | 2 +- .../Structures/GRAPHICS_PIPELINE_STATE_DESC.swift | 2 +- .../Direct3D12/d3d12_h/Structures/HEAP_DESC.swift | 2 +- .../Direct3D12/d3d12_h/Structures/HEAP_PROPERTIES.swift | 2 +- .../d3d12_h/Structures/INDEX_BUFFER_VIEW.swift | 2 +- .../d3d12_h/Structures/INDIRECT_ARGUMENT_DESC.swift | 2 +- .../d3d12_h/Structures/INPUT_ELEMENT_DESC.swift | 2 +- .../d3d12_h/Structures/INPUT_LAYOUT_DESC.swift | 2 +- .../Direct3D12/d3d12_h/Structures/PACKED_MIP_INFO.swift | 2 +- .../Structures/PLACED_SUBRESOURCE_FOOTPRINT.swift | 2 +- .../Direct3D12/d3d12_h/Structures/QUERY_HEAP_DESC.swift | 2 +- Dependencies/Direct3D12/d3d12_h/Structures/RANGE.swift | 2 +- .../Direct3D12/d3d12_h/Structures/RASTERIZER_DESC.swift | 2 +- .../d3d12_h/Structures/RAYT_ACC_STRUCT_SRV.swift | 2 +- Dependencies/Direct3D12/d3d12_h/Structures/RECT.swift | 2 +- .../d3d12_h/Structures/RENDER_TARGET_BLEND_DESC.swift | 2 +- .../d3d12_h/Structures/RENDER_TARGET_VIEW_DESC.swift | 2 +- .../d3d12_h/Structures/RESOURCE_ALIASING_BARRIER.swift | 2 +- .../d3d12_h/Structures/RESOURCE_ALLOCATION_INFO.swift | 2 +- .../Direct3D12/d3d12_h/Structures/RESOURCE_BARRIER.swift | 2 +- .../Direct3D12/d3d12_h/Structures/RESOURCE_DESC.swift | 2 +- .../d3d12_h/Structures/RESOURCE_TRANSITION_BARRIER.swift | 2 +- .../d3d12_h/Structures/RESOURCE_UAV_BARRIER.swift | 2 +- .../Direct3D12/d3d12_h/Structures/ROOT_CONSTANTS.swift | 2 +- .../Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR.swift | 2 +- .../d3d12_h/Structures/ROOT_DESCRIPTOR_TABLE.swift | 2 +- .../Direct3D12/d3d12_h/Structures/ROOT_PARAMETER.swift | 2 +- .../d3d12_h/Structures/ROOT_SIGNATURE_DESC.swift | 2 +- .../Direct3D12/d3d12_h/Structures/SAMPLER_DESC.swift | 2 +- .../Direct3D12/d3d12_h/Structures/SHADER_BYTECODE.swift | 2 +- .../d3d12_h/Structures/SHADER_RESOURCE_VIEW_DESC.swift | 2 +- .../d3d12_h/Structures/SO_DECLARATION_ENTRY.swift | 2 +- .../d3d12_h/Structures/STATIC_SAMPLER_DESC.swift | 2 +- .../d3d12_h/Structures/STREAM_OUTPUT_BUFFER_VIEW.swift | 2 +- .../d3d12_h/Structures/STREAM_OUTPUT_DESC.swift | 2 +- .../d3d12_h/Structures/SUBRESOURCE_FOOTPRINT.swift | 2 +- .../d3d12_h/Structures/SUBRESOURCE_TILING.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_DSV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_UAV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_DSV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX1D_UAV.swift | 2 +- .../d3d12_h/Structures/TEX2DMS_ARRAY_DSV.swift | 2 +- .../d3d12_h/Structures/TEX2DMS_ARRAY_RTV.swift | 2 +- .../d3d12_h/Structures/TEX2DMS_ARRAY_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2DMS_DSV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2DMS_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2DMS_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_DSV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_UAV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_DSV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX2D_UAV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX3D_RTV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX3D_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEX3D_UAV.swift | 2 +- .../d3d12_h/Structures/TEXCUBE_ARRAY_SRV.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TEXCUBE_SRV.swift | 2 +- .../d3d12_h/Structures/TEXTURE_COPY_LOCATION.swift | 2 +- .../d3d12_h/Structures/TILED_RESOURCE_COORDINATE.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TILE_REGION_SIZE.swift | 2 +- .../Direct3D12/d3d12_h/Structures/TILE_SHAPE.swift | 2 +- .../d3d12_h/Structures/UNORDERED_ACCESS_VIEW_DESC.swift | 2 +- .../d3d12_h/Structures/VERTEX_BUFFER_VIEW.swift | 2 +- .../Direct3D12/d3d12_h/Structures/VIEWPORT.swift | 2 +- .../Enumerations/D3DMessageSeverity.swift | 2 +- .../d3d12sdklayers_h/Interfaces/D3DDebug.swift | 2 +- .../d3d12sdklayers_h/Interfaces/D3DInfoQueue.swift | 2 +- .../d3d12sdklayers_h/Structures/D3DMessage.swift | 2 +- .../d3dcommon_h/Enumerations/FEATURE_LEVEL.swift | 2 +- .../d3dcommon_h/Enumerations/PRIMITIVE_TOPOLOGY.swift | 2 +- .../Direct3D12/d3dcommon_h/Interfaces/ID3DBlob.swift | 2 +- .../d3dcompiler_h/Functions/CompileFromFile.swift | 2 +- .../d3dcompiler_h/Functions/CompileFromSource.swift | 2 +- .../dxgi1_2_h/Enumerations/DXGI_ALPHA_MODE.swift | 2 +- .../Direct3D12/dxgi1_2_h/Enumerations/DXGI_SCALING.swift | 2 +- .../dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_DESC1.swift | 2 +- .../Structures/DXGI_SWAP_CHAIN_FULLSCREEN_DESC.swift | 2 +- .../dxgi_h/Enumerations/DXGI_MODE_SCALING.swift | 2 +- .../dxgi_h/Enumerations/DXGI_MODE_SCANLINE_ORDER.swift | 2 +- .../Direct3D12/dxgi_h/Enumerations/DXGI_PRESENT.swift | 2 +- .../dxgi_h/Enumerations/DXGI_SWAP_CHAIN_FLAG.swift | 2 +- .../dxgi_h/Enumerations/DXGI_SWAP_EFFECT.swift | 2 +- .../Direct3D12/dxgi_h/Enumerations/DXGI_USAGE.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIAdapter.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIDevice.swift | 2 +- .../dxgi_h/Interfaces/IDXGIDeviceSubObject.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIFactory.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIFactory1.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIFactory2.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIFactory3.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIFactory4.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIObject.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGIOutput.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGISwapChain.swift | 2 +- .../Direct3D12/dxgi_h/Interfaces/IDXGISwapChain1.swift | 2 +- .../dxgi_h/Structures/DXGI_PRESENT_PARAMETERS.swift | 2 +- .../Direct3D12/dxgi_h/Structures/DXGI_RATIONAL.swift | 2 +- .../dxgicommon_h/Structures/DXGI_SAMPLE_DESC.swift | 2 +- .../dxgiformat_h/Enumerations/DXGI_FORMAT.swift | 2 +- .../OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift | 2 +- .../OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift | 2 +- .../OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift | 2 +- .../OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift | 2 +- .../OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift | 2 +- .../Platforms/Unsupported/Unsupported.swift | 2 +- .../Platforms/Windows/OpenGLWindows.swift | 2 +- Dependencies/XAudio/XAudio2/Common/Error.swift | 2 +- Dependencies/XAudio/XAudio2/Common/IUnknown.swift | 2 +- .../XAudio/XAudio2/Common/String+Convenience.swift | 2 +- .../UTI Source/UTI/AppDelegate.swift | 2 +- .../2D Colliders/AxisAlignedBoundingBox2D.swift | 2 +- .../2D Physics/2D Colliders/BoundingCircle2D.swift | 2 +- .../2D Physics/2D Colliders/BoundingEllipsoid2D.swift | 2 +- .../2D Types/2D Physics/2D Colliders/Collider2D.swift | 2 +- Sources/GameMath/2D Types/2D Physics/Line2D.swift | 2 +- Sources/GameMath/2D Types/2D Physics/Ray2D.swift | 2 +- Sources/GameMath/2D Types/2D Physics/Rect+Physics.swift | 2 +- Sources/GameMath/2D Types/Circle.swift | 2 +- Sources/GameMath/2D Types/Direction2.swift | 2 +- Sources/GameMath/2D Types/Insets.swift | 2 +- Sources/GameMath/2D Types/Position2.swift | 2 +- Sources/GameMath/2D Types/Rect.swift | 2 +- Sources/GameMath/2D Types/Size2.swift | 2 +- Sources/GameMath/2D Types/Transform2.swift | 2 +- Sources/GameMath/2D Types/Vector2.swift | 2 +- .../3D Colliders/AxisAlignedBoundingBox3D.swift | 2 +- .../3D Physics/3D Colliders/BoundingEllipsoid3D.swift | 2 +- .../3D Physics/3D Colliders/BoundingSphere3D.swift | 2 +- .../3D Types/3D Physics/3D Colliders/Collider3D.swift | 2 +- .../3D Physics/3D Colliders/CollisionTriangle.swift | 2 +- .../3D Types/3D Physics/3D Colliders/MeshCollider.swift | 2 +- .../3D Physics/3D Colliders/OrientedBoundingBox3D.swift | 2 +- Sources/GameMath/3D Types/3D Physics/Line3D.swift | 2 +- Sources/GameMath/3D Types/3D Physics/Plane3D.swift | 2 +- Sources/GameMath/3D Types/3D Physics/Ray3D.swift | 2 +- Sources/GameMath/3D Types/3D Physics/ViewFrustum3D.swift | 2 +- Sources/GameMath/3D Types/Direction3.swift | 2 +- Sources/GameMath/3D Types/Matrix3x3.swift | 2 +- Sources/GameMath/3D Types/Matrix4x4.swift | 2 +- Sources/GameMath/3D Types/Position3.swift | 2 +- Sources/GameMath/3D Types/Quaternion.swift | 2 +- Sources/GameMath/3D Types/Size3.swift | 2 +- Sources/GameMath/3D Types/Transform3.swift | 2 +- Sources/GameMath/3D Types/Vector3.swift | 2 +- Sources/GameMath/BitStream.swift | 2 +- Sources/GameMath/CardinalDirection.swift | 2 +- Sources/GameMath/Color.swift | 2 +- Sources/GameMath/Degrees & Radians.swift | 2 +- Sources/GameMath/FastInverseSquareRoot.swift | 2 +- Sources/GameMath/GameMath.swift | 2 +- Sources/GameMath/Interpolation.swift | 2 +- Sources/GameMath/PlatformSpecific/CoreGraphics.swift | 2 +- Sources/GameMath/PlatformSpecific/Win32.swift | 2 +- Sources/GameMath/Vector4.swift | 2 +- .../ECS/2D Specific/Physics/Collision2DComponent.swift | 2 +- .../ECS/2D Specific/Physics/Collision2DSystem.swift | 2 +- .../ECS/2D Specific/Physics/Physics2DComponent.swift | 2 +- .../ECS/2D Specific/Physics/Physics2DSystem.swift | 2 +- .../ECS/2D Specific/Physics/QuadtreeComponent.swift | 2 +- .../ECS/2D Specific/Sprite/SpriteComponent.swift | 2 +- .../GateEngine/ECS/2D Specific/Sprite/SpriteSystem.swift | 2 +- .../ECS/2D Specific/TileMap/TileMapComponent.swift | 2 +- .../ECS/2D Specific/TileMap/TileMapSystem.swift | 2 +- .../GateEngine/ECS/2D Specific/Transform2Component.swift | 2 +- .../ECS/3D Specific/Billboard/BillboardComponent.swift | 2 +- .../ECS/3D Specific/Billboard/BillboardSystem.swift | 2 +- Sources/GateEngine/ECS/3D Specific/CameraComponent.swift | 2 +- .../GateEngine/ECS/3D Specific/MaterialComponent.swift | 2 +- .../ObjectAnimation/ObjectAnimation3DComponent.swift | 2 +- .../ObjectAnimation/ObjectAnimation3DSystem.swift | 2 +- .../ECS/3D Specific/Physics/Collision3DComponent.swift | 2 +- .../ECS/3D Specific/Physics/Collision3DSystem.swift | 2 +- .../ECS/3D Specific/Physics/OctreeComponent.swift | 2 +- .../ECS/3D Specific/Physics/Physics3DComponent.swift | 2 +- .../ECS/3D Specific/Physics/Physics3DSystem.swift | 2 +- .../ECS/3D Specific/RenderingGeometryComponent.swift | 2 +- .../GateEngine/ECS/3D Specific/Rig/Rig3DComponent.swift | 2 +- Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift | 2 +- .../GateEngine/ECS/3D Specific/Transform3Component.swift | 2 +- Sources/GateEngine/ECS/Base/Component.swift | 2 +- Sources/GateEngine/ECS/Base/ECSContext.swift | 2 +- Sources/GateEngine/ECS/Base/Entity.swift | 2 +- Sources/GateEngine/ECS/Base/Performance.swift | 2 +- Sources/GateEngine/ECS/Base/PlatformSystem.swift | 2 +- Sources/GateEngine/ECS/Base/RenderingSystem.swift | 2 +- Sources/GateEngine/ECS/Base/SortOrder.swift | 2 +- Sources/GateEngine/ECS/Base/System.swift | 2 +- .../FinalizeSimulation/FinalizeSimulationSystem.swift | 4 ++-- .../ECS/FinalizeSimulation/MaxQuantityComponent.swift | 4 ++-- .../FinalizeSimulation/ParentRelationshipComponent.swift | 4 ++-- .../ECS/FinalizeSimulation/TimedDeathComponent.swift | 4 ++-- Sources/GateEngine/ECS/PerformanceRenderingSystem.swift | 2 +- Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift | 2 +- Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift | 2 +- .../ECS/PlatformSystems/DeferredDelaySystem.swift | 2 +- Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift | 2 +- Sources/GateEngine/ECS/StandardRenderingSystem.swift | 2 +- Sources/GateEngine/ECS/StateMachine/StateMachine.swift | 2 +- .../ECS/StateMachine/StateMachineComponent.swift | 2 +- .../GateEngine/ECS/StateMachine/StateMachineSystem.swift | 2 +- Sources/GateEngine/ECS/TimeScaleComponent.swift | 2 +- Sources/GateEngine/Game.swift | 2 +- Sources/GateEngine/GameDelegate.swift | 2 +- Sources/GateEngine/GateEngine.swift | 2 +- Sources/GateEngine/Helpers/IDGenerator.swift | 2 +- Sources/GateEngine/Physics/Octree.swift | 2 +- Sources/GateEngine/Physics/Quadtree.swift | 2 +- Sources/GateEngine/Physics/RawGeometry+Extensions.swift | 2 +- Sources/GateEngine/Physics/SkinCollider.swift | 2 +- .../Resources/Animation/ObjectAnimation3D.swift | 2 +- Sources/GateEngine/Resources/Geometry/Geometry.swift | 2 +- Sources/GateEngine/Resources/Geometry/Lines.swift | 2 +- .../GateEngine/Resources/Geometry/MutableGeometry.swift | 2 +- Sources/GateEngine/Resources/Geometry/MutableLines.swift | 2 +- .../GateEngine/Resources/Geometry/MutablePoints.swift | 2 +- Sources/GateEngine/Resources/Geometry/Points.swift | 2 +- .../GateEngine/Resources/Geometry/Raw/RawGeometry.swift | 2 +- Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift | 2 +- .../GateEngine/Resources/Geometry/Raw/RawPoints.swift | 2 +- Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift | 2 +- Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift | 2 +- .../GateEngine/Resources/Geometry/SkinnedGeometry.swift | 2 +- .../Resources/Importers/ApplePlatformImageImporter.swift | 2 +- .../Resources/Importers/ApplePlatformModelImporter.swift | 2 +- .../Resources/Importers/GLTransmissionFormat.swift | 2 +- Sources/GateEngine/Resources/Importers/PNGImporter.swift | 2 +- .../Resources/Importers/TiledTMJImporter.swift | 2 +- .../Resources/Importers/TiledTSJImporter.swift | 2 +- .../GateEngine/Resources/Importers/WavefrontOBJ.swift | 2 +- Sources/GateEngine/Resources/Lights/Base/Light.swift | 2 +- .../GateEngine/Resources/Lights/DirectionalLight.swift | 2 +- Sources/GateEngine/Resources/Lights/PointLight.swift | 2 +- Sources/GateEngine/Resources/Lights/SpotLight.swift | 2 +- Sources/GateEngine/Resources/Paths.swift | 2 +- Sources/GateEngine/Resources/Resource.swift | 2 +- Sources/GateEngine/Resources/ResourceManager.swift | 2 +- .../Resources/Skinning/SkeletalAnimation.swift | 2 +- Sources/GateEngine/Resources/Skinning/Skeleton.swift | 2 +- Sources/GateEngine/Resources/Skinning/Skin.swift | 2 +- Sources/GateEngine/Resources/Sprites/Sprite.swift | 2 +- .../GateEngine/Resources/Sprites/SpriteAnimation.swift | 2 +- Sources/GateEngine/Resources/Sprites/SpriteSheet.swift | 2 +- .../GateEngine/Resources/Text/Backends/ImageFont.swift | 2 +- Sources/GateEngine/Resources/Text/Backends/TTFFont.swift | 2 +- Sources/GateEngine/Resources/Text/Font.swift | 2 +- Sources/GateEngine/Resources/Text/Text.swift | 2 +- Sources/GateEngine/Resources/Texture/Texture.swift | 2 +- Sources/GateEngine/Resources/Tiles/TileMap.swift | 2 +- Sources/GateEngine/Resources/Tiles/TileSet.swift | 2 +- Sources/GateEngine/SaveState.swift | 2 +- .../GateEngine/Scripting/Gravity/Gravity+Errors.swift | 2 +- Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift | 2 +- .../GateEngine/Scripting/Gravity/Gravity+Testing.swift | 2 +- Sources/GateEngine/Scripting/Gravity/Gravity.swift | 2 +- Sources/GateEngine/Scripting/Gravity/GravityClass.swift | 2 +- .../GateEngine/Scripting/Gravity/GravityClosure.swift | 2 +- .../GateEngine/Scripting/Gravity/GravityInstance.swift | 2 +- .../GateEngine/Scripting/Gravity/GravityProtocols.swift | 2 +- Sources/GateEngine/Scripting/Gravity/GravityValue.swift | 2 +- .../Scripting/Gravity/GravityValueConvertible.swift | 2 +- Sources/GateEngine/System/Audio/Music.swift | 2 +- .../System/Audio/Platforms/AudioFormats/VorbisFile.swift | 2 +- .../System/Audio/Platforms/AudioFormats/WaveFile.swift | 2 +- .../GateEngine/System/Audio/Platforms/AudioTypes.swift | 2 +- .../Backends/CoreAudio/3D/CAListenerReference.swift | 2 +- .../Backends/CoreAudio/3D/CASourceReference.swift | 2 +- .../Backends/CoreAudio/3D/CASpacialMixerReference.swift | 2 +- .../Platforms/Backends/CoreAudio/CABufferReference.swift | 2 +- .../Backends/CoreAudio/CAContextReference.swift | 2 +- .../CoreAudio/Soundtrack/CAAudioMixerReference.swift | 2 +- .../CoreAudio/Soundtrack/CAAudioTrackReference.swift | 2 +- .../Backends/OpenAL/3D/OAListenerReference.swift | 2 +- .../Platforms/Backends/OpenAL/3D/OASourceReference.swift | 2 +- .../Backends/OpenAL/3D/OASpacialMixerReference.swift | 2 +- .../Platforms/Backends/OpenAL/OABufferReference.swift | 2 +- .../Platforms/Backends/OpenAL/OAContextReference.swift | 2 +- .../OpenAL/Soundtrack/OAAudioMixerReference.swift | 2 +- .../OpenAL/Soundtrack/OAAudioTrackReference.swift | 2 +- .../Backends/OpenAL/_Backend/OpenALContext.swift | 2 +- .../Backends/OpenAL/_Backend/OpenALDevice.swift | 2 +- .../Platforms/Backends/OpenAL/_Backend/OpenALError.swift | 2 +- .../Backends/OpenAL/_Backend/OpenALSource.swift | 2 +- .../Backends/WebAudio/3D/WAListenerReference.swift | 2 +- .../Backends/WebAudio/3D/WASourceReference.swift | 2 +- .../Backends/WebAudio/3D/WASpacialMixerReference.swift | 2 +- .../WebAudio/Soundtrack/WAAudioMixerReference.swift | 2 +- .../WebAudio/Soundtrack/WAAudioTrackReference.swift | 2 +- .../Platforms/Backends/WebAudio/WABufferReference.swift | 2 +- .../Platforms/Backends/WebAudio/WAContextReference.swift | 2 +- .../Backends/XAudio/3D/XAListenerReference.swift | 2 +- .../Platforms/Backends/XAudio/3D/XASourceReference.swift | 2 +- .../Backends/XAudio/3D/XASpacialMixerReference.swift | 2 +- .../XAudio/Soundtrack/XAAudioMixerReference.swift | 2 +- .../XAudio/Soundtrack/XAAudioTrackReference.swift | 2 +- .../Platforms/Backends/XAudio/XABufferReference.swift | 2 +- .../Platforms/Backends/XAudio/XAContextReference.swift | 2 +- .../System/Audio/Platforms/BufferConverter.swift | 2 +- Sources/GateEngine/System/Audio/Sound.swift | 2 +- Sources/GateEngine/System/Audio/System/AudioBuffer.swift | 2 +- .../GateEngine/System/Audio/System/AudioContext.swift | 2 +- .../System/Audio/System/Multi-Channel/AudioMixer.swift | 2 +- .../System/Audio/System/Multi-Channel/AudioTrack.swift | 2 +- .../Audio/System/Spatial/SpatialAudioListener.swift | 2 +- .../System/Audio/System/Spatial/SpatialAudioMixer.swift | 2 +- .../System/Audio/System/Spatial/SpatialAudioSource.swift | 2 +- Sources/GateEngine/System/HID/GamePad/GamePad.swift | 2 +- .../GamePad/GamePadInterpreter/GamePadInterpreter.swift | 2 +- .../Interpreters/HID/IOKitGamePadInterpreter.swift | 2 +- .../Interpreters/HID/LinuxHIDGamePadInterpreter.swift | 2 +- .../Interpreters/HID/Mapping/SDL2/SDL2.swift | 2 +- .../Interpreters/MFIGamePadInterpreter.swift | 2 +- .../Interpreters/NullGamePadInterpreter.swift | 2 +- .../Interpreters/WASIGamePadInterpreter.swift | 2 +- .../Interpreters/XInputGamePadInterpreter.swift | 2 +- .../GateEngine/System/HID/GamePad/GamePadManager.swift | 2 +- Sources/GateEngine/System/HID/HID.swift | 2 +- .../GateEngine/System/HID/Keyboard/CharacterStream.swift | 2 +- Sources/GateEngine/System/HID/Keyboard/Keyboard.swift | 2 +- .../GateEngine/System/HID/Keyboard/KeyboardEvent.swift | 2 +- Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift | 2 +- .../System/HID/Keyboard/KeyboardModifierMask.swift | 2 +- Sources/GateEngine/System/HID/Mouse/Mouse.swift | 2 +- Sources/GateEngine/System/HID/Mouse/MouseButton.swift | 2 +- Sources/GateEngine/System/HID/Mouse/MouseScroller.swift | 2 +- .../GateEngine/System/HID/Touch/GestureRecognizers.swift | 4 ++-- Sources/GateEngine/System/HID/Touch/Touch.swift | 2 +- Sources/GateEngine/System/HID/Touch/TouchScreen.swift | 2 +- Sources/GateEngine/System/HID/Touch/TouchSurface.swift | 2 +- .../System/Platforms/Android/AndroidPlatform.swift | 2 +- .../Platforms/Apple/AppKit/AppKit/AppKitMetalView.swift | 2 +- .../Apple/AppKit/AppKit/AppKitViewController.swift | 2 +- .../Platforms/Apple/AppKit/AppKit/AppKitWindow.swift | 2 +- .../System/Platforms/Apple/AppKit/AppKitPlatform.swift | 2 +- .../System/Platforms/Apple/AppleFileSystem.swift | 2 +- .../Platforms/Apple/UIKit/UIKit/UIKitMetalView.swift | 2 +- .../Apple/UIKit/UIKit/UIKitViewController.swift | 2 +- .../System/Platforms/Apple/UIKit/UIKit/UIKitWindow.swift | 2 +- .../System/Platforms/Apple/UIKit/UIKitPlatform.swift | 2 +- Sources/GateEngine/System/Platforms/FileSystem.swift | 2 +- .../System/Platforms/Linux/LinuxFileSystem.swift | 2 +- .../System/Platforms/Linux/LinuxPlatform.swift | 2 +- .../System/Platforms/Linux/X11/X11Window.swift | 2 +- Sources/GateEngine/System/Platforms/Platform.swift | 2 +- .../System/Platforms/WASI/WASI/WASIWindow.swift | 2 +- .../System/Platforms/WASI/WASIFileSystem.swift | 2 +- .../GateEngine/System/Platforms/WASI/WASIPlatform.swift | 2 +- .../System/Platforms/Win32/Win32/Win32Window.swift | 2 +- .../System/Platforms/Win32/Win32/WinSDK+Helpers.swift | 2 +- .../System/Platforms/Win32/Win32FileSystem.swift | 2 +- .../System/Platforms/Win32/Win32Platform.swift | 2 +- .../GateEngine/System/Rendering/Drawables/Canvas.swift | 2 +- .../System/Rendering/Drawables/DrawCommand.swift | 2 +- .../GateEngine/System/Rendering/Drawables/Scene.swift | 2 +- .../Rendering/Platforms/DirectX12/DX12Geometry.swift | 2 +- .../Rendering/Platforms/DirectX12/DX12RenderTarget.swift | 2 +- .../Rendering/Platforms/DirectX12/DX12Renderer.swift | 2 +- .../Rendering/Platforms/DirectX12/DX12SwapChain.swift | 2 +- .../Rendering/Platforms/DirectX12/DX12Texture.swift | 2 +- .../System/Rendering/Platforms/GeometryBackend.swift | 2 +- .../System/Rendering/Platforms/Metal/MetalGeometry.swift | 2 +- .../Rendering/Platforms/Metal/MetalRenderTarget.swift | 2 +- .../System/Rendering/Platforms/Metal/MetalRenderer.swift | 2 +- .../System/Rendering/Platforms/Metal/MetalTexture.swift | 2 +- .../Rendering/Platforms/OpenGL/OpenGLGeometry.swift | 2 +- .../Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift | 2 +- .../Platforms/OpenGL/OpenGLRenderer+Apple.swift | 2 +- .../Platforms/OpenGL/OpenGLRenderer+Linux.swift | 2 +- .../Rendering/Platforms/OpenGL/OpenGLRenderer.swift | 2 +- .../Rendering/Platforms/OpenGL/OpenGLTexture.swift | 2 +- .../Rendering/Platforms/WebGL2/WebGL2Geometry.swift | 2 +- .../Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift | 2 +- .../Rendering/Platforms/WebGL2/WebGL2Renderer.swift | 2 +- .../Rendering/Platforms/WebGL2/WebGL2Texture.swift | 2 +- Sources/GateEngine/System/Rendering/RenderTarget.swift | 2 +- Sources/GateEngine/System/Rendering/Renderer.swift | 2 +- Sources/GateEngine/System/Rendering/SystemShaders.swift | 2 +- Sources/GateEngine/System/WindowManager.swift | 2 +- Sources/GateEngine/Types/Camera.swift | 2 +- Sources/GateEngine/Types/Material.swift | 2 +- Sources/GateEngine/Types/Matricies.swift | 2 +- Sources/GateEngine/UI/Button.swift | 2 +- Sources/GateEngine/UI/Control.swift | 2 +- Sources/GateEngine/UI/Drawables/UICanvas.swift | 2 +- Sources/GateEngine/UI/GameViewController.swift | 2 +- Sources/GateEngine/UI/ImageView.swift | 2 +- Sources/GateEngine/UI/Label.swift | 2 +- Sources/GateEngine/UI/Layout.swift | 2 +- Sources/GateEngine/UI/ScrollView.swift | 2 +- Sources/GateEngine/UI/SplitViewController.swift | 2 +- Sources/GateEngine/UI/StackView.swift | 2 +- Sources/GateEngine/UI/TableView.swift | 2 +- Sources/GateEngine/UI/TextField.swift | 2 +- Sources/GateEngine/UI/View.swift | 2 +- Sources/GateEngine/UI/ViewController.swift | 2 +- Sources/GateEngine/UI/Window.swift | 2 +- Sources/Shaders/Generators/CodeGenerator.swift | 2 +- Sources/Shaders/Generators/GLSLCodeGenerator.swift | 2 +- Sources/Shaders/Generators/HLSLCodeGenerator.swift | 2 +- Sources/Shaders/Generators/MSLCodeGenerator.swift | 2 +- Sources/Shaders/ShaderDocument/FragmentShader.swift | 2 +- Sources/Shaders/ShaderDocument/ShaderDocument.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Mat3.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Mat4.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Mat4Array.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Operation.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Sampler2D.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Scalar.swift | 2 +- Sources/Shaders/ShaderDocument/Values/ShaderVoid.swift | 2 +- Sources/Shaders/ShaderDocument/Values/UVec4.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Value.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Vec2.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Vec3.swift | 2 +- Sources/Shaders/ShaderDocument/Values/Vec4.swift | 2 +- Sources/Shaders/ShaderDocument/VertexShader.swift | 2 +- Sources/Shaders/ShaderError.swift | 2 +- Tests/GateEngineTests/FileSystemTests.swift | 2 +- .../Gravity/GravityCreateValueTests.swift | 2 +- Tests/GateEngineTests/Gravity/GravityErrorTests.swift | 2 +- .../GateEngineTests/Gravity/GravityExtendingTests.swift | 2 +- Tests/GateEngineTests/Gravity/GravityIncludesTests.swift | 2 +- .../Gravity/GravityMultipleInstanceTests.swift | 2 +- Tests/GateEngineTests/_GateEngineXCTestCase.swift | 2 +- Tests/GravityTests/Unittest/Unittest01SyntaxTests.swift | 2 +- .../Unittest/Unittest02SemanticStep1Tests.swift | 2 +- .../Unittest/Unittest03SemanticStep2Tests.swift | 2 +- Tests/GravityTests/Unittest/Unittest04CodegenTests.swift | 2 +- Tests/GravityTests/_GravityXCTestCase.swift | 2 +- 533 files changed, 544 insertions(+), 546 deletions(-) diff --git a/Dependencies/Direct3D12/Common/Error.swift b/Dependencies/Direct3D12/Common/Error.swift index 7aba7cd9..0de4bce3 100644 --- a/Dependencies/Direct3D12/Common/Error.swift +++ b/Dependencies/Direct3D12/Common/Error.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/Common/IUnknown.swift b/Dependencies/Direct3D12/Common/IUnknown.swift index 76a15e80..737b12ab 100644 --- a/Dependencies/Direct3D12/Common/IUnknown.swift +++ b/Dependencies/Direct3D12/Common/IUnknown.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/Common/String+Convenience.swift b/Dependencies/Direct3D12/Common/String+Convenience.swift index 7cc9ca10..e3fc3fdc 100644 --- a/Dependencies/Direct3D12/Common/String+Convenience.swift +++ b/Dependencies/Direct3D12/Common/String+Convenience.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/Improvised/Enumerations/WindingDirection.swift b/Dependencies/Direct3D12/Improvised/Enumerations/WindingDirection.swift index e677aa24..9c531282 100644 --- a/Dependencies/Direct3D12/Improvised/Enumerations/WindingDirection.swift +++ b/Dependencies/Direct3D12/Improvised/Enumerations/WindingDirection.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/Improvised/Structures/D3DColor.swift b/Dependencies/Direct3D12/Improvised/Structures/D3DColor.swift index af22c5d7..7135f28f 100644 --- a/Dependencies/Direct3D12/Improvised/Structures/D3DColor.swift +++ b/Dependencies/Direct3D12/Improvised/Structures/D3DColor.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND.swift index 231f47a9..5f1b1767 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND_OP.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND_OP.swift index 89b7bd99..747f9a2e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND_OP.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/BLEND_OP.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_SRV_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_SRV_FLAGS.swift index 5093624a..21debe43 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_SRV_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_SRV_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_UAV_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_UAV_FLAGS.swift index 69edcf13..511e6641 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_UAV_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/BUFFER_UAV_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/CLEAR_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/CLEAR_FLAGS.swift index fe55a022..6b88e28e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/CLEAR_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/CLEAR_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/COLOR_WRITE_ENABLE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/COLOR_WRITE_ENABLE.swift index cc7a1fcb..b6d6ed4d 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/COLOR_WRITE_ENABLE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/COLOR_WRITE_ENABLE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_LIST_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_LIST_TYPE.swift index 3ab4bb76..bb3d9e10 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_LIST_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_LIST_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_FLAGS.swift index d133e250..3766066f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_PRIORITY.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_PRIORITY.swift index ef6269a4..9ef89b8e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_PRIORITY.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMMAND_QUEUE_PRIORITY.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMPARISON_FUNC.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMPARISON_FUNC.swift index 8f957986..56bdb8f1 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/COMPARISON_FUNC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/COMPARISON_FUNC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/CONSERVATIVE_RASTERIZATION_MODE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/CONSERVATIVE_RASTERIZATION_MODE.swift index 2b0bd007..a7c99e63 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/CONSERVATIVE_RASTERIZATION_MODE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/CONSERVATIVE_RASTERIZATION_MODE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/CPU_PAGE_PROPERTY.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/CPU_PAGE_PROPERTY.swift index a0cf4438..cac2bf0b 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/CPU_PAGE_PROPERTY.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/CPU_PAGE_PROPERTY.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/CULL_MODE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/CULL_MODE.swift index bfb2598a..d6264f4d 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/CULL_MODE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/CULL_MODE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/DEPTH_WRITE_MASK.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/DEPTH_WRITE_MASK.swift index f0026141..dd2191d3 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/DEPTH_WRITE_MASK.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/DEPTH_WRITE_MASK.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_FLAGS.swift index 225f7812..703c5082 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_FLAGS.swift @@ -1,9 +1,8 @@ -/** - * Copyright (c) 2021 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. - * Licensed under Apache License v2.0 - * - * Find me on https://www.YouTube.com/STREGAsGate, or social media @STREGAsGate + * + * http://stregasgate.com */ import WinSDK diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_TYPE.swift index 95a52072..a1ecf84b 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_HEAP_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_RANGE_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_RANGE_TYPE.swift index ee0f2104..354ee5d9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_RANGE_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/DESCRIPTOR_RANGE_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_DIMENSION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_DIMENSION.swift index 77cd5857..0ac68f22 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_DIMENSION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_DIMENSION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_FLAGS.swift index 4dba202e..521a9d2d 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/DSV_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/FEATURE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/FEATURE.swift index 8c169d8e..cd837867 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/FEATURE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/FEATURE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/FENCE_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/FENCE_FLAGS.swift index 666fae1b..9a4d08c7 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/FENCE_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/FENCE_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/FILL_MODE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/FILL_MODE.swift index efa10a41..d82e8a19 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/FILL_MODE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/FILL_MODE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/FILTER.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/FILTER.swift index 322bab2f..2cd90177 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/FILTER.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/FILTER.swift @@ -1,9 +1,8 @@ -/** - * Copyright (c) 2021 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. - * Licensed under Apache License v2.0 - * - * Find me on https://www.YouTube.com/STREGAsGate, or social media @STREGAsGate + * + * http://stregasgate.com */ import WinSDK diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_FLAGS.swift index f1c7afb6..aff02671 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_TYPE.swift index 02760f0a..7b31f3a8 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/HEAP_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/INDEX_BUFFER_STRIP_CUT_VALUE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/INDEX_BUFFER_STRIP_CUT_VALUE.swift index 61515ec6..f7f146ad 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/INDEX_BUFFER_STRIP_CUT_VALUE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/INDEX_BUFFER_STRIP_CUT_VALUE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/INDIRECT_ARGUMENT_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/INDIRECT_ARGUMENT_TYPE.swift index 712ae0c6..be26173e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/INDIRECT_ARGUMENT_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/INDIRECT_ARGUMENT_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/INPUT_CLASSIFICATION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/INPUT_CLASSIFICATION.swift index 091d1f77..866b6b1e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/INPUT_CLASSIFICATION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/INPUT_CLASSIFICATION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/LOGIC_OP.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/LOGIC_OP.swift index b97e3c15..dd0be4c4 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/LOGIC_OP.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/LOGIC_OP.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/MEMORY_POOL.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/MEMORY_POOL.swift index 97dcb57c..dece39a3 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/MEMORY_POOL.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/MEMORY_POOL.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/PIPELINE_STATE_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/PIPELINE_STATE_FLAGS.swift index 02e6bee4..cbd7bd37 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/PIPELINE_STATE_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/PIPELINE_STATE_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/PREDICATION_OP.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/PREDICATION_OP.swift index 06700337..cb66fe25 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/PREDICATION_OP.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/PREDICATION_OP.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/PRIMITIVE_TOPOLOGY_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/PRIMITIVE_TOPOLOGY_TYPE.swift index df393faa..1debd862 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/PRIMITIVE_TOPOLOGY_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/PRIMITIVE_TOPOLOGY_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_HEAP_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_HEAP_TYPE.swift index 6f9787fe..737fa27f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_HEAP_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_HEAP_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_TYPE.swift index 41f056e5..bdd7b7e1 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/QUERY_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_FLAGS.swift index eadf04b6..24e596f9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_TYPE.swift index 7b97a61f..025e4fd6 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_BARRIER_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_DIMENSION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_DIMENSION.swift index e831b33a..48d09c77 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_DIMENSION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_DIMENSION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_FLAGS.swift index 69182d8f..039e42f7 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_STATES.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_STATES.swift index c68419b0..645a57aa 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_STATES.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/RESOURCE_STATES.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_PARAMETER_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_PARAMETER_TYPE.swift index e2b5f049..825b6165 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_PARAMETER_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_PARAMETER_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_FLAGS.swift index d7ff59a5..aab2a82e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_VERSION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_VERSION.swift index a014d2bf..6d875770 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_VERSION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/ROOT_SIGNATURE_VERSION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/RTV_DIMENSION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/RTV_DIMENSION.swift index d27a6cb4..fb5b3e6f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/RTV_DIMENSION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/RTV_DIMENSION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_COMPONENT_MAPPING.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_COMPONENT_MAPPING.swift index ff865ecc..0e57a6ce 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_COMPONENT_MAPPING.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_COMPONENT_MAPPING.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_VISIBILITY.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_VISIBILITY.swift index 249a9e8e..d84e08b9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_VISIBILITY.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/SHADER_VISIBILITY.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/SRV_DIMENSION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/SRV_DIMENSION.swift index 04096c08..5093f483 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/SRV_DIMENSION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/SRV_DIMENSION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/STATIC_BORDER_COLOR.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/STATIC_BORDER_COLOR.swift index 86e3785b..bf758296 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/STATIC_BORDER_COLOR.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/STATIC_BORDER_COLOR.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/STENCIL_OP.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/STENCIL_OP.swift index 4516b110..fbdf2774 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/STENCIL_OP.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/STENCIL_OP.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_ADDRESS_MODE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_ADDRESS_MODE.swift index a51551b7..924383d6 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_ADDRESS_MODE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_ADDRESS_MODE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_COPY_TYPE.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_COPY_TYPE.swift index 8dcef3a0..caa9a726 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_COPY_TYPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_COPY_TYPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_LAYOUT.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_LAYOUT.swift index 1154ba9c..5fdf5b4b 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_LAYOUT.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/TEXTURE_LAYOUT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_COPY_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_COPY_FLAGS.swift index 432e4f19..2008a3e9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_COPY_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_COPY_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_MAPPING_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_MAPPING_FLAGS.swift index a6d16ee1..fd053b90 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_MAPPING_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_MAPPING_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_RANGE_FLAGS.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_RANGE_FLAGS.swift index 96680684..d4a316a9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_RANGE_FLAGS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/TILE_RANGE_FLAGS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Enumerations/UAV_DIMENSION.swift b/Dependencies/Direct3D12/d3d12_h/Enumerations/UAV_DIMENSION.swift index 89e78f98..ed413a05 100644 --- a/Dependencies/Direct3D12/d3d12_h/Enumerations/UAV_DIMENSION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Enumerations/UAV_DIMENSION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Functions/D3D12SerializeRootSignature.swift b/Dependencies/Direct3D12/d3d12_h/Functions/D3D12SerializeRootSignature.swift index 06e55baa..26427454 100644 --- a/Dependencies/Direct3D12/d3d12_h/Functions/D3D12SerializeRootSignature.swift +++ b/Dependencies/Direct3D12/d3d12_h/Functions/D3D12SerializeRootSignature.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandAllocator.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandAllocator.swift index 5ff9674a..4a417c41 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandAllocator.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandAllocator.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandList.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandList.swift index bd2ca849..4b3f1bcd 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandList.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandList.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandQueue.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandQueue.swift index 663d2f9d..ebafc45e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandQueue.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandQueue.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandSignature.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandSignature.swift index b5ad12d3..088e8f0a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandSignature.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXCommandSignature.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDescriptorHeap.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDescriptorHeap.swift index 08330d80..30b2e6ea 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDescriptorHeap.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDescriptorHeap.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDevice.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDevice.swift index 028fb4de..c2be3399 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDevice.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDevice.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDeviceChild.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDeviceChild.swift index e2a47837..50596b52 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDeviceChild.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXDeviceChild.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXFence.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXFence.swift index e228aa74..26427c1a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXFence.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXFence.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXGraphicsCommandList.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXGraphicsCommandList.swift index 52a9cea3..2ce6f714 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXGraphicsCommandList.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXGraphicsCommandList.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXHeap.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXHeap.swift index 9c5815bb..5ba711eb 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXHeap.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXHeap.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXObject.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXObject.swift index 280fd6f5..1a2c43b2 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXObject.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXObject.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPageable.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPageable.swift index d3af2efe..03145eec 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPageable.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPageable.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPipelineState.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPipelineState.swift index 65c73955..30df8e25 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPipelineState.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXPipelineState.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXQueryHeap.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXQueryHeap.swift index 6fed26da..22b1b2a7 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXQueryHeap.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXQueryHeap.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXResource.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXResource.swift index f8f47652..171cabc1 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXResource.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXResource.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignature.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignature.swift index 76096ddd..f0eb9412 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignature.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignature.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignatureDeserializer.swift b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignatureDeserializer.swift index 693f8c34..33a79b3e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignatureDeserializer.swift +++ b/Dependencies/Direct3D12/d3d12_h/Interfaces/DXRootSignatureDeserializer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/BLEND_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/BLEND_DESC.swift index 45f4b09d..245a3671 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/BLEND_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/BLEND_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/BOX.swift b/Dependencies/Direct3D12/d3d12_h/Structures/BOX.swift index 44f7b125..c225ed86 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/BOX.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/BOX.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_RTV.swift index 9996024c..b24a07cf 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_SRV.swift index fb780180..2f220a96 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_UAV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_UAV.swift index 4d2b58bd..ad3b4db5 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_UAV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/BUFFER_UAV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/CACHED_PIPELINE_STATE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/CACHED_PIPELINE_STATE.swift index 4a00a9b4..4c8e2ec5 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/CACHED_PIPELINE_STATE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/CACHED_PIPELINE_STATE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/CLEAR_VALUE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/CLEAR_VALUE.swift index 718b272c..1b2e7d2d 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/CLEAR_VALUE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/CLEAR_VALUE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_QUEUE_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_QUEUE_DESC.swift index 3b3452fd..e02aaaac 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_QUEUE_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_QUEUE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_SIGNATURE_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_SIGNATURE_DESC.swift index dd4616f3..642068b1 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_SIGNATURE_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/COMMAND_SIGNATURE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/COMPUTE_PIPELINE_STATE_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/COMPUTE_PIPELINE_STATE_DESC.swift index fd493252..697de04b 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/COMPUTE_PIPELINE_STATE_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/COMPUTE_PIPELINE_STATE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/CONSTANT_BUFFER_VIEW_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/CONSTANT_BUFFER_VIEW_DESC.swift index 6803ba73..331224b3 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/CONSTANT_BUFFER_VIEW_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/CONSTANT_BUFFER_VIEW_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/CPU_DESCRIPTOR_HANDLE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/CPU_DESCRIPTOR_HANDLE.swift index eae9c1ab..50e48ddc 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/CPU_DESCRIPTOR_HANDLE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/CPU_DESCRIPTOR_HANDLE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCILOP_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCILOP_DESC.swift index ab6d2fad..6d68a249 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCILOP_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCILOP_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_DESC.swift index b265a8a6..3cda27a8 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VALUE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VALUE.swift index c22763ac..e213741e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VALUE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VALUE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VIEW_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VIEW_DESC.swift index 807860d1..562ac85f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VIEW_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DEPTH_STENCIL_VIEW_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_HEAP_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_HEAP_DESC.swift index 824aa24f..7bc55136 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_HEAP_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_HEAP_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_RANGE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_RANGE.swift index ee745f08..9c373865 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_RANGE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DESCRIPTOR_RANGE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/DISCARD_REGION.swift b/Dependencies/Direct3D12/d3d12_h/Structures/DISCARD_REGION.swift index f5591ee1..bd62c660 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/DISCARD_REGION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/DISCARD_REGION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/GPU_DESCRIPTOR_HANDLE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/GPU_DESCRIPTOR_HANDLE.swift index dd356aec..e912bf4e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/GPU_DESCRIPTOR_HANDLE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/GPU_DESCRIPTOR_HANDLE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/GPU_VIRTUAL_ADDRESS.swift b/Dependencies/Direct3D12/d3d12_h/Structures/GPU_VIRTUAL_ADDRESS.swift index 63893c9c..34ac11f7 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/GPU_VIRTUAL_ADDRESS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/GPU_VIRTUAL_ADDRESS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/GRAPHICS_PIPELINE_STATE_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/GRAPHICS_PIPELINE_STATE_DESC.swift index 788844ad..14afaaaf 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/GRAPHICS_PIPELINE_STATE_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/GRAPHICS_PIPELINE_STATE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_DESC.swift index 3fedb4cf..c66f4e77 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_PROPERTIES.swift b/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_PROPERTIES.swift index 976ef418..a51bb67f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_PROPERTIES.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/HEAP_PROPERTIES.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/INDEX_BUFFER_VIEW.swift b/Dependencies/Direct3D12/d3d12_h/Structures/INDEX_BUFFER_VIEW.swift index 9f2affeb..48594671 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/INDEX_BUFFER_VIEW.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/INDEX_BUFFER_VIEW.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/INDIRECT_ARGUMENT_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/INDIRECT_ARGUMENT_DESC.swift index 3c277dca..d157da8c 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/INDIRECT_ARGUMENT_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/INDIRECT_ARGUMENT_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_ELEMENT_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_ELEMENT_DESC.swift index af7eda63..ace09a3c 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_ELEMENT_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_ELEMENT_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_LAYOUT_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_LAYOUT_DESC.swift index 0e721fe9..d05ad059 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_LAYOUT_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/INPUT_LAYOUT_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/PACKED_MIP_INFO.swift b/Dependencies/Direct3D12/d3d12_h/Structures/PACKED_MIP_INFO.swift index d7588471..0a79185b 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/PACKED_MIP_INFO.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/PACKED_MIP_INFO.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/PLACED_SUBRESOURCE_FOOTPRINT.swift b/Dependencies/Direct3D12/d3d12_h/Structures/PLACED_SUBRESOURCE_FOOTPRINT.swift index cb7cc7d6..74d9a1c4 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/PLACED_SUBRESOURCE_FOOTPRINT.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/PLACED_SUBRESOURCE_FOOTPRINT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/QUERY_HEAP_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/QUERY_HEAP_DESC.swift index 6ec82238..75dd8288 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/QUERY_HEAP_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/QUERY_HEAP_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RANGE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RANGE.swift index 6e42c7a5..708f2cdf 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RANGE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RANGE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RASTERIZER_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RASTERIZER_DESC.swift index b2698028..85670a06 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RASTERIZER_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RASTERIZER_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RAYT_ACC_STRUCT_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RAYT_ACC_STRUCT_SRV.swift index 2f93cd06..654aaefa 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RAYT_ACC_STRUCT_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RAYT_ACC_STRUCT_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RECT.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RECT.swift index 09916ccb..b896f6fa 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RECT.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RECT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_BLEND_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_BLEND_DESC.swift index 5dbefa43..5bb98cce 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_BLEND_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_BLEND_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_VIEW_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_VIEW_DESC.swift index 067785dc..bf1b5627 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_VIEW_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RENDER_TARGET_VIEW_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALIASING_BARRIER.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALIASING_BARRIER.swift index a556bf55..b749bde0 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALIASING_BARRIER.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALIASING_BARRIER.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALLOCATION_INFO.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALLOCATION_INFO.swift index c291c52a..d280149a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALLOCATION_INFO.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_ALLOCATION_INFO.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_BARRIER.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_BARRIER.swift index a88cf39f..ff7dd6c8 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_BARRIER.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_BARRIER.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_DESC.swift index a3bc37eb..57f83884 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_TRANSITION_BARRIER.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_TRANSITION_BARRIER.swift index d2919e63..d92b69ca 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_TRANSITION_BARRIER.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_TRANSITION_BARRIER.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_UAV_BARRIER.swift b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_UAV_BARRIER.swift index f91a90a6..8c510833 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_UAV_BARRIER.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/RESOURCE_UAV_BARRIER.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_CONSTANTS.swift b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_CONSTANTS.swift index 9393146e..f47a2144 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_CONSTANTS.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_CONSTANTS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR.swift b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR.swift index 42351cc3..ee93b41a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR_TABLE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR_TABLE.swift index 0cbb44da..924cf491 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR_TABLE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_DESCRIPTOR_TABLE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_PARAMETER.swift b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_PARAMETER.swift index a63bee4b..705873dd 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_PARAMETER.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_PARAMETER.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_SIGNATURE_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_SIGNATURE_DESC.swift index 88a45f98..622fae7b 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_SIGNATURE_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/ROOT_SIGNATURE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/SAMPLER_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/SAMPLER_DESC.swift index e2865fc6..80b561db 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/SAMPLER_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/SAMPLER_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_BYTECODE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_BYTECODE.swift index 711b05e2..b47f6f33 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_BYTECODE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_BYTECODE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_RESOURCE_VIEW_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_RESOURCE_VIEW_DESC.swift index cebe1833..04605862 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_RESOURCE_VIEW_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/SHADER_RESOURCE_VIEW_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/SO_DECLARATION_ENTRY.swift b/Dependencies/Direct3D12/d3d12_h/Structures/SO_DECLARATION_ENTRY.swift index b2de0de9..3a93fa06 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/SO_DECLARATION_ENTRY.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/SO_DECLARATION_ENTRY.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/STATIC_SAMPLER_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/STATIC_SAMPLER_DESC.swift index 81d1ba55..4895d167 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/STATIC_SAMPLER_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/STATIC_SAMPLER_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_BUFFER_VIEW.swift b/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_BUFFER_VIEW.swift index 589a6e66..163a4cb1 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_BUFFER_VIEW.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_BUFFER_VIEW.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_DESC.swift index 956d37ae..e5209616 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/STREAM_OUTPUT_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_FOOTPRINT.swift b/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_FOOTPRINT.swift index c1c92a14..b479da3e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_FOOTPRINT.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_FOOTPRINT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_TILING.swift b/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_TILING.swift index bce171a2..16ae080a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_TILING.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/SUBRESOURCE_TILING.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_DSV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_DSV.swift index ff184332..215e518f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_DSV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_DSV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_RTV.swift index 6019471c..fffe8ed4 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_SRV.swift index 6a94e045..f8ef91b1 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_UAV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_UAV.swift index 1e6d8564..a714b63f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_UAV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_ARRAY_UAV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_DSV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_DSV.swift index 6b032737..8a492471 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_DSV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_DSV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_RTV.swift index 6bd66220..f6533a4d 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_SRV.swift index e0f4e63a..b7b5246a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_UAV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_UAV.swift index 1aa2e9d8..4289f173 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_UAV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX1D_UAV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_DSV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_DSV.swift index d518de32..fe831e70 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_DSV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_DSV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_RTV.swift index 7193efd7..33722f96 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_SRV.swift index a5244fd2..c897ff01 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_ARRAY_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_DSV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_DSV.swift index b34b6b8f..f71ea221 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_DSV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_DSV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_RTV.swift index 675122f8..954362d5 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_SRV.swift index 53e1e7eb..8c33967c 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2DMS_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_DSV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_DSV.swift index 5ddeaaee..f18db24f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_DSV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_DSV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_RTV.swift index 9095b2a4..0118039d 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_SRV.swift index 3616ee54..20301289 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_UAV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_UAV.swift index 55a252bd..4697f54f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_UAV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_ARRAY_UAV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_DSV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_DSV.swift index f7fd0c99..75db4229 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_DSV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_DSV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_RTV.swift index 4e036855..ed42f09e 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_SRV.swift index 2fee5563..74ae4ca7 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_UAV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_UAV.swift index 520455be..5f7c59fd 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_UAV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX2D_UAV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_RTV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_RTV.swift index 98f134b0..91c9413c 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_RTV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_RTV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_SRV.swift index 8db8737a..14700d3a 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_UAV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_UAV.swift index bc8cee3e..23d11cfd 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_UAV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEX3D_UAV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_ARRAY_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_ARRAY_SRV.swift index d8f06d32..0cd42041 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_ARRAY_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_ARRAY_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_SRV.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_SRV.swift index 066c93ff..11fdfc3c 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_SRV.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEXCUBE_SRV.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TEXTURE_COPY_LOCATION.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TEXTURE_COPY_LOCATION.swift index ac1d61fd..db3c75b9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TEXTURE_COPY_LOCATION.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TEXTURE_COPY_LOCATION.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TILED_RESOURCE_COORDINATE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TILED_RESOURCE_COORDINATE.swift index 3f6bc190..018bfb42 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TILED_RESOURCE_COORDINATE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TILED_RESOURCE_COORDINATE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TILE_REGION_SIZE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TILE_REGION_SIZE.swift index f71e6987..ff578a20 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TILE_REGION_SIZE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TILE_REGION_SIZE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/TILE_SHAPE.swift b/Dependencies/Direct3D12/d3d12_h/Structures/TILE_SHAPE.swift index c0fcfb4f..340571f9 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/TILE_SHAPE.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/TILE_SHAPE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/UNORDERED_ACCESS_VIEW_DESC.swift b/Dependencies/Direct3D12/d3d12_h/Structures/UNORDERED_ACCESS_VIEW_DESC.swift index 041e4072..56c53146 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/UNORDERED_ACCESS_VIEW_DESC.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/UNORDERED_ACCESS_VIEW_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/VERTEX_BUFFER_VIEW.swift b/Dependencies/Direct3D12/d3d12_h/Structures/VERTEX_BUFFER_VIEW.swift index 438ed1d5..3b49c911 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/VERTEX_BUFFER_VIEW.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/VERTEX_BUFFER_VIEW.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12_h/Structures/VIEWPORT.swift b/Dependencies/Direct3D12/d3d12_h/Structures/VIEWPORT.swift index f10125d8..aafc392f 100644 --- a/Dependencies/Direct3D12/d3d12_h/Structures/VIEWPORT.swift +++ b/Dependencies/Direct3D12/d3d12_h/Structures/VIEWPORT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12sdklayers_h/Enumerations/D3DMessageSeverity.swift b/Dependencies/Direct3D12/d3d12sdklayers_h/Enumerations/D3DMessageSeverity.swift index 645bd9b0..6fd7c408 100644 --- a/Dependencies/Direct3D12/d3d12sdklayers_h/Enumerations/D3DMessageSeverity.swift +++ b/Dependencies/Direct3D12/d3d12sdklayers_h/Enumerations/D3DMessageSeverity.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DDebug.swift b/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DDebug.swift index d29b7e7f..d9b28b5d 100644 --- a/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DDebug.swift +++ b/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DDebug.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DInfoQueue.swift b/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DInfoQueue.swift index d7324ce4..e8b4733f 100644 --- a/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DInfoQueue.swift +++ b/Dependencies/Direct3D12/d3d12sdklayers_h/Interfaces/D3DInfoQueue.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3d12sdklayers_h/Structures/D3DMessage.swift b/Dependencies/Direct3D12/d3d12sdklayers_h/Structures/D3DMessage.swift index 439f9d88..e4342d0c 100644 --- a/Dependencies/Direct3D12/d3d12sdklayers_h/Structures/D3DMessage.swift +++ b/Dependencies/Direct3D12/d3d12sdklayers_h/Structures/D3DMessage.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3dcommon_h/Enumerations/FEATURE_LEVEL.swift b/Dependencies/Direct3D12/d3dcommon_h/Enumerations/FEATURE_LEVEL.swift index 64b6840c..f08d073f 100644 --- a/Dependencies/Direct3D12/d3dcommon_h/Enumerations/FEATURE_LEVEL.swift +++ b/Dependencies/Direct3D12/d3dcommon_h/Enumerations/FEATURE_LEVEL.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3dcommon_h/Enumerations/PRIMITIVE_TOPOLOGY.swift b/Dependencies/Direct3D12/d3dcommon_h/Enumerations/PRIMITIVE_TOPOLOGY.swift index e5830065..90bf1772 100644 --- a/Dependencies/Direct3D12/d3dcommon_h/Enumerations/PRIMITIVE_TOPOLOGY.swift +++ b/Dependencies/Direct3D12/d3dcommon_h/Enumerations/PRIMITIVE_TOPOLOGY.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3dcommon_h/Interfaces/ID3DBlob.swift b/Dependencies/Direct3D12/d3dcommon_h/Interfaces/ID3DBlob.swift index 1763a886..98af24dd 100644 --- a/Dependencies/Direct3D12/d3dcommon_h/Interfaces/ID3DBlob.swift +++ b/Dependencies/Direct3D12/d3dcommon_h/Interfaces/ID3DBlob.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromFile.swift b/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromFile.swift index f94a61cb..08cc0002 100644 --- a/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromFile.swift +++ b/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromFile.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromSource.swift b/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromSource.swift index 0906e0d4..71ba9914 100644 --- a/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromSource.swift +++ b/Dependencies/Direct3D12/d3dcompiler_h/Functions/CompileFromSource.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_ALPHA_MODE.swift b/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_ALPHA_MODE.swift index faefb669..faab2e72 100644 --- a/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_ALPHA_MODE.swift +++ b/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_ALPHA_MODE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_SCALING.swift b/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_SCALING.swift index 34983ce6..983263ce 100644 --- a/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_SCALING.swift +++ b/Dependencies/Direct3D12/dxgi1_2_h/Enumerations/DXGI_SCALING.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_DESC1.swift b/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_DESC1.swift index 397f7060..f71cb72b 100644 --- a/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_DESC1.swift +++ b/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_DESC1.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_FULLSCREEN_DESC.swift b/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_FULLSCREEN_DESC.swift index 06a01a78..9b3ad4c4 100644 --- a/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_FULLSCREEN_DESC.swift +++ b/Dependencies/Direct3D12/dxgi1_2_h/Structures/DXGI_SWAP_CHAIN_FULLSCREEN_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCALING.swift b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCALING.swift index 369ef5fb..fd528878 100644 --- a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCALING.swift +++ b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCALING.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCANLINE_ORDER.swift b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCANLINE_ORDER.swift index 6a8043c6..a4db6212 100644 --- a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCANLINE_ORDER.swift +++ b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_MODE_SCANLINE_ORDER.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_PRESENT.swift b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_PRESENT.swift index 19634fcb..d9c0cffd 100644 --- a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_PRESENT.swift +++ b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_PRESENT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_CHAIN_FLAG.swift b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_CHAIN_FLAG.swift index e49c44e8..9aca7e93 100644 --- a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_CHAIN_FLAG.swift +++ b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_CHAIN_FLAG.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_EFFECT.swift b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_EFFECT.swift index 8b58b19c..69332070 100644 --- a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_EFFECT.swift +++ b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_SWAP_EFFECT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_USAGE.swift b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_USAGE.swift index 6f49d967..d9c26a20 100644 --- a/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_USAGE.swift +++ b/Dependencies/Direct3D12/dxgi_h/Enumerations/DXGI_USAGE.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIAdapter.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIAdapter.swift index 72bceea2..296e072d 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIAdapter.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIAdapter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDevice.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDevice.swift index 356abc0b..560bd64e 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDevice.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDevice.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDeviceSubObject.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDeviceSubObject.swift index 6a4c0f36..d8ea1ed9 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDeviceSubObject.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIDeviceSubObject.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory.swift index cf0071f9..95a2284b 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory1.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory1.swift index a625d0fa..391e20c2 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory1.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory1.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory2.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory2.swift index ad7ce1c7..021681f4 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory2.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory3.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory3.swift index 9dc049e0..98c1f482 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory3.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory4.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory4.swift index 7f6839d8..d3389224 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory4.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIFactory4.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIObject.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIObject.swift index f0773588..84d72793 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIObject.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIObject.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIOutput.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIOutput.swift index a2d6a112..85d8e628 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIOutput.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGIOutput.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain.swift index 34c2c029..7b6ca84d 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain1.swift b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain1.swift index 0d1f3f68..ae1382cd 100644 --- a/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain1.swift +++ b/Dependencies/Direct3D12/dxgi_h/Interfaces/IDXGISwapChain1.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_PRESENT_PARAMETERS.swift b/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_PRESENT_PARAMETERS.swift index 286ecdee..1cc8cefe 100644 --- a/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_PRESENT_PARAMETERS.swift +++ b/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_PRESENT_PARAMETERS.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_RATIONAL.swift b/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_RATIONAL.swift index b876aa3f..fd60570e 100644 --- a/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_RATIONAL.swift +++ b/Dependencies/Direct3D12/dxgi_h/Structures/DXGI_RATIONAL.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgicommon_h/Structures/DXGI_SAMPLE_DESC.swift b/Dependencies/Direct3D12/dxgicommon_h/Structures/DXGI_SAMPLE_DESC.swift index 30c271a8..367db717 100644 --- a/Dependencies/Direct3D12/dxgicommon_h/Structures/DXGI_SAMPLE_DESC.swift +++ b/Dependencies/Direct3D12/dxgicommon_h/Structures/DXGI_SAMPLE_DESC.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/Direct3D12/dxgiformat_h/Enumerations/DXGI_FORMAT.swift b/Dependencies/Direct3D12/dxgiformat_h/Enumerations/DXGI_FORMAT.swift index fda2d8db..29895080 100644 --- a/Dependencies/Direct3D12/dxgiformat_h/Enumerations/DXGI_FORMAT.swift +++ b/Dependencies/Direct3D12/dxgiformat_h/Enumerations/DXGI_FORMAT.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift b/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift index 99ad14ec..101d66dc 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/OpenGL_GateEngine.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift index 52c31cf9..f964fb43 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Apple/GLKit.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift index 70cf4296..b83d8e2f 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Linux.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift index 02cbb501..08886b40 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/GLEW/GLEW_Windows.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift index ebddb89e..8171ce16 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Linux/OpenGLLinux.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift index e4a3bd79..edbee4ec 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Unsupported/Unsupported.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift index fa236236..4e126420 100644 --- a/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift +++ b/Dependencies/OpenGL/OpenGL_GateEngine/Platforms/Windows/OpenGLWindows.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/XAudio/XAudio2/Common/Error.swift b/Dependencies/XAudio/XAudio2/Common/Error.swift index 7aba7cd9..0de4bce3 100644 --- a/Dependencies/XAudio/XAudio2/Common/Error.swift +++ b/Dependencies/XAudio/XAudio2/Common/Error.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/XAudio/XAudio2/Common/IUnknown.swift b/Dependencies/XAudio/XAudio2/Common/IUnknown.swift index 119e6136..f681ef7d 100644 --- a/Dependencies/XAudio/XAudio2/Common/IUnknown.swift +++ b/Dependencies/XAudio/XAudio2/Common/IUnknown.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Dependencies/XAudio/XAudio2/Common/String+Convenience.swift b/Dependencies/XAudio/XAudio2/Common/String+Convenience.swift index 7cc9ca10..e3fc3fdc 100644 --- a/Dependencies/XAudio/XAudio2/Common/String+Convenience.swift +++ b/Dependencies/XAudio/XAudio2/Common/String+Convenience.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Extras/macOS Syntax Highlighting/UTI Source/UTI/AppDelegate.swift b/Extras/macOS Syntax Highlighting/UTI Source/UTI/AppDelegate.swift index 8881f815..7c42e55b 100644 --- a/Extras/macOS Syntax Highlighting/UTI Source/UTI/AppDelegate.swift +++ b/Extras/macOS Syntax Highlighting/UTI Source/UTI/AppDelegate.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/2D Colliders/AxisAlignedBoundingBox2D.swift b/Sources/GameMath/2D Types/2D Physics/2D Colliders/AxisAlignedBoundingBox2D.swift index 6899ae4d..8b9ada84 100755 --- a/Sources/GameMath/2D Types/2D Physics/2D Colliders/AxisAlignedBoundingBox2D.swift +++ b/Sources/GameMath/2D Types/2D Physics/2D Colliders/AxisAlignedBoundingBox2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingCircle2D.swift b/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingCircle2D.swift index a8f80ae7..fc718d15 100755 --- a/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingCircle2D.swift +++ b/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingCircle2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingEllipsoid2D.swift b/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingEllipsoid2D.swift index 32e4a4ce..b083a9f3 100755 --- a/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingEllipsoid2D.swift +++ b/Sources/GameMath/2D Types/2D Physics/2D Colliders/BoundingEllipsoid2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/2D Colliders/Collider2D.swift b/Sources/GameMath/2D Types/2D Physics/2D Colliders/Collider2D.swift index 3cc5c5d1..64321cff 100755 --- a/Sources/GameMath/2D Types/2D Physics/2D Colliders/Collider2D.swift +++ b/Sources/GameMath/2D Types/2D Physics/2D Colliders/Collider2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/Line2D.swift b/Sources/GameMath/2D Types/2D Physics/Line2D.swift index 9a46d311..4391b7ef 100644 --- a/Sources/GameMath/2D Types/2D Physics/Line2D.swift +++ b/Sources/GameMath/2D Types/2D Physics/Line2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/Ray2D.swift b/Sources/GameMath/2D Types/2D Physics/Ray2D.swift index c958ada1..bf2ef461 100644 --- a/Sources/GameMath/2D Types/2D Physics/Ray2D.swift +++ b/Sources/GameMath/2D Types/2D Physics/Ray2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/2D Physics/Rect+Physics.swift b/Sources/GameMath/2D Types/2D Physics/Rect+Physics.swift index d85c4bf3..f5a493bf 100644 --- a/Sources/GameMath/2D Types/2D Physics/Rect+Physics.swift +++ b/Sources/GameMath/2D Types/2D Physics/Rect+Physics.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Circle.swift b/Sources/GameMath/2D Types/Circle.swift index f596e2f8..30a5ec96 100755 --- a/Sources/GameMath/2D Types/Circle.swift +++ b/Sources/GameMath/2D Types/Circle.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Direction2.swift b/Sources/GameMath/2D Types/Direction2.swift index 6b161eb8..44685543 100755 --- a/Sources/GameMath/2D Types/Direction2.swift +++ b/Sources/GameMath/2D Types/Direction2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Insets.swift b/Sources/GameMath/2D Types/Insets.swift index 2eeebbf5..dabb1017 100755 --- a/Sources/GameMath/2D Types/Insets.swift +++ b/Sources/GameMath/2D Types/Insets.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Position2.swift b/Sources/GameMath/2D Types/Position2.swift index 577d21fc..1efe9053 100755 --- a/Sources/GameMath/2D Types/Position2.swift +++ b/Sources/GameMath/2D Types/Position2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Rect.swift b/Sources/GameMath/2D Types/Rect.swift index 914e23ce..3b9fce13 100755 --- a/Sources/GameMath/2D Types/Rect.swift +++ b/Sources/GameMath/2D Types/Rect.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Size2.swift b/Sources/GameMath/2D Types/Size2.swift index 6049aec8..4f579ee1 100755 --- a/Sources/GameMath/2D Types/Size2.swift +++ b/Sources/GameMath/2D Types/Size2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Transform2.swift b/Sources/GameMath/2D Types/Transform2.swift index c27ccbef..f5283ef2 100755 --- a/Sources/GameMath/2D Types/Transform2.swift +++ b/Sources/GameMath/2D Types/Transform2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/2D Types/Vector2.swift b/Sources/GameMath/2D Types/Vector2.swift index db51ec1d..9c219cbd 100755 --- a/Sources/GameMath/2D Types/Vector2.swift +++ b/Sources/GameMath/2D Types/Vector2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/AxisAlignedBoundingBox3D.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/AxisAlignedBoundingBox3D.swift index 3c7f45d7..600dfdf3 100755 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/AxisAlignedBoundingBox3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/AxisAlignedBoundingBox3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift index 79afd3cf..067102a5 100755 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingEllipsoid3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingSphere3D.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingSphere3D.swift index 3a6555a4..21d97b11 100755 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingSphere3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/BoundingSphere3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/Collider3D.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/Collider3D.swift index 87b1d207..4c525c53 100755 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/Collider3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/Collider3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/CollisionTriangle.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/CollisionTriangle.swift index ed067a78..f4a4b039 100755 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/CollisionTriangle.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/CollisionTriangle.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/MeshCollider.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/MeshCollider.swift index 8b34831b..614229f9 100644 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/MeshCollider.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/MeshCollider.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/3D Colliders/OrientedBoundingBox3D.swift b/Sources/GameMath/3D Types/3D Physics/3D Colliders/OrientedBoundingBox3D.swift index ab4d2c72..cdcacc78 100755 --- a/Sources/GameMath/3D Types/3D Physics/3D Colliders/OrientedBoundingBox3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/3D Colliders/OrientedBoundingBox3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/Line3D.swift b/Sources/GameMath/3D Types/3D Physics/Line3D.swift index bc1d507e..c30410b3 100644 --- a/Sources/GameMath/3D Types/3D Physics/Line3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/Line3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/Plane3D.swift b/Sources/GameMath/3D Types/3D Physics/Plane3D.swift index 3413d88c..954d2271 100755 --- a/Sources/GameMath/3D Types/3D Physics/Plane3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/Plane3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/Ray3D.swift b/Sources/GameMath/3D Types/3D Physics/Ray3D.swift index 1d1dbdf7..180023f7 100644 --- a/Sources/GameMath/3D Types/3D Physics/Ray3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/Ray3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/3D Physics/ViewFrustum3D.swift b/Sources/GameMath/3D Types/3D Physics/ViewFrustum3D.swift index 79ec3d5c..baee1ff3 100755 --- a/Sources/GameMath/3D Types/3D Physics/ViewFrustum3D.swift +++ b/Sources/GameMath/3D Types/3D Physics/ViewFrustum3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Direction3.swift b/Sources/GameMath/3D Types/Direction3.swift index e86552ef..cdeb4fc5 100755 --- a/Sources/GameMath/3D Types/Direction3.swift +++ b/Sources/GameMath/3D Types/Direction3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Matrix3x3.swift b/Sources/GameMath/3D Types/Matrix3x3.swift index ea14a61a..868e01a0 100755 --- a/Sources/GameMath/3D Types/Matrix3x3.swift +++ b/Sources/GameMath/3D Types/Matrix3x3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Matrix4x4.swift b/Sources/GameMath/3D Types/Matrix4x4.swift index b9725237..cf942fca 100755 --- a/Sources/GameMath/3D Types/Matrix4x4.swift +++ b/Sources/GameMath/3D Types/Matrix4x4.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Position3.swift b/Sources/GameMath/3D Types/Position3.swift index 4057431f..7a322e12 100755 --- a/Sources/GameMath/3D Types/Position3.swift +++ b/Sources/GameMath/3D Types/Position3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Quaternion.swift b/Sources/GameMath/3D Types/Quaternion.swift index 3219bea2..366fdc65 100755 --- a/Sources/GameMath/3D Types/Quaternion.swift +++ b/Sources/GameMath/3D Types/Quaternion.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Size3.swift b/Sources/GameMath/3D Types/Size3.swift index 577a6d77..cfd571ae 100755 --- a/Sources/GameMath/3D Types/Size3.swift +++ b/Sources/GameMath/3D Types/Size3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Transform3.swift b/Sources/GameMath/3D Types/Transform3.swift index 43e98036..00b7beb1 100755 --- a/Sources/GameMath/3D Types/Transform3.swift +++ b/Sources/GameMath/3D Types/Transform3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/3D Types/Vector3.swift b/Sources/GameMath/3D Types/Vector3.swift index 6cb2faac..ce2d37f6 100755 --- a/Sources/GameMath/3D Types/Vector3.swift +++ b/Sources/GameMath/3D Types/Vector3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/BitStream.swift b/Sources/GameMath/BitStream.swift index 61242a2b..8c045a31 100644 --- a/Sources/GameMath/BitStream.swift +++ b/Sources/GameMath/BitStream.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/CardinalDirection.swift b/Sources/GameMath/CardinalDirection.swift index 417c7458..f459f3bf 100644 --- a/Sources/GameMath/CardinalDirection.swift +++ b/Sources/GameMath/CardinalDirection.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/Color.swift b/Sources/GameMath/Color.swift index bb66a9a5..b779ec66 100644 --- a/Sources/GameMath/Color.swift +++ b/Sources/GameMath/Color.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/Degrees & Radians.swift b/Sources/GameMath/Degrees & Radians.swift index 58603cf1..49814a86 100755 --- a/Sources/GameMath/Degrees & Radians.swift +++ b/Sources/GameMath/Degrees & Radians.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/FastInverseSquareRoot.swift b/Sources/GameMath/FastInverseSquareRoot.swift index b4d4b08d..e1b831d7 100755 --- a/Sources/GameMath/FastInverseSquareRoot.swift +++ b/Sources/GameMath/FastInverseSquareRoot.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/GameMath.swift b/Sources/GameMath/GameMath.swift index 997d2a8f..0f676bd1 100644 --- a/Sources/GameMath/GameMath.swift +++ b/Sources/GameMath/GameMath.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/Interpolation.swift b/Sources/GameMath/Interpolation.swift index 647f4c24..c9fba30b 100644 --- a/Sources/GameMath/Interpolation.swift +++ b/Sources/GameMath/Interpolation.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/PlatformSpecific/CoreGraphics.swift b/Sources/GameMath/PlatformSpecific/CoreGraphics.swift index 73f5871c..31ffc224 100644 --- a/Sources/GameMath/PlatformSpecific/CoreGraphics.swift +++ b/Sources/GameMath/PlatformSpecific/CoreGraphics.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/PlatformSpecific/Win32.swift b/Sources/GameMath/PlatformSpecific/Win32.swift index 44b794e1..37353bf3 100644 --- a/Sources/GameMath/PlatformSpecific/Win32.swift +++ b/Sources/GameMath/PlatformSpecific/Win32.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GameMath/Vector4.swift b/Sources/GameMath/Vector4.swift index e3c19f5c..96aa0de2 100644 --- a/Sources/GameMath/Vector4.swift +++ b/Sources/GameMath/Vector4.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DComponent.swift b/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DComponent.swift index 9b52c36f..716daaa7 100644 --- a/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DComponent.swift +++ b/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DSystem.swift b/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DSystem.swift index 15b3961f..7cdd61fa 100644 --- a/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DSystem.swift +++ b/Sources/GateEngine/ECS/2D Specific/Physics/Collision2DSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DComponent.swift b/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DComponent.swift index 2321005a..22861b4e 100644 --- a/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DComponent.swift +++ b/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DSystem.swift b/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DSystem.swift index 3e2e6797..4680d4b6 100755 --- a/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DSystem.swift +++ b/Sources/GateEngine/ECS/2D Specific/Physics/Physics2DSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Physics/QuadtreeComponent.swift b/Sources/GateEngine/ECS/2D Specific/Physics/QuadtreeComponent.swift index 463b5d9e..0867024b 100644 --- a/Sources/GateEngine/ECS/2D Specific/Physics/QuadtreeComponent.swift +++ b/Sources/GateEngine/ECS/2D Specific/Physics/QuadtreeComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteComponent.swift b/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteComponent.swift index 101963b1..d3198989 100644 --- a/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteComponent.swift +++ b/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteSystem.swift b/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteSystem.swift index c3e777e8..42f1a71b 100644 --- a/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteSystem.swift +++ b/Sources/GateEngine/ECS/2D Specific/Sprite/SpriteSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapComponent.swift b/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapComponent.swift index 41bc422e..5a87d208 100644 --- a/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapComponent.swift +++ b/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapSystem.swift b/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapSystem.swift index 6b17400f..913b6cf8 100644 --- a/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapSystem.swift +++ b/Sources/GateEngine/ECS/2D Specific/TileMap/TileMapSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/2D Specific/Transform2Component.swift b/Sources/GateEngine/ECS/2D Specific/Transform2Component.swift index 208dc929..f81447bf 100644 --- a/Sources/GateEngine/ECS/2D Specific/Transform2Component.swift +++ b/Sources/GateEngine/ECS/2D Specific/Transform2Component.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardComponent.swift b/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardComponent.swift index 5cc8827a..0ca8c658 100644 --- a/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardSystem.swift b/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardSystem.swift index 3e2af34e..16e5f081 100644 --- a/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardSystem.swift +++ b/Sources/GateEngine/ECS/3D Specific/Billboard/BillboardSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/CameraComponent.swift b/Sources/GateEngine/ECS/3D Specific/CameraComponent.swift index ca29c967..49a8e5c6 100755 --- a/Sources/GateEngine/ECS/3D Specific/CameraComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/CameraComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/MaterialComponent.swift b/Sources/GateEngine/ECS/3D Specific/MaterialComponent.swift index 95cc1bc3..f25b881b 100644 --- a/Sources/GateEngine/ECS/3D Specific/MaterialComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/MaterialComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DComponent.swift b/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DComponent.swift index bb71efc7..4bf3d075 100644 --- a/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DSystem.swift b/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DSystem.swift index f01dd2be..13f7402c 100644 --- a/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DSystem.swift +++ b/Sources/GateEngine/ECS/3D Specific/ObjectAnimation/ObjectAnimation3DSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DComponent.swift b/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DComponent.swift index 3f330697..75c24c76 100755 --- a/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DSystem.swift b/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DSystem.swift index c8d5bac5..feec1a44 100755 --- a/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DSystem.swift +++ b/Sources/GateEngine/ECS/3D Specific/Physics/Collision3DSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Physics/OctreeComponent.swift b/Sources/GateEngine/ECS/3D Specific/Physics/OctreeComponent.swift index 2aff9588..505a5629 100644 --- a/Sources/GateEngine/ECS/3D Specific/Physics/OctreeComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/Physics/OctreeComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DComponent.swift b/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DComponent.swift index 51483e75..7479eba1 100755 --- a/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DSystem.swift b/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DSystem.swift index aa55c600..88ee8d7d 100755 --- a/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DSystem.swift +++ b/Sources/GateEngine/ECS/3D Specific/Physics/Physics3DSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/RenderingGeometryComponent.swift b/Sources/GateEngine/ECS/3D Specific/RenderingGeometryComponent.swift index c22b6c42..54646dd9 100644 --- a/Sources/GateEngine/ECS/3D Specific/RenderingGeometryComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/RenderingGeometryComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DComponent.swift b/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DComponent.swift index c4562736..c2aa3f76 100755 --- a/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DComponent.swift +++ b/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift b/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift index 83e2a011..f1d24ab4 100755 --- a/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift +++ b/Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/3D Specific/Transform3Component.swift b/Sources/GateEngine/ECS/3D Specific/Transform3Component.swift index 73dd9078..5b1ff14b 100644 --- a/Sources/GateEngine/ECS/3D Specific/Transform3Component.swift +++ b/Sources/GateEngine/ECS/3D Specific/Transform3Component.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/Component.swift b/Sources/GateEngine/ECS/Base/Component.swift index e1107863..26a28043 100755 --- a/Sources/GateEngine/ECS/Base/Component.swift +++ b/Sources/GateEngine/ECS/Base/Component.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/ECSContext.swift b/Sources/GateEngine/ECS/Base/ECSContext.swift index 9c5120c0..6f854943 100644 --- a/Sources/GateEngine/ECS/Base/ECSContext.swift +++ b/Sources/GateEngine/ECS/Base/ECSContext.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/Entity.swift b/Sources/GateEngine/ECS/Base/Entity.swift index 69f025d7..5884fd68 100755 --- a/Sources/GateEngine/ECS/Base/Entity.swift +++ b/Sources/GateEngine/ECS/Base/Entity.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/Performance.swift b/Sources/GateEngine/ECS/Base/Performance.swift index 4ba0e5fc..b207e758 100644 --- a/Sources/GateEngine/ECS/Base/Performance.swift +++ b/Sources/GateEngine/ECS/Base/Performance.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/PlatformSystem.swift b/Sources/GateEngine/ECS/Base/PlatformSystem.swift index 4f523f2a..adee4244 100644 --- a/Sources/GateEngine/ECS/Base/PlatformSystem.swift +++ b/Sources/GateEngine/ECS/Base/PlatformSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/RenderingSystem.swift b/Sources/GateEngine/ECS/Base/RenderingSystem.swift index d2564dad..ed937339 100644 --- a/Sources/GateEngine/ECS/Base/RenderingSystem.swift +++ b/Sources/GateEngine/ECS/Base/RenderingSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/SortOrder.swift b/Sources/GateEngine/ECS/Base/SortOrder.swift index cc3d54ff..9029c30a 100644 --- a/Sources/GateEngine/ECS/Base/SortOrder.swift +++ b/Sources/GateEngine/ECS/Base/SortOrder.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/Base/System.swift b/Sources/GateEngine/ECS/Base/System.swift index 0924bd9d..6e1f5156 100755 --- a/Sources/GateEngine/ECS/Base/System.swift +++ b/Sources/GateEngine/ECS/Base/System.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift b/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift index 038db1a4..314004b3 100755 --- a/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift +++ b/Sources/GateEngine/ECS/FinalizeSimulation/FinalizeSimulationSystem.swift @@ -1,5 +1,5 @@ -/** - * Copyright © 2023 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift b/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift index 33c6205b..5e8f6fad 100644 --- a/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift +++ b/Sources/GateEngine/ECS/FinalizeSimulation/MaxQuantityComponent.swift @@ -1,5 +1,5 @@ -/** - * Copyright © 2023 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift b/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift index 99a064df..3a5bdbb4 100644 --- a/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift +++ b/Sources/GateEngine/ECS/FinalizeSimulation/ParentRelationshipComponent.swift @@ -1,5 +1,5 @@ -/** - * Copyright © 2023 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift b/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift index 690a6035..836d3a0e 100755 --- a/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift +++ b/Sources/GateEngine/ECS/FinalizeSimulation/TimedDeathComponent.swift @@ -1,5 +1,5 @@ -/** - * Copyright © 2023 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift b/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift index afd9f88b..3198c5c5 100644 --- a/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift +++ b/Sources/GateEngine/ECS/PerformanceRenderingSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift b/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift index 53d09f56..0f24d4c2 100644 --- a/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift +++ b/Sources/GateEngine/ECS/PlatformSystems/AudioSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift b/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift index 56412504..e47d3b7a 100644 --- a/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift +++ b/Sources/GateEngine/ECS/PlatformSystems/CacheSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift b/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift index dc99904f..64688453 100644 --- a/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift +++ b/Sources/GateEngine/ECS/PlatformSystems/DeferredDelaySystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift b/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift index 4d314710..9da9ec64 100644 --- a/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift +++ b/Sources/GateEngine/ECS/PlatformSystems/HIDSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/StandardRenderingSystem.swift b/Sources/GateEngine/ECS/StandardRenderingSystem.swift index 03855788..135f8ad5 100644 --- a/Sources/GateEngine/ECS/StandardRenderingSystem.swift +++ b/Sources/GateEngine/ECS/StandardRenderingSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/StateMachine/StateMachine.swift b/Sources/GateEngine/ECS/StateMachine/StateMachine.swift index 4226edec..dafd606e 100755 --- a/Sources/GateEngine/ECS/StateMachine/StateMachine.swift +++ b/Sources/GateEngine/ECS/StateMachine/StateMachine.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift b/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift index 114305c9..97e21f37 100644 --- a/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift +++ b/Sources/GateEngine/ECS/StateMachine/StateMachineComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift b/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift index b04f664b..a155fbd9 100755 --- a/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift +++ b/Sources/GateEngine/ECS/StateMachine/StateMachineSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/ECS/TimeScaleComponent.swift b/Sources/GateEngine/ECS/TimeScaleComponent.swift index 2d75166e..c1638acf 100755 --- a/Sources/GateEngine/ECS/TimeScaleComponent.swift +++ b/Sources/GateEngine/ECS/TimeScaleComponent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Game.swift b/Sources/GateEngine/Game.swift index 29f60eef..7dcfba77 100644 --- a/Sources/GateEngine/Game.swift +++ b/Sources/GateEngine/Game.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/GameDelegate.swift b/Sources/GateEngine/GameDelegate.swift index 41340e7d..51e920a8 100644 --- a/Sources/GateEngine/GameDelegate.swift +++ b/Sources/GateEngine/GameDelegate.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/GateEngine.swift b/Sources/GateEngine/GateEngine.swift index d08cd794..c540881f 100644 --- a/Sources/GateEngine/GateEngine.swift +++ b/Sources/GateEngine/GateEngine.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Helpers/IDGenerator.swift b/Sources/GateEngine/Helpers/IDGenerator.swift index 0727e5eb..f87ff2d2 100644 --- a/Sources/GateEngine/Helpers/IDGenerator.swift +++ b/Sources/GateEngine/Helpers/IDGenerator.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Physics/Octree.swift b/Sources/GateEngine/Physics/Octree.swift index b542d4c2..d849cda1 100644 --- a/Sources/GateEngine/Physics/Octree.swift +++ b/Sources/GateEngine/Physics/Octree.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Physics/Quadtree.swift b/Sources/GateEngine/Physics/Quadtree.swift index 028ec73e..c5246d29 100644 --- a/Sources/GateEngine/Physics/Quadtree.swift +++ b/Sources/GateEngine/Physics/Quadtree.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Physics/RawGeometry+Extensions.swift b/Sources/GateEngine/Physics/RawGeometry+Extensions.swift index 67684832..d62be5b5 100644 --- a/Sources/GateEngine/Physics/RawGeometry+Extensions.swift +++ b/Sources/GateEngine/Physics/RawGeometry+Extensions.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Physics/SkinCollider.swift b/Sources/GateEngine/Physics/SkinCollider.swift index d0814598..2712f9eb 100644 --- a/Sources/GateEngine/Physics/SkinCollider.swift +++ b/Sources/GateEngine/Physics/SkinCollider.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift b/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift index e9f19336..c6f2131a 100644 --- a/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift +++ b/Sources/GateEngine/Resources/Animation/ObjectAnimation3D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Geometry.swift b/Sources/GateEngine/Resources/Geometry/Geometry.swift index 0770a43a..5a6b1fd9 100644 --- a/Sources/GateEngine/Resources/Geometry/Geometry.swift +++ b/Sources/GateEngine/Resources/Geometry/Geometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Lines.swift b/Sources/GateEngine/Resources/Geometry/Lines.swift index 67a14c65..f2cf6555 100644 --- a/Sources/GateEngine/Resources/Geometry/Lines.swift +++ b/Sources/GateEngine/Resources/Geometry/Lines.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift b/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift index 364916d5..3c913c03 100644 --- a/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift +++ b/Sources/GateEngine/Resources/Geometry/MutableGeometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/MutableLines.swift b/Sources/GateEngine/Resources/Geometry/MutableLines.swift index 4f927a3d..d73a314c 100644 --- a/Sources/GateEngine/Resources/Geometry/MutableLines.swift +++ b/Sources/GateEngine/Resources/Geometry/MutableLines.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/MutablePoints.swift b/Sources/GateEngine/Resources/Geometry/MutablePoints.swift index 92136d5d..81cf08ea 100644 --- a/Sources/GateEngine/Resources/Geometry/MutablePoints.swift +++ b/Sources/GateEngine/Resources/Geometry/MutablePoints.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Points.swift b/Sources/GateEngine/Resources/Geometry/Points.swift index d37afa0f..10b885c5 100644 --- a/Sources/GateEngine/Resources/Geometry/Points.swift +++ b/Sources/GateEngine/Resources/Geometry/Points.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift b/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift index 50165fc1..0498624a 100755 --- a/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift +++ b/Sources/GateEngine/Resources/Geometry/Raw/RawGeometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift b/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift index 8e4798f6..73506740 100755 --- a/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift +++ b/Sources/GateEngine/Resources/Geometry/Raw/RawLines.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift b/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift index 98d6d751..ad067cbd 100644 --- a/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift +++ b/Sources/GateEngine/Resources/Geometry/Raw/RawPoints.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift b/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift index 3739b2ff..e2110911 100644 --- a/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift +++ b/Sources/GateEngine/Resources/Geometry/Raw/Triangle.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift b/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift index d216e82a..352ab005 100644 --- a/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift +++ b/Sources/GateEngine/Resources/Geometry/Raw/Vertex.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift b/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift index cb897324..1f4effd7 100644 --- a/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift +++ b/Sources/GateEngine/Resources/Geometry/SkinnedGeometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/ApplePlatformImageImporter.swift b/Sources/GateEngine/Resources/Importers/ApplePlatformImageImporter.swift index 9dee13f8..19f34235 100644 --- a/Sources/GateEngine/Resources/Importers/ApplePlatformImageImporter.swift +++ b/Sources/GateEngine/Resources/Importers/ApplePlatformImageImporter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/ApplePlatformModelImporter.swift b/Sources/GateEngine/Resources/Importers/ApplePlatformModelImporter.swift index 13ba35ef..58a9d99c 100644 --- a/Sources/GateEngine/Resources/Importers/ApplePlatformModelImporter.swift +++ b/Sources/GateEngine/Resources/Importers/ApplePlatformModelImporter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/GLTransmissionFormat.swift b/Sources/GateEngine/Resources/Importers/GLTransmissionFormat.swift index 99d52ea2..f553f4b6 100644 --- a/Sources/GateEngine/Resources/Importers/GLTransmissionFormat.swift +++ b/Sources/GateEngine/Resources/Importers/GLTransmissionFormat.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/PNGImporter.swift b/Sources/GateEngine/Resources/Importers/PNGImporter.swift index b25e73d2..fe76bcb8 100644 --- a/Sources/GateEngine/Resources/Importers/PNGImporter.swift +++ b/Sources/GateEngine/Resources/Importers/PNGImporter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/TiledTMJImporter.swift b/Sources/GateEngine/Resources/Importers/TiledTMJImporter.swift index 9b9bd7f5..5a45c4e7 100644 --- a/Sources/GateEngine/Resources/Importers/TiledTMJImporter.swift +++ b/Sources/GateEngine/Resources/Importers/TiledTMJImporter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/TiledTSJImporter.swift b/Sources/GateEngine/Resources/Importers/TiledTSJImporter.swift index 9fe0fb37..d24890e1 100644 --- a/Sources/GateEngine/Resources/Importers/TiledTSJImporter.swift +++ b/Sources/GateEngine/Resources/Importers/TiledTSJImporter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Importers/WavefrontOBJ.swift b/Sources/GateEngine/Resources/Importers/WavefrontOBJ.swift index 938cdcc1..7ca866cb 100644 --- a/Sources/GateEngine/Resources/Importers/WavefrontOBJ.swift +++ b/Sources/GateEngine/Resources/Importers/WavefrontOBJ.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Lights/Base/Light.swift b/Sources/GateEngine/Resources/Lights/Base/Light.swift index 11aa19fe..f5f68e74 100644 --- a/Sources/GateEngine/Resources/Lights/Base/Light.swift +++ b/Sources/GateEngine/Resources/Lights/Base/Light.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Lights/DirectionalLight.swift b/Sources/GateEngine/Resources/Lights/DirectionalLight.swift index ab5f3f7e..6e039327 100644 --- a/Sources/GateEngine/Resources/Lights/DirectionalLight.swift +++ b/Sources/GateEngine/Resources/Lights/DirectionalLight.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Lights/PointLight.swift b/Sources/GateEngine/Resources/Lights/PointLight.swift index 72f939d6..6910c747 100644 --- a/Sources/GateEngine/Resources/Lights/PointLight.swift +++ b/Sources/GateEngine/Resources/Lights/PointLight.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Lights/SpotLight.swift b/Sources/GateEngine/Resources/Lights/SpotLight.swift index c56d9d09..15ce2ca4 100644 --- a/Sources/GateEngine/Resources/Lights/SpotLight.swift +++ b/Sources/GateEngine/Resources/Lights/SpotLight.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Paths.swift b/Sources/GateEngine/Resources/Paths.swift index 2c0ceda1..40885d54 100644 --- a/Sources/GateEngine/Resources/Paths.swift +++ b/Sources/GateEngine/Resources/Paths.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Resource.swift b/Sources/GateEngine/Resources/Resource.swift index 4ff44860..35f1ee70 100644 --- a/Sources/GateEngine/Resources/Resource.swift +++ b/Sources/GateEngine/Resources/Resource.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/ResourceManager.swift b/Sources/GateEngine/Resources/ResourceManager.swift index 6fad94fa..bbe295ef 100644 --- a/Sources/GateEngine/Resources/ResourceManager.swift +++ b/Sources/GateEngine/Resources/ResourceManager.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Skinning/SkeletalAnimation.swift b/Sources/GateEngine/Resources/Skinning/SkeletalAnimation.swift index cde1f904..5e18197d 100644 --- a/Sources/GateEngine/Resources/Skinning/SkeletalAnimation.swift +++ b/Sources/GateEngine/Resources/Skinning/SkeletalAnimation.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Skinning/Skeleton.swift b/Sources/GateEngine/Resources/Skinning/Skeleton.swift index 63ef0548..d33a0a71 100755 --- a/Sources/GateEngine/Resources/Skinning/Skeleton.swift +++ b/Sources/GateEngine/Resources/Skinning/Skeleton.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Skinning/Skin.swift b/Sources/GateEngine/Resources/Skinning/Skin.swift index 4c37d3aa..d51c6d47 100755 --- a/Sources/GateEngine/Resources/Skinning/Skin.swift +++ b/Sources/GateEngine/Resources/Skinning/Skin.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Sprites/Sprite.swift b/Sources/GateEngine/Resources/Sprites/Sprite.swift index 11c531f7..a49651c6 100644 --- a/Sources/GateEngine/Resources/Sprites/Sprite.swift +++ b/Sources/GateEngine/Resources/Sprites/Sprite.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Sprites/SpriteAnimation.swift b/Sources/GateEngine/Resources/Sprites/SpriteAnimation.swift index 53a0adc8..df856834 100644 --- a/Sources/GateEngine/Resources/Sprites/SpriteAnimation.swift +++ b/Sources/GateEngine/Resources/Sprites/SpriteAnimation.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Sprites/SpriteSheet.swift b/Sources/GateEngine/Resources/Sprites/SpriteSheet.swift index e9b17762..5924bcfb 100644 --- a/Sources/GateEngine/Resources/Sprites/SpriteSheet.swift +++ b/Sources/GateEngine/Resources/Sprites/SpriteSheet.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Text/Backends/ImageFont.swift b/Sources/GateEngine/Resources/Text/Backends/ImageFont.swift index 52b93e01..a0cc44d9 100644 --- a/Sources/GateEngine/Resources/Text/Backends/ImageFont.swift +++ b/Sources/GateEngine/Resources/Text/Backends/ImageFont.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Text/Backends/TTFFont.swift b/Sources/GateEngine/Resources/Text/Backends/TTFFont.swift index 6cb8f08a..38de6b51 100644 --- a/Sources/GateEngine/Resources/Text/Backends/TTFFont.swift +++ b/Sources/GateEngine/Resources/Text/Backends/TTFFont.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Text/Font.swift b/Sources/GateEngine/Resources/Text/Font.swift index 9a0846e0..6ff6c26f 100644 --- a/Sources/GateEngine/Resources/Text/Font.swift +++ b/Sources/GateEngine/Resources/Text/Font.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Text/Text.swift b/Sources/GateEngine/Resources/Text/Text.swift index b2b28b76..2a9bb9a2 100644 --- a/Sources/GateEngine/Resources/Text/Text.swift +++ b/Sources/GateEngine/Resources/Text/Text.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Texture/Texture.swift b/Sources/GateEngine/Resources/Texture/Texture.swift index adc6f86f..a10ec594 100644 --- a/Sources/GateEngine/Resources/Texture/Texture.swift +++ b/Sources/GateEngine/Resources/Texture/Texture.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Tiles/TileMap.swift b/Sources/GateEngine/Resources/Tiles/TileMap.swift index f66e1ef4..a8a2c326 100644 --- a/Sources/GateEngine/Resources/Tiles/TileMap.swift +++ b/Sources/GateEngine/Resources/Tiles/TileMap.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Resources/Tiles/TileSet.swift b/Sources/GateEngine/Resources/Tiles/TileSet.swift index 3bb8a724..a7a3e29f 100644 --- a/Sources/GateEngine/Resources/Tiles/TileSet.swift +++ b/Sources/GateEngine/Resources/Tiles/TileSet.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/SaveState.swift b/Sources/GateEngine/SaveState.swift index 1d937b48..38d04e63 100644 --- a/Sources/GateEngine/SaveState.swift +++ b/Sources/GateEngine/SaveState.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/Gravity+Errors.swift b/Sources/GateEngine/Scripting/Gravity/Gravity+Errors.swift index aa384bf7..c6434211 100644 --- a/Sources/GateEngine/Scripting/Gravity/Gravity+Errors.swift +++ b/Sources/GateEngine/Scripting/Gravity/Gravity+Errors.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift b/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift index ce306b86..a5aa5f29 100644 --- a/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift +++ b/Sources/GateEngine/Scripting/Gravity/Gravity+Files.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/Gravity+Testing.swift b/Sources/GateEngine/Scripting/Gravity/Gravity+Testing.swift index 3147a0b9..e7ece5cf 100644 --- a/Sources/GateEngine/Scripting/Gravity/Gravity+Testing.swift +++ b/Sources/GateEngine/Scripting/Gravity/Gravity+Testing.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/Gravity.swift b/Sources/GateEngine/Scripting/Gravity/Gravity.swift index ce88d6e4..6da6ac96 100644 --- a/Sources/GateEngine/Scripting/Gravity/Gravity.swift +++ b/Sources/GateEngine/Scripting/Gravity/Gravity.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/GravityClass.swift b/Sources/GateEngine/Scripting/Gravity/GravityClass.swift index d66aaeaa..465e1b1f 100644 --- a/Sources/GateEngine/Scripting/Gravity/GravityClass.swift +++ b/Sources/GateEngine/Scripting/Gravity/GravityClass.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/GravityClosure.swift b/Sources/GateEngine/Scripting/Gravity/GravityClosure.swift index ff6865ad..5f3a1ac8 100644 --- a/Sources/GateEngine/Scripting/Gravity/GravityClosure.swift +++ b/Sources/GateEngine/Scripting/Gravity/GravityClosure.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/GravityInstance.swift b/Sources/GateEngine/Scripting/Gravity/GravityInstance.swift index 6f8f3af5..5b66327a 100644 --- a/Sources/GateEngine/Scripting/Gravity/GravityInstance.swift +++ b/Sources/GateEngine/Scripting/Gravity/GravityInstance.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/GravityProtocols.swift b/Sources/GateEngine/Scripting/Gravity/GravityProtocols.swift index b9d7044a..d843e11c 100644 --- a/Sources/GateEngine/Scripting/Gravity/GravityProtocols.swift +++ b/Sources/GateEngine/Scripting/Gravity/GravityProtocols.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/GravityValue.swift b/Sources/GateEngine/Scripting/Gravity/GravityValue.swift index fe8881f4..51a8c1e1 100644 --- a/Sources/GateEngine/Scripting/Gravity/GravityValue.swift +++ b/Sources/GateEngine/Scripting/Gravity/GravityValue.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Scripting/Gravity/GravityValueConvertible.swift b/Sources/GateEngine/Scripting/Gravity/GravityValueConvertible.swift index a48cb968..ed676c69 100644 --- a/Sources/GateEngine/Scripting/Gravity/GravityValueConvertible.swift +++ b/Sources/GateEngine/Scripting/Gravity/GravityValueConvertible.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Music.swift b/Sources/GateEngine/System/Audio/Music.swift index 322d7c05..ef7ee186 100644 --- a/Sources/GateEngine/System/Audio/Music.swift +++ b/Sources/GateEngine/System/Audio/Music.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/AudioFormats/VorbisFile.swift b/Sources/GateEngine/System/Audio/Platforms/AudioFormats/VorbisFile.swift index df178193..66d968e5 100755 --- a/Sources/GateEngine/System/Audio/Platforms/AudioFormats/VorbisFile.swift +++ b/Sources/GateEngine/System/Audio/Platforms/AudioFormats/VorbisFile.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift b/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift index 3ee43b42..3ad05a45 100755 --- a/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift +++ b/Sources/GateEngine/System/Audio/Platforms/AudioFormats/WaveFile.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift b/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift index a37fea2e..4c4d967e 100644 --- a/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift +++ b/Sources/GateEngine/System/Audio/Platforms/AudioTypes.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift index 94fd1089..79439e94 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CAListenerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift index 3ae06502..8d128926 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASourceReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift index c8c15b0d..2087147e 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/3D/CASpacialMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift index 1c44c546..259cacdf 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CABufferReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift index 78f44202..85fc7317 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/CAContextReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift index f083973b..1ba2d831 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift index 6e5a5c01..35ad2038 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/CoreAudio/Soundtrack/CAAudioTrackReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift index 6705b879..5454d692 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OAListenerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift index 590343e1..2f402510 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASourceReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift index 5b6e753e..52866523 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/3D/OASpacialMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift index a1a1b725..450635ab 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OABufferReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift index 82f83041..8cfd7b6e 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/OAContextReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift index b4cdb85e..1d1ed108 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift index 3ad2754a..354525df 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/Soundtrack/OAAudioTrackReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift index 089b706d..97a7fa5e 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALContext.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift index 9fa20abe..c9125d35 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALDevice.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift index c749bc5e..3434f578 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALError.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift index 7a6f3b54..656ae5d6 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/OpenAL/_Backend/OpenALSource.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift index c67fc081..5163bd26 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WAListenerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift index 1468df88..40cbf37a 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASourceReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift index 117cf083..0f3cb6f7 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/3D/WASpacialMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift index 8fa42a65..0d58e5ca 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift index 18f49ce1..5db8dba0 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/Soundtrack/WAAudioTrackReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift index a1057a42..0ed8fa69 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WABufferReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift index 9f3af554..ca73a587 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/WebAudio/WAContextReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift index 07b907f9..f218189b 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XAListenerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASourceReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASourceReference.swift index 36a143e4..43576c73 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASourceReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASourceReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASpacialMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASpacialMixerReference.swift index 9c58628b..1af04f4c 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASpacialMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/3D/XASpacialMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioMixerReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioMixerReference.swift index e59ce56f..3991e144 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioMixerReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioMixerReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioTrackReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioTrackReference.swift index b39bdce5..a2863452 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioTrackReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/Soundtrack/XAAudioTrackReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XABufferReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XABufferReference.swift index 25754806..4da23585 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XABufferReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XABufferReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XAContextReference.swift b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XAContextReference.swift index 4601a8b9..c098f87b 100644 --- a/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XAContextReference.swift +++ b/Sources/GateEngine/System/Audio/Platforms/Backends/XAudio/XAContextReference.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift b/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift index d81ecb4e..132dae2e 100755 --- a/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift +++ b/Sources/GateEngine/System/Audio/Platforms/BufferConverter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/Sound.swift b/Sources/GateEngine/System/Audio/Sound.swift index 48df15c4..770ae212 100644 --- a/Sources/GateEngine/System/Audio/Sound.swift +++ b/Sources/GateEngine/System/Audio/Sound.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/AudioBuffer.swift b/Sources/GateEngine/System/Audio/System/AudioBuffer.swift index 003dac88..65aaf0e1 100755 --- a/Sources/GateEngine/System/Audio/System/AudioBuffer.swift +++ b/Sources/GateEngine/System/Audio/System/AudioBuffer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/AudioContext.swift b/Sources/GateEngine/System/Audio/System/AudioContext.swift index 47c0fcdf..ef56559d 100755 --- a/Sources/GateEngine/System/Audio/System/AudioContext.swift +++ b/Sources/GateEngine/System/Audio/System/AudioContext.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift b/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift index 84b9d5b5..b6d1f97a 100755 --- a/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift +++ b/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioMixer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioTrack.swift b/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioTrack.swift index 8f65c1a9..1f8bb1db 100755 --- a/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioTrack.swift +++ b/Sources/GateEngine/System/Audio/System/Multi-Channel/AudioTrack.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift b/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift index 0389a3f2..e85ebeb3 100755 --- a/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift +++ b/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioListener.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift b/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift index 3da9b035..95e5dc11 100755 --- a/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift +++ b/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioMixer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift b/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift index f4fad491..68c2e697 100755 --- a/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift +++ b/Sources/GateEngine/System/Audio/System/Spatial/SpatialAudioSource.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePad.swift b/Sources/GateEngine/System/HID/GamePad/GamePad.swift index 7f4381d6..cfdc53ea 100755 --- a/Sources/GateEngine/System/HID/GamePad/GamePad.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePad.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift index 605555ac..556fc403 100644 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/GamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/IOKitGamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/IOKitGamePadInterpreter.swift index a7e81fd9..3c487f1f 100755 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/IOKitGamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/IOKitGamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/LinuxHIDGamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/LinuxHIDGamePadInterpreter.swift index 0218af4b..7da31799 100755 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/LinuxHIDGamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/LinuxHIDGamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/Mapping/SDL2/SDL2.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/Mapping/SDL2/SDL2.swift index 9546a7e6..cb7c0aae 100644 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/Mapping/SDL2/SDL2.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/HID/Mapping/SDL2/SDL2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift index a8f2ca65..9483ef86 100755 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/MFIGamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift index dad84dd7..3589750c 100644 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/NullGamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/WASIGamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/WASIGamePadInterpreter.swift index 2858cc5b..387b068a 100644 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/WASIGamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/WASIGamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/XInputGamePadInterpreter.swift b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/XInputGamePadInterpreter.swift index 667cdfac..529dff9d 100644 --- a/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/XInputGamePadInterpreter.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadInterpreter/Interpreters/XInputGamePadInterpreter.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift b/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift index a5fe44bf..ab3c31b3 100644 --- a/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift +++ b/Sources/GateEngine/System/HID/GamePad/GamePadManager.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/HID.swift b/Sources/GateEngine/System/HID/HID.swift index 8e2308f1..ceebd26d 100644 --- a/Sources/GateEngine/System/HID/HID.swift +++ b/Sources/GateEngine/System/HID/HID.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift b/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift index 44979be0..ad2232fb 100644 --- a/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift +++ b/Sources/GateEngine/System/HID/Keyboard/CharacterStream.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift b/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift index 30e80c55..880dca42 100644 --- a/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift +++ b/Sources/GateEngine/System/HID/Keyboard/Keyboard.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift b/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift index 05da3cb6..c3e1ebb9 100644 --- a/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift +++ b/Sources/GateEngine/System/HID/Keyboard/KeyboardEvent.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift b/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift index efc06c05..3a203f64 100644 --- a/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift +++ b/Sources/GateEngine/System/HID/Keyboard/KeyboardKey.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift b/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift index a00b4565..24964412 100644 --- a/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift +++ b/Sources/GateEngine/System/HID/Keyboard/KeyboardModifierMask.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Mouse/Mouse.swift b/Sources/GateEngine/System/HID/Mouse/Mouse.swift index 18824755..39a4d298 100644 --- a/Sources/GateEngine/System/HID/Mouse/Mouse.swift +++ b/Sources/GateEngine/System/HID/Mouse/Mouse.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Mouse/MouseButton.swift b/Sources/GateEngine/System/HID/Mouse/MouseButton.swift index 8ab8754c..bde76210 100644 --- a/Sources/GateEngine/System/HID/Mouse/MouseButton.swift +++ b/Sources/GateEngine/System/HID/Mouse/MouseButton.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift b/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift index 16354e17..a86a8f8e 100644 --- a/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift +++ b/Sources/GateEngine/System/HID/Mouse/MouseScroller.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Touch/GestureRecognizers.swift b/Sources/GateEngine/System/HID/Touch/GestureRecognizers.swift index c0f13c1f..77a05937 100644 --- a/Sources/GateEngine/System/HID/Touch/GestureRecognizers.swift +++ b/Sources/GateEngine/System/HID/Touch/GestureRecognizers.swift @@ -1,5 +1,5 @@ -/** - * Copyright © 2023 Dustin Collins (Strega's Gate) +/* + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Touch/Touch.swift b/Sources/GateEngine/System/HID/Touch/Touch.swift index b74ab091..7da983b9 100644 --- a/Sources/GateEngine/System/HID/Touch/Touch.swift +++ b/Sources/GateEngine/System/HID/Touch/Touch.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Touch/TouchScreen.swift b/Sources/GateEngine/System/HID/Touch/TouchScreen.swift index b2298cd1..b5c91266 100644 --- a/Sources/GateEngine/System/HID/Touch/TouchScreen.swift +++ b/Sources/GateEngine/System/HID/Touch/TouchScreen.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/HID/Touch/TouchSurface.swift b/Sources/GateEngine/System/HID/Touch/TouchSurface.swift index fad3abb8..3091bfe7 100644 --- a/Sources/GateEngine/System/HID/Touch/TouchSurface.swift +++ b/Sources/GateEngine/System/HID/Touch/TouchSurface.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Android/AndroidPlatform.swift b/Sources/GateEngine/System/Platforms/Android/AndroidPlatform.swift index 762fc3cb..3d601dfd 100644 --- a/Sources/GateEngine/System/Platforms/Android/AndroidPlatform.swift +++ b/Sources/GateEngine/System/Platforms/Android/AndroidPlatform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitMetalView.swift b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitMetalView.swift index aa78c35d..12473027 100644 --- a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitMetalView.swift +++ b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitMetalView.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitViewController.swift b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitViewController.swift index 3e2cdd05..468861db 100644 --- a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitViewController.swift +++ b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitViewController.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitWindow.swift b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitWindow.swift index 9c5b886c..7b4dd0e7 100644 --- a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitWindow.swift +++ b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKit/AppKitWindow.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKitPlatform.swift b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKitPlatform.swift index bd65d50c..7bbae611 100644 --- a/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKitPlatform.swift +++ b/Sources/GateEngine/System/Platforms/Apple/AppKit/AppKitPlatform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/AppleFileSystem.swift b/Sources/GateEngine/System/Platforms/Apple/AppleFileSystem.swift index fb104017..8b04a58a 100644 --- a/Sources/GateEngine/System/Platforms/Apple/AppleFileSystem.swift +++ b/Sources/GateEngine/System/Platforms/Apple/AppleFileSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitMetalView.swift b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitMetalView.swift index 05ec1b35..26553ac3 100644 --- a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitMetalView.swift +++ b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitMetalView.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitViewController.swift b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitViewController.swift index 627bd916..b740d752 100644 --- a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitViewController.swift +++ b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitViewController.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitWindow.swift b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitWindow.swift index c2bac7fb..015b3df7 100644 --- a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitWindow.swift +++ b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKit/UIKitWindow.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKitPlatform.swift b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKitPlatform.swift index ea233f16..7bbff127 100644 --- a/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKitPlatform.swift +++ b/Sources/GateEngine/System/Platforms/Apple/UIKit/UIKitPlatform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/FileSystem.swift b/Sources/GateEngine/System/Platforms/FileSystem.swift index fd9f0e5f..1e7e5df2 100644 --- a/Sources/GateEngine/System/Platforms/FileSystem.swift +++ b/Sources/GateEngine/System/Platforms/FileSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Linux/LinuxFileSystem.swift b/Sources/GateEngine/System/Platforms/Linux/LinuxFileSystem.swift index df273184..ebb05f39 100644 --- a/Sources/GateEngine/System/Platforms/Linux/LinuxFileSystem.swift +++ b/Sources/GateEngine/System/Platforms/Linux/LinuxFileSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Linux/LinuxPlatform.swift b/Sources/GateEngine/System/Platforms/Linux/LinuxPlatform.swift index 2b4532d7..e3a9a912 100644 --- a/Sources/GateEngine/System/Platforms/Linux/LinuxPlatform.swift +++ b/Sources/GateEngine/System/Platforms/Linux/LinuxPlatform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Linux/X11/X11Window.swift b/Sources/GateEngine/System/Platforms/Linux/X11/X11Window.swift index 0a8021d8..f1cb8397 100644 --- a/Sources/GateEngine/System/Platforms/Linux/X11/X11Window.swift +++ b/Sources/GateEngine/System/Platforms/Linux/X11/X11Window.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Platform.swift b/Sources/GateEngine/System/Platforms/Platform.swift index e394e6f6..c31745ff 100644 --- a/Sources/GateEngine/System/Platforms/Platform.swift +++ b/Sources/GateEngine/System/Platforms/Platform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/WASI/WASI/WASIWindow.swift b/Sources/GateEngine/System/Platforms/WASI/WASI/WASIWindow.swift index a6a5e8df..01a1d125 100644 --- a/Sources/GateEngine/System/Platforms/WASI/WASI/WASIWindow.swift +++ b/Sources/GateEngine/System/Platforms/WASI/WASI/WASIWindow.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/WASI/WASIFileSystem.swift b/Sources/GateEngine/System/Platforms/WASI/WASIFileSystem.swift index ba51b83a..af437d45 100644 --- a/Sources/GateEngine/System/Platforms/WASI/WASIFileSystem.swift +++ b/Sources/GateEngine/System/Platforms/WASI/WASIFileSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/WASI/WASIPlatform.swift b/Sources/GateEngine/System/Platforms/WASI/WASIPlatform.swift index 1ba227e8..79e1804c 100644 --- a/Sources/GateEngine/System/Platforms/WASI/WASIPlatform.swift +++ b/Sources/GateEngine/System/Platforms/WASI/WASIPlatform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Win32/Win32/Win32Window.swift b/Sources/GateEngine/System/Platforms/Win32/Win32/Win32Window.swift index 834343e4..03887399 100644 --- a/Sources/GateEngine/System/Platforms/Win32/Win32/Win32Window.swift +++ b/Sources/GateEngine/System/Platforms/Win32/Win32/Win32Window.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Win32/Win32/WinSDK+Helpers.swift b/Sources/GateEngine/System/Platforms/Win32/Win32/WinSDK+Helpers.swift index 1ed6db3f..9f7903c0 100644 --- a/Sources/GateEngine/System/Platforms/Win32/Win32/WinSDK+Helpers.swift +++ b/Sources/GateEngine/System/Platforms/Win32/Win32/WinSDK+Helpers.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Win32/Win32FileSystem.swift b/Sources/GateEngine/System/Platforms/Win32/Win32FileSystem.swift index c40c6bf5..bf66f2d9 100644 --- a/Sources/GateEngine/System/Platforms/Win32/Win32FileSystem.swift +++ b/Sources/GateEngine/System/Platforms/Win32/Win32FileSystem.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Platforms/Win32/Win32Platform.swift b/Sources/GateEngine/System/Platforms/Win32/Win32Platform.swift index 52fd7919..8ff96dd9 100644 --- a/Sources/GateEngine/System/Platforms/Win32/Win32Platform.swift +++ b/Sources/GateEngine/System/Platforms/Win32/Win32Platform.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift b/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift index a1478c20..e5049840 100644 --- a/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift +++ b/Sources/GateEngine/System/Rendering/Drawables/Canvas.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift b/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift index d9771dc4..ac3a3a6d 100644 --- a/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift +++ b/Sources/GateEngine/System/Rendering/Drawables/DrawCommand.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Drawables/Scene.swift b/Sources/GateEngine/System/Rendering/Drawables/Scene.swift index 40d93a6c..c9184f2e 100644 --- a/Sources/GateEngine/System/Rendering/Drawables/Scene.swift +++ b/Sources/GateEngine/System/Rendering/Drawables/Scene.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift index 296ef2f3..b0a84a3b 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Geometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12RenderTarget.swift b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12RenderTarget.swift index 2b5a8ba8..ddf25195 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12RenderTarget.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12RenderTarget.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Renderer.swift b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Renderer.swift index a3e1c826..71b8782c 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Renderer.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Renderer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12SwapChain.swift b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12SwapChain.swift index a707c6d3..56033e6a 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12SwapChain.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12SwapChain.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Texture.swift b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Texture.swift index 0f442dc7..65732118 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Texture.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/DirectX12/DX12Texture.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift b/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift index b25f2f88..97c67cfb 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/GeometryBackend.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift index e8388404..48d874ea 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalGeometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift index 6a61d16e..62b12a52 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderTarget.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift index df41d83b..48ab32d2 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalRenderer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift index ea737a0f..393d3076 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/Metal/MetalTexture.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLGeometry.swift b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLGeometry.swift index 1a33b016..9ec7a7d3 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLGeometry.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLGeometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift index 4f9c0910..597f6863 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderTarget.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Apple.swift b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Apple.swift index 82aad7b0..3ae7cb87 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Apple.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Apple.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Linux.swift b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Linux.swift index 1dd6d385..2dad9e75 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Linux.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer+Linux.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift index c16caa04..5b29d74a 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLRenderer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift index c5df5856..4d23f7f8 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/OpenGL/OpenGLTexture.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Geometry.swift b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Geometry.swift index 5c17329b..d8120ff0 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Geometry.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Geometry.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift index b7245739..a29ab21a 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2RenderTarget.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Renderer.swift b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Renderer.swift index 068c6a63..81181b9d 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Renderer.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Renderer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Texture.swift b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Texture.swift index f51edd10..e9aa94a2 100644 --- a/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Texture.swift +++ b/Sources/GateEngine/System/Rendering/Platforms/WebGL2/WebGL2Texture.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/RenderTarget.swift b/Sources/GateEngine/System/Rendering/RenderTarget.swift index 028ea9c3..d7411682 100644 --- a/Sources/GateEngine/System/Rendering/RenderTarget.swift +++ b/Sources/GateEngine/System/Rendering/RenderTarget.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/Renderer.swift b/Sources/GateEngine/System/Rendering/Renderer.swift index 27683568..51974824 100644 --- a/Sources/GateEngine/System/Rendering/Renderer.swift +++ b/Sources/GateEngine/System/Rendering/Renderer.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/Rendering/SystemShaders.swift b/Sources/GateEngine/System/Rendering/SystemShaders.swift index 1880746f..15846759 100644 --- a/Sources/GateEngine/System/Rendering/SystemShaders.swift +++ b/Sources/GateEngine/System/Rendering/SystemShaders.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/System/WindowManager.swift b/Sources/GateEngine/System/WindowManager.swift index 2eb73d52..5a833e42 100644 --- a/Sources/GateEngine/System/WindowManager.swift +++ b/Sources/GateEngine/System/WindowManager.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Types/Camera.swift b/Sources/GateEngine/Types/Camera.swift index c7bbf998..ccb48725 100644 --- a/Sources/GateEngine/Types/Camera.swift +++ b/Sources/GateEngine/Types/Camera.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Types/Material.swift b/Sources/GateEngine/Types/Material.swift index c2413d28..f8599688 100644 --- a/Sources/GateEngine/Types/Material.swift +++ b/Sources/GateEngine/Types/Material.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/Types/Matricies.swift b/Sources/GateEngine/Types/Matricies.swift index 771acdd9..dd886627 100644 --- a/Sources/GateEngine/Types/Matricies.swift +++ b/Sources/GateEngine/Types/Matricies.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/Button.swift b/Sources/GateEngine/UI/Button.swift index ae4d07e0..ab37b191 100644 --- a/Sources/GateEngine/UI/Button.swift +++ b/Sources/GateEngine/UI/Button.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/Control.swift b/Sources/GateEngine/UI/Control.swift index bb48b23b..690a8b08 100644 --- a/Sources/GateEngine/UI/Control.swift +++ b/Sources/GateEngine/UI/Control.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/Drawables/UICanvas.swift b/Sources/GateEngine/UI/Drawables/UICanvas.swift index f2064125..ed0a925a 100644 --- a/Sources/GateEngine/UI/Drawables/UICanvas.swift +++ b/Sources/GateEngine/UI/Drawables/UICanvas.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/GameViewController.swift b/Sources/GateEngine/UI/GameViewController.swift index 580439a1..65b74047 100644 --- a/Sources/GateEngine/UI/GameViewController.swift +++ b/Sources/GateEngine/UI/GameViewController.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/ImageView.swift b/Sources/GateEngine/UI/ImageView.swift index cc8aea03..060ce3d6 100644 --- a/Sources/GateEngine/UI/ImageView.swift +++ b/Sources/GateEngine/UI/ImageView.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/Label.swift b/Sources/GateEngine/UI/Label.swift index 15458f26..15482ed8 100644 --- a/Sources/GateEngine/UI/Label.swift +++ b/Sources/GateEngine/UI/Label.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/Layout.swift b/Sources/GateEngine/UI/Layout.swift index 62b9ef81..0a9e6961 100644 --- a/Sources/GateEngine/UI/Layout.swift +++ b/Sources/GateEngine/UI/Layout.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/ScrollView.swift b/Sources/GateEngine/UI/ScrollView.swift index a18eb538..ab868941 100644 --- a/Sources/GateEngine/UI/ScrollView.swift +++ b/Sources/GateEngine/UI/ScrollView.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/SplitViewController.swift b/Sources/GateEngine/UI/SplitViewController.swift index b2e49e49..32584939 100644 --- a/Sources/GateEngine/UI/SplitViewController.swift +++ b/Sources/GateEngine/UI/SplitViewController.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/StackView.swift b/Sources/GateEngine/UI/StackView.swift index 2216959d..675afee5 100644 --- a/Sources/GateEngine/UI/StackView.swift +++ b/Sources/GateEngine/UI/StackView.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/TableView.swift b/Sources/GateEngine/UI/TableView.swift index a9476ed4..d163d654 100644 --- a/Sources/GateEngine/UI/TableView.swift +++ b/Sources/GateEngine/UI/TableView.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/TextField.swift b/Sources/GateEngine/UI/TextField.swift index e210c3df..613f18ea 100644 --- a/Sources/GateEngine/UI/TextField.swift +++ b/Sources/GateEngine/UI/TextField.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/View.swift b/Sources/GateEngine/UI/View.swift index d7f95f98..6d0a358b 100644 --- a/Sources/GateEngine/UI/View.swift +++ b/Sources/GateEngine/UI/View.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/ViewController.swift b/Sources/GateEngine/UI/ViewController.swift index 0d828132..762bd48e 100644 --- a/Sources/GateEngine/UI/ViewController.swift +++ b/Sources/GateEngine/UI/ViewController.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/GateEngine/UI/Window.swift b/Sources/GateEngine/UI/Window.swift index 6ea9f1c4..d03e43ca 100644 --- a/Sources/GateEngine/UI/Window.swift +++ b/Sources/GateEngine/UI/Window.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/Generators/CodeGenerator.swift b/Sources/Shaders/Generators/CodeGenerator.swift index 3672968b..2aa2827f 100644 --- a/Sources/Shaders/Generators/CodeGenerator.swift +++ b/Sources/Shaders/Generators/CodeGenerator.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/Generators/GLSLCodeGenerator.swift b/Sources/Shaders/Generators/GLSLCodeGenerator.swift index 4ded3de6..f3066264 100644 --- a/Sources/Shaders/Generators/GLSLCodeGenerator.swift +++ b/Sources/Shaders/Generators/GLSLCodeGenerator.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/Generators/HLSLCodeGenerator.swift b/Sources/Shaders/Generators/HLSLCodeGenerator.swift index d5e002c2..b90a2e0f 100644 --- a/Sources/Shaders/Generators/HLSLCodeGenerator.swift +++ b/Sources/Shaders/Generators/HLSLCodeGenerator.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/Generators/MSLCodeGenerator.swift b/Sources/Shaders/Generators/MSLCodeGenerator.swift index eed4a56b..de405e01 100644 --- a/Sources/Shaders/Generators/MSLCodeGenerator.swift +++ b/Sources/Shaders/Generators/MSLCodeGenerator.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/FragmentShader.swift b/Sources/Shaders/ShaderDocument/FragmentShader.swift index 0d23edfa..ae8fe128 100644 --- a/Sources/Shaders/ShaderDocument/FragmentShader.swift +++ b/Sources/Shaders/ShaderDocument/FragmentShader.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/ShaderDocument.swift b/Sources/Shaders/ShaderDocument/ShaderDocument.swift index fd373e75..dd253128 100644 --- a/Sources/Shaders/ShaderDocument/ShaderDocument.swift +++ b/Sources/Shaders/ShaderDocument/ShaderDocument.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Mat3.swift b/Sources/Shaders/ShaderDocument/Values/Mat3.swift index e189aa4a..70fa5b04 100644 --- a/Sources/Shaders/ShaderDocument/Values/Mat3.swift +++ b/Sources/Shaders/ShaderDocument/Values/Mat3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Mat4.swift b/Sources/Shaders/ShaderDocument/Values/Mat4.swift index 9a364c86..af5b811b 100644 --- a/Sources/Shaders/ShaderDocument/Values/Mat4.swift +++ b/Sources/Shaders/ShaderDocument/Values/Mat4.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Mat4Array.swift b/Sources/Shaders/ShaderDocument/Values/Mat4Array.swift index 71d3d47c..d0cdd065 100644 --- a/Sources/Shaders/ShaderDocument/Values/Mat4Array.swift +++ b/Sources/Shaders/ShaderDocument/Values/Mat4Array.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Operation.swift b/Sources/Shaders/ShaderDocument/Values/Operation.swift index 92cead29..c925f0a1 100644 --- a/Sources/Shaders/ShaderDocument/Values/Operation.swift +++ b/Sources/Shaders/ShaderDocument/Values/Operation.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Sampler2D.swift b/Sources/Shaders/ShaderDocument/Values/Sampler2D.swift index a65f2552..2c7d774f 100644 --- a/Sources/Shaders/ShaderDocument/Values/Sampler2D.swift +++ b/Sources/Shaders/ShaderDocument/Values/Sampler2D.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Scalar.swift b/Sources/Shaders/ShaderDocument/Values/Scalar.swift index 5126faba..fc7a0000 100644 --- a/Sources/Shaders/ShaderDocument/Values/Scalar.swift +++ b/Sources/Shaders/ShaderDocument/Values/Scalar.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/ShaderVoid.swift b/Sources/Shaders/ShaderDocument/Values/ShaderVoid.swift index cb7f468e..5977cfcb 100644 --- a/Sources/Shaders/ShaderDocument/Values/ShaderVoid.swift +++ b/Sources/Shaders/ShaderDocument/Values/ShaderVoid.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/UVec4.swift b/Sources/Shaders/ShaderDocument/Values/UVec4.swift index 444e27db..c9fdb1cc 100644 --- a/Sources/Shaders/ShaderDocument/Values/UVec4.swift +++ b/Sources/Shaders/ShaderDocument/Values/UVec4.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Value.swift b/Sources/Shaders/ShaderDocument/Values/Value.swift index c3500508..b476bc12 100644 --- a/Sources/Shaders/ShaderDocument/Values/Value.swift +++ b/Sources/Shaders/ShaderDocument/Values/Value.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Vec2.swift b/Sources/Shaders/ShaderDocument/Values/Vec2.swift index 60a335e0..e33b952a 100644 --- a/Sources/Shaders/ShaderDocument/Values/Vec2.swift +++ b/Sources/Shaders/ShaderDocument/Values/Vec2.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Vec3.swift b/Sources/Shaders/ShaderDocument/Values/Vec3.swift index bbfa7cc3..404613af 100644 --- a/Sources/Shaders/ShaderDocument/Values/Vec3.swift +++ b/Sources/Shaders/ShaderDocument/Values/Vec3.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/Values/Vec4.swift b/Sources/Shaders/ShaderDocument/Values/Vec4.swift index 356f374b..9b86e67c 100644 --- a/Sources/Shaders/ShaderDocument/Values/Vec4.swift +++ b/Sources/Shaders/ShaderDocument/Values/Vec4.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderDocument/VertexShader.swift b/Sources/Shaders/ShaderDocument/VertexShader.swift index 554ef840..55745d5c 100644 --- a/Sources/Shaders/ShaderDocument/VertexShader.swift +++ b/Sources/Shaders/ShaderDocument/VertexShader.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Sources/Shaders/ShaderError.swift b/Sources/Shaders/ShaderError.swift index ca3b4d8b..313946d7 100644 --- a/Sources/Shaders/ShaderError.swift +++ b/Sources/Shaders/ShaderError.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/FileSystemTests.swift b/Tests/GateEngineTests/FileSystemTests.swift index 1ac70ff4..4def06a6 100644 --- a/Tests/GateEngineTests/FileSystemTests.swift +++ b/Tests/GateEngineTests/FileSystemTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/Gravity/GravityCreateValueTests.swift b/Tests/GateEngineTests/Gravity/GravityCreateValueTests.swift index bef76bcc..2c409cb2 100644 --- a/Tests/GateEngineTests/Gravity/GravityCreateValueTests.swift +++ b/Tests/GateEngineTests/Gravity/GravityCreateValueTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/Gravity/GravityErrorTests.swift b/Tests/GateEngineTests/Gravity/GravityErrorTests.swift index 964d5e87..e9826a0f 100644 --- a/Tests/GateEngineTests/Gravity/GravityErrorTests.swift +++ b/Tests/GateEngineTests/Gravity/GravityErrorTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/Gravity/GravityExtendingTests.swift b/Tests/GateEngineTests/Gravity/GravityExtendingTests.swift index cf47a6f8..61f421ff 100644 --- a/Tests/GateEngineTests/Gravity/GravityExtendingTests.swift +++ b/Tests/GateEngineTests/Gravity/GravityExtendingTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/Gravity/GravityIncludesTests.swift b/Tests/GateEngineTests/Gravity/GravityIncludesTests.swift index f70915f2..7606ac7b 100644 --- a/Tests/GateEngineTests/Gravity/GravityIncludesTests.swift +++ b/Tests/GateEngineTests/Gravity/GravityIncludesTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/Gravity/GravityMultipleInstanceTests.swift b/Tests/GateEngineTests/Gravity/GravityMultipleInstanceTests.swift index 6c69afd0..a3ef6e82 100644 --- a/Tests/GateEngineTests/Gravity/GravityMultipleInstanceTests.swift +++ b/Tests/GateEngineTests/Gravity/GravityMultipleInstanceTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GateEngineTests/_GateEngineXCTestCase.swift b/Tests/GateEngineTests/_GateEngineXCTestCase.swift index 2663cc0b..e73dca2a 100644 --- a/Tests/GateEngineTests/_GateEngineXCTestCase.swift +++ b/Tests/GateEngineTests/_GateEngineXCTestCase.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GravityTests/Unittest/Unittest01SyntaxTests.swift b/Tests/GravityTests/Unittest/Unittest01SyntaxTests.swift index 2eaa9d99..0d7e1ac1 100644 --- a/Tests/GravityTests/Unittest/Unittest01SyntaxTests.swift +++ b/Tests/GravityTests/Unittest/Unittest01SyntaxTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GravityTests/Unittest/Unittest02SemanticStep1Tests.swift b/Tests/GravityTests/Unittest/Unittest02SemanticStep1Tests.swift index 27089139..35a7bb73 100644 --- a/Tests/GravityTests/Unittest/Unittest02SemanticStep1Tests.swift +++ b/Tests/GravityTests/Unittest/Unittest02SemanticStep1Tests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GravityTests/Unittest/Unittest03SemanticStep2Tests.swift b/Tests/GravityTests/Unittest/Unittest03SemanticStep2Tests.swift index 8bbbfcb7..29558058 100644 --- a/Tests/GravityTests/Unittest/Unittest03SemanticStep2Tests.swift +++ b/Tests/GravityTests/Unittest/Unittest03SemanticStep2Tests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GravityTests/Unittest/Unittest04CodegenTests.swift b/Tests/GravityTests/Unittest/Unittest04CodegenTests.swift index 2206abed..8f737732 100644 --- a/Tests/GravityTests/Unittest/Unittest04CodegenTests.swift +++ b/Tests/GravityTests/Unittest/Unittest04CodegenTests.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com diff --git a/Tests/GravityTests/_GravityXCTestCase.swift b/Tests/GravityTests/_GravityXCTestCase.swift index 807217bf..61369f58 100644 --- a/Tests/GravityTests/_GravityXCTestCase.swift +++ b/Tests/GravityTests/_GravityXCTestCase.swift @@ -1,5 +1,5 @@ /* - * Copyright © 2023-2024 Dustin Collins (Strega's Gate) + * Copyright © 2025 Dustin Collins (Strega's Gate) * All Rights Reserved. * * http://stregasgate.com