From 01abdc3f2bc0e3611cf14aa331cdc6a10f0dfa0e Mon Sep 17 00:00:00 2001 From: Tony Kelman Date: Sat, 6 Jun 2015 08:02:31 -0700 Subject: [PATCH] Rerun contrib/add_license_to_files.jl [ci skip] --- base/deprecated.jl | 2 +- test/perf/array/indexing.jl | 2 ++ test/perf/array/perf.jl | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) 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")