X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fpdftotext-;h=e3f41a1c49426d1ddeeda2437e117af3ea7f922d;hb=25a08d633cffde3db73220f8de8cdc1ff6188ff1;hp=8606356044df7cab341a098c1206536eab90950a;hpb=c2c4969faef805530a3283f9afdd47eb1d1829f9;p=config%2Fdotfiles.git diff --git a/bin/pdftotext- b/bin/pdftotext- index 8606356..e3f41a1 100755 --- a/bin/pdftotext- +++ b/bin/pdftotext- @@ -1,3 +1,19 @@ #!/bin/sh -pdftotext "$@" - +# Copyright (C) 2011-2012 Simon Ruderich +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + +exec pdftotext "$@" -