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 REUSE setup 2023-10-19 15:39:09 +01:00
Apache-2.0.txt Apply headers 2023-10-20 15:35:26 +01:00
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 Apply headers 2023-10-20 15:35:26 +01:00
LGPL-3.0-only.txt Add licensing info for everything in www/lib 2023-10-23 12:26:17 +01:00
MIT.txt Apply headers 2023-10-20 15:35:26 +01:00
MPL-2.0.txt Fix bash indentation and trailing whitespaces 2024-07-06 10:23:49 +02:00