Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
license header for RayGenerator.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredclwong committed Apr 22, 2021
1 parent a90a539 commit 3046b1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Optical/RayGenerator.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# MIT license
# Copyright (c) Microsoft Corporation. All rights reserved.
# See LICENSE in the project root for full license information.

abstract type AbstractRayGenerator{T<:Real} end

"""
Expand All @@ -13,4 +17,4 @@ abstract type GeometricRayGenerator{T} <: AbstractRayGenerator{T} end
Generates [`OpticalRay`](@ref)s according to the specific implementation of the subclass.
"""
abstract type OpticalRayGenerator{T} <: AbstractRayGenerator{T} end
export AbstractRayGenerator, GeometricRayGenerator, OpticalRayGenerator
export AbstractRayGenerator, GeometricRayGenerator, OpticalRayGenerator

0 comments on commit 3046b1b

Please sign in to comment.