Skip to content

Commit 01abdc3

Browse files
committed
Rerun contrib/add_license_to_files.jl
[ci skip]
1 parent dff768a commit 01abdc3

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

base/deprecated.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is a part of Julia. License is MIT: http://julialang.org/license
2-
#
2+
33
# Deprecated functions and objects
44
#
55
# Please add new deprecations at the bottom of the file.

test/perf/array/indexing.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: http://julialang.org/license
2+
13
# Performance testing
24

35
import Base: unsafe_getindex

test/perf/array/perf.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file is a part of Julia. License is MIT: http://julialang.org/license
2+
13
include("../perfutil.jl")
24

35
include("indexing.jl")

0 commit comments

Comments
 (0)