diff --git a/base/abstractarraypatch.jl b/base/abstractarraypatch.jl index 33b4eabf94eee..eee678fccecaf 100644 --- a/base/abstractarraypatch.jl +++ b/base/abstractarraypatch.jl @@ -1,3 +1,5 @@ +# This file is a part of Julia. License is MIT: https://julialang.org/license + ## copy between abstract arrays - generally more efficient ## since a single index variable can be used. ## copyto_unaliased! use @simd to speed up, so these definition is seperated from abstractarray.jl