| 1 |
Copyright and Licensing Information for the pdfdiff program itself |
|---|
| 2 |
|
|---|
| 3 |
Copyright (C) 2008 Bradley M. Kuhn. |
|---|
| 4 |
Copyright (C) 2008 Software Freedom Law Center, Inc. |
|---|
| 5 |
|
|---|
| 6 |
This software gives you freedom; it is licensed to you under version 3 |
|---|
| 7 |
of the GNU General Public License, as published by the Free Software |
|---|
| 8 |
Foundation. |
|---|
| 9 |
|
|---|
| 10 |
This software is distributed WITHOUT ANY WARRANTY, without even the |
|---|
| 11 |
implied warranties of MERCHANTABILITY and FITNESS FOR A PARTICULAR |
|---|
| 12 |
PURPOSE. See the GNU Affero General Public License for further |
|---|
| 13 |
details. |
|---|
| 14 |
|
|---|
| 15 |
You should have received a copy of the GNU General Public License, |
|---|
| 16 |
version 3 with this software in the file GPLv3 in this directory. If |
|---|
| 17 |
not, see <http://www.gnu.org/licenses/>. |
|---|
| 18 |
|
|---|
| 19 |
Copyright and Licensing Information for the Perl modules |
|---|
| 20 |
|
|---|
| 21 |
The files under the Perl/ directory, since they are modules for Perl, are |
|---|
| 22 |
distributed under the standard (Artistic|GPLv1-or-later) licensed used by |
|---|
| 23 |
Perl5 to make the modules maximally useful. Note that this license is |
|---|
| 24 |
"compatible" and does not contradict GPLv3. When distributing the entire |
|---|
| 25 |
software package as a single work, the license is GPLv3, but the PDF::Diff |
|---|
| 26 |
and any other modules under the Perl/ directory can be redistributed |
|---|
| 27 |
separately under (Artistic|GPLv1-or-later). Here is the copyright and |
|---|
| 28 |
license notice for these modules. |
|---|
| 29 |
|
|---|
| 30 |
[ Note the information below is duplicated in Perl/LICENSE; be sure to |
|---|
| 31 |
copy it over if you change it here. This is to make CPAN distribution |
|---|
| 32 |
easier. ] |
|---|
| 33 |
|
|---|
| 34 |
Copyright (C) 2008 Bradley M. Kuhn. |
|---|
| 35 |
Copyright (C) 2008 Software Freedom Law Center, Inc. |
|---|
| 36 |
|
|---|
| 37 |
This program is free software; it is licensed to you under the terms of either: |
|---|
| 38 |
|
|---|
| 39 |
a) the GNU General Public License as published by the Free Software |
|---|
| 40 |
Foundation; either version 1, or (at your option) any later version |
|---|
| 41 |
published by the Free Software Foundation, Inc., or |
|---|
| 42 |
|
|---|
| 43 |
b) the "Artistic License" which comes with this distribution. |
|---|
| 44 |
|
|---|
| 45 |
This program is distributed in the hope that it will be useful, but |
|---|
| 46 |
WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 47 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the GNU |
|---|
| 48 |
General Public License or the Artistic License for more details. |
|---|
| 49 |
|
|---|
| 50 |
This program is distributed in the hope that it will be useful, but |
|---|
| 51 |
WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 52 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the |
|---|
| 53 |
GNU General Public License or the Artistic License for more details. |
|---|
| 54 |
|
|---|
| 55 |
You should have received a copy of the GNU General Public License, version |
|---|
| 56 |
3 with this software in the file GPLv3 in this directory, a copy of the |
|---|
| 57 |
GNU General Public License, version 2 with this software in the file |
|---|
| 58 |
Perl/GPLv2, and a copy of the GNU General Public License version 1 in the |
|---|
| 59 |
file Perl/GPLv1. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 60 |
|
|---|
| 61 |
You should have received a copy of the Artistic license in the file |
|---|
| 62 |
Perl/Artistic. |
|---|