Index: license =================================================================== --- license (revision 14054) +++ license (revision 14055) @@ -28,6 +28,7 @@ warn("PCB project tag") old_pcb++ } + (copy) && /^ *[*]/ { indbug++ } (copy) && (new_cont) && /repo.hu/ { repohu=1 } (copy) && /Contact:/ { new_cont = 1 } (copy) && /Contact addresses for/ { @@ -73,6 +74,8 @@ warn("non-standard copyright banner") if (!pcb_rnd) warn("missing pcb-rnd project banner") + if (indbug) + warn("broken indentation") } } '