Skip to content

Commit

Permalink
add licenses to files
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Aug 4, 2018
1 parent afbba1a commit d5890e6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/Pkg/src/REPLMode.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: https://julialang.org/license

module REPLMode

using Markdown
Expand Down
2 changes: 2 additions & 0 deletions stdlib/Pkg/src/precompile.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: https://julialang.org/license

precompile(Tuple{Type{Base.Dict{K, V} where V where K}, Array{Base.Pair{A, B} where B where A, 1}})
precompile(Tuple{Type{Base.Dict{Pkg.Types.VersionRange, Base.Dict{String, Base.UUID}}}})
precompile(Tuple{Type{Base.Dict{Pkg.Types.VersionRange, Base.Dict{String, Pkg.Types.VersionSpec}}}})
Expand Down
2 changes: 2 additions & 0 deletions stdlib/Pkg/test/api.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: https://julialang.org/license

module APITests

using Pkg, Test
Expand Down
2 changes: 2 additions & 0 deletions stdlib/Pkg/test/test_packages/x1/src/x1.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: https://julialang.org/license

module x1

greet() = print("Hello World!")
Expand Down
2 changes: 2 additions & 0 deletions stdlib/Pkg/test/test_packages/x2/src/x2.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: https://julialang.org/license

module x2

greet() = print("Hello World!")
Expand Down
2 changes: 2 additions & 0 deletions stdlib/Pkg/test/test_packages/x3/src/x3.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: https://julialang.org/license

module x3

greet() = print("Hello World!")
Expand Down
2 changes: 2 additions & 0 deletions stdlib/Pkg/test/test_packages/x3/test/runtests.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: https://julialang.org/license

module X3Tests

using x2
Expand Down

0 comments on commit d5890e6

Please sign in to comment.