From 47ed4fbd250f7ecc449af9cd20dc4f3972b60265 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 15 Feb 2021 00:46:09 +0100 Subject: [PATCH] :page_facing_up: Add license --- pdf-optimize | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 {