]> Sergey Matveev's repositories - bfs.git/commit
Replace license boilerplate with SPDX tags
authorTavian Barnes <tavianator@tavianator.com>
Wed, 25 Jan 2023 21:14:11 +0000 (16:14 -0500)
committerTavian Barnes <tavianator@tavianator.com>
Wed, 25 Jan 2023 21:22:09 +0000 (16:22 -0500)
commit9463fdd30d392c98de7b5712d30dfbaeada40e99
tree25cb84830acc48fce4d6e1b26780c2ea3ce032b9
parent5a9bd10815b4216e8c1a15e7730bb82cbc43af47
Replace license boilerplate with SPDX tags

And while I'm at it, remove years from copyright declarations.

Link: https://spdx.dev/about/
Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
60 files changed:
LICENSE
Makefile
completions/bfs.bash
src/bar.c
src/bar.h
src/bfstd.c
src/bfstd.h
src/bftw.c
src/bftw.h
src/color.c
src/color.h
src/config.h
src/ctx.c
src/ctx.h
src/darray.c
src/darray.h
src/diag.c
src/diag.h
src/dir.c
src/dir.h
src/dstring.c
src/dstring.h
src/eval.c
src/eval.h
src/exec.c
src/exec.h
src/expr.h
src/fsade.c
src/fsade.h
src/main.c
src/mtab.c
src/mtab.h
src/opt.c
src/opt.h
src/parse.c
src/parse.h
src/printf.c
src/printf.h
src/pwcache.c
src/pwcache.h
src/stat.c
src/stat.h
src/trie.c
src/trie.h
src/typo.c
src/typo.h
src/xregex.c
src/xregex.h
src/xspawn.c
src/xspawn.h
src/xtime.c
src/xtime.h
tests/bfstd.c
tests/find-color.sh
tests/ls-color.sh
tests/mksock.c
tests/tests.sh
tests/trie.c
tests/xtimegm.c
tests/xtouch.c