AUTHORS, util/: Drop individual copyright notices
[coreboot.git] / util / lint / lint-stable-010-asm-syntax
blobd532c5d28c5e71a47c8deca15cf30db9637823b8
1 #!/bin/sh
2 # This file is part of the coreboot project.
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; version 2 of the License.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # DESCR: Check that we use a single assembler syntax
15 LC_ALL=C export LC_ALL
16 git grep -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'