📄 Add license
This commit is contained in:
parent
4479c1561a
commit
47ed4fbd25
1 changed files with 15 additions and 1 deletions
16
pdf-optimize
16
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 <otthorn@crans.org>
|
||||
# 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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue