google / addlicense

A program which ensures source code files have copyright license headers by scanning directory patterns recursively
Apache License 2.0
716 stars 169 forks source link

Support Vim, Elixir, Julia, Raku, and AWK #128

Open flwyd opened 1 year ago

flwyd commented 1 year ago

Vim uses double-quote for comments. Elixir (.ex and .exs), Julia (.jl), Raku (.raku), and AWK (.awk) use standard octothorpe comments. (Julia also supports #= … =# block comments, but a sample of Julia code on GitHub suggests it's uncommon in practice.)