diff --git a/extr.c b/extr.c index c73f86ce5..ccf7e211d 100644 --- a/extr.c +++ b/extr.c @@ -1,25 +1,25 @@ /* - extr: Extract attachments from PDF file + extr: Extract attachments from PDF file Usage: extr /dir/file.pdf pageno Returns 0 if one or more attachments saved, otherwise returns non-zero. Prints the number of saved attachments on stdout. Attachments are saved in /dir directory with the appropriate filenames. - Copyright (C) 2012 Tigran Aivazian + Copyright (C) 2012 Tigran Aivazian - 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 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. + 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 . + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #include "mupdf-internal.h"