diff --git a/pdf-optimize b/pdf-optimize index 86b23d9..d2bd9b5 100755 --- a/pdf-optimize +++ b/pdf-optimize @@ -1,5 +1,19 @@ #!/bin/bash -# Compress pdf using Ghostscript +############################################################################### +# +# pdf-optimize: compress pdf using Ghostscript +# +# Copyright (C) 2020 +# Author: Solal "Otthorn" Nathan +# SPDX-License-Identifier: GPL-3.0-or-later +# +############################################################################### +# +# This program comes with ABSOLUTELY NO WARRANTY; This is free software, and +# you are welcome to redistribute it under certain conditions; See licence for +# more details. +# +############################################################################### function usage {