Skip to content

Commit

Permalink
Rerun contrib/add_license_to_files.jl
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tkelman committed Jun 6, 2015
1 parent dff768a commit 01abdc3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions test/perf/array/indexing.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: http://julialang.org/license

# Performance testing

import Base: unsafe_getindex
Expand Down
2 changes: 2 additions & 0 deletions test/perf/array/perf.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: http://julialang.org/license

include("../perfutil.jl")

include("indexing.jl")
Expand Down

0 comments on commit 01abdc3

Please sign in to comment.