cryptpad/LICENSES
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
..
AGPL-3.0-or-later.txt
Apache-2.0.txt
BSD-3-Clause.txt Fix bash indentation and trailing whitespaces 2024-07-06 10:23:49 +02:00
CC-BY-SA-3.0.txt Add licensing info for everything in www/lib 2023-10-23 12:26:17 +01:00
GPL-2.0-or-later.txt
LGPL-3.0-only.txt Add licensing info for everything in www/lib 2023-10-23 12:26:17 +01:00
MIT.txt
MPL-2.0.txt Fix bash indentation and trailing whitespaces 2024-07-06 10:23:49 +02:00