aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check-copyright.sh
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: refactor DockerfilesAleksandr Nogikh2025-12-311-1/+2
| | | | | | | Copy everything into the build context. Add a .dockerignore file to avoid copying the definitely unnecessary files and folders. Check copyrights presence in Dockerfiles.
* all: replace egrep with grep -EAndrew Donnellan2025-12-101-3/+3
| | | | | | | | | | The egrep command has been deprecated in GNU Grep since 2007, and nowadays using egrep rather than grep -E will print a warning to the user, which is very annoying. Replace all usages of egrep with grep -E. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
* all: remove more mentions of the vendor folderAleksandr Nogikh2025-01-231-1/+1
|
* tools/syz-declextract: run syz-declextract on files specified by a ↵Pimyn Girgis2024-07-311-1/+1
| | | | | | compilation database Run multiple instances of syz-declextract only on files specifed by a compilation database.
* executor: use new flatbuffers locationTaras Madan2024-05-081-1/+1
|
* pkg/flatrpc: add schemaDmitry Vyukov2024-05-031-2/+2
| | | | | | | Add schema for manager<->fuzzer communication. We may need to change things when we start to use this, but this serves as a proof of concept that we can express things that we need in flatbuffers.
* tools/check-copyright.sh: exclude testdata from copyright checkAleksandr Nogikh2021-07-201-1/+1
|
* all: fix marking of auto-generated filesDmitry Vyukov2020-07-291-1/+1
| | | | | Update the copyright checking script and more files for the standard convention of marking auto-generated files.
* tools/check-copyright.sh: print errors in standard formatDmitry Vyukov2020-05-181-1/+1
| | | | | | Use the standard "file:line:col: error message" format. Update #1699
* tools/check-copyright.sh: check py and yml filesDmitry Vyukov2020-05-181-2/+3
| | | | Update #1699
* tools: specify the search path for find(1)Mark Johnston2020-02-241-1/+1
|
* tools: avoid hard-coding the path to interpretersMark Johnston2020-02-241-1/+1
| | | | On BSD they are usually installed under /usr/local/.
* tools/check-copyright.sh: also check cc/h/S filesDmitry Vyukov2020-02-211-1/+2
|
* tools: add script that checks copyright headersDmitry Vyukov2020-02-181-0/+21
Fixes #1604