Skip to content

Commit

Permalink
Run contrib/add_license_to_files.jl as part of make release-candidate
Browse files Browse the repository at this point in the history
and rerun it plus news-update
  • Loading branch information
tkelman committed Jul 4, 2015
1 parent b0bca1c commit 6e80111
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ else
endif

release-candidate: release test
@$(JULIA_EXECUTABLE) contrib/add_license_to_files.jl #add license headers
@#Check documentation
@$(JULIA_EXECUTABLE) doc/NEWS-update.jl #Add missing cross-references to NEWS.md
@$(MAKE) -C doc unicode #Rebuild Unicode table if necessary
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ Too numerous to mention.
[#7234]: https://github.com/JuliaLang/julia/issues/7234
[#7236]: https://github.com/JuliaLang/julia/issues/7236
[#7242]: https://github.com/JuliaLang/julia/issues/7242
[#7264]: https://github.com/JuliaLang/julia/issues/7264
[#7311]: https://github.com/JuliaLang/julia/issues/7311
[#7359]: https://github.com/JuliaLang/julia/issues/7359
[#7365]: https://github.com/JuliaLang/julia/issues/7365
Expand Down Expand Up @@ -1508,3 +1509,4 @@ Too numerous to mention.
[#11741]: https://github.com/JuliaLang/julia/issues/11741
[#11891]: https://github.com/JuliaLang/julia/issues/11891
[#11922]: https://github.com/JuliaLang/julia/issues/11922
[#11985]: https://github.com/JuliaLang/julia/issues/11985
2 changes: 2 additions & 0 deletions base/docs/bootstrap.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:https://julialang.org/license

module DocBootstrap

export @doc
Expand Down
2 changes: 2 additions & 0 deletions src/gen_sysimg_symtab.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:https://julialang.org/license

# script to generate tables of common symbols from a system image
# steps to rerun this:
# 1. empty the contents of common_symbols*.inc
Expand Down
2 changes: 2 additions & 0 deletions test/linalg/dense.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:https://julialang.org/license

using Base.Test

# Check that non-floats are correctly promoted
Expand Down
2 changes: 2 additions & 0 deletions test/linalg/generic.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:https://julialang.org/license

using Base.Test

debug = false
Expand Down
1 change: 1 addition & 0 deletions test/linalg/givens.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is a part of Julia. License is MIT: http:https://julialang.org/license

let
debug = false

Expand Down
2 changes: 2 additions & 0 deletions test/perf/arrayalloc/lucompletepiv.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:https://julialang.org/license

function lucompletepivCopy!(A)
n = size(A, 1)
rowpiv=zeros(Int, n-1)
Expand Down
2 changes: 2 additions & 0 deletions test/workspace.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:https://julialang.org/license

# Issue #11948
script = """
f(x) = x+1
Expand Down

0 comments on commit 6e80111

Please sign in to comment.