Skip to content

Commit 9e5d8e8

Browse files
committed
update paths in license adder script
1 parent 9d6da9c commit 9e5d8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/add_license_to_files.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ const rootdirs = [
1818
"../contrib",
1919
"../src",
2020
"../stdlib",
21-
"../test",
2221
]
2322

2423
# to exculde whole sub directories
2524
const excludedirs = [
2625
# see: https://github.com/JuliaLang/julia/pull/11073#issuecomment-98090053
27-
"../base/grisu",
2826
"../base/ryu",
2927
"../src/flisp",
28+
"../stdlib/TOML/test/testfiles",
29+
"../test/testhelpers/allocation_file.jl",
3030
]
3131

3232
const skipfiles = [

0 commit comments

Comments
 (0)