diff --git a/base/deprecated.jl b/base/deprecated.jl index d926e93d1f46a..269d05bb4619a 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -1,5 +1,5 @@ # This file is a part of Julia. License is MIT: http://julialang.org/license -# + # Deprecated functions and objects # # Please add new deprecations at the bottom of the file. diff --git a/test/perf/array/indexing.jl b/test/perf/array/indexing.jl index ae42d1c8689ed..ca35ad357e8d3 100644 --- a/test/perf/array/indexing.jl +++ b/test/perf/array/indexing.jl @@ -1,3 +1,5 @@ +# This file is a part of Julia. License is MIT: http://julialang.org/license + # Performance testing import Base: unsafe_getindex diff --git a/test/perf/array/perf.jl b/test/perf/array/perf.jl index 55fd7b865c00a..07b36606faf3a 100644 --- a/test/perf/array/perf.jl +++ b/test/perf/array/perf.jl @@ -1,3 +1,5 @@ +# This file is a part of Julia. License is MIT: http://julialang.org/license + include("../perfutil.jl") include("indexing.jl")