aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFWriter.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-09-14 18:44:31 +0200
committerJay Berkenbilt <ejb@ql.org>2017-09-14 18:59:25 +0200
commit07c8bb2843f1a975a27d396da33d813a1537ee3a (patch)
tree396726a97f28761d27d8c4b9ecbba7b546c22403 /include/qpdf/QPDFWriter.hh
parentd31a7b76e7fa6fc6fa31d94394b59f990920d09c (diff)
downloadqpdf-07c8bb2843f1a975a27d396da33d813a1537ee3a.tar.zst
Additionally license under Apache License version 2.0
The Apache License version 2.0 is now the primary license for qpdf. However, users may, at their option, continue to use Artistic version 2.0.
Diffstat (limited to 'include/qpdf/QPDFWriter.hh')
-rw-r--r--include/qpdf/QPDFWriter.hh22
1 files changed, 18 insertions, 4 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index aa72914f..1fbb33be 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -1,9 +1,23 @@
// Copyright (c) 2005-2017 Jay Berkenbilt
//
-// This file is part of qpdf. This software may be distributed under
-// the terms of version 2 of the Artistic License which may be found
-// in the source distribution. It is provided "as is" without express
-// or implied warranty.
+// This file is part of qpdf.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+// Versions of qpdf prior to version 7 were released under the terms
+// of version 2.0 of the Artistic License. At your option, you may
+// continue to consider qpdf to be licensed under those terms. Please
+// see the manual for additional information.
// This class implements a simple writer for saving QPDF objects to
// new PDF files. See comments through the header file for additional