Commit Graph

5 Commits

Author SHA1 Message Date
Corentin ARNOULD a7e622dddc Fix bash indentation and trailing whitespaces
Some shell scripts had tabs indentation. Made it all four spaces.
Hope it's ok with spaces.

Some files had a trailing space in it. It was not useful and takes few bytes for
nothing.

I didn't delete everything.

You can find all tab indented lines with:

grep -rP '^\t' 2>/dev/null

And more trailing space with:
grep -rP ' $' 2>/dev/null
2024-07-06 10:23:49 +02:00
David Benque d4b01b2840 Add licensing info for everything in www/lib 2023-10-23 12:26:17 +01:00
David Benque fd52f206aa WIP on www/lib licenses
leaving some errors in `reuse lint` to track unresolved questions
2023-10-20 17:29:48 +01:00
David Benque 8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
David Benque c59db652d4 REUSE setup
result of running `reuse init`
2023-10-19 15:39:09 +01:00