Skip to content
Snippets Groups Projects
Commit 795b13b0 authored by Tiago Grego's avatar Tiago Grego
Browse files

Merge branch 'master' into feature/biotype

parents dc9cd2ab eed00353
No related branches found
No related tags found
2 merge requests!228Biotype in Core schema,!228Biotype in Core schema
......@@ -47,7 +47,7 @@ foreach my $f (@source_files) {
next if $f =~ /\/blib\//;
next if $f =~ /\/HALXS\.c$/;
next if $f =~ /\.conf\b/;
next if $f =~ /\CLEAN\b/;
next if $f =~ /\/CLEAN\b/;
next if $f =~ /\.(tmpl|hash|nw|ctl|txt|html|textile)$/;
has_apache2_licence($f);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment