2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-14 09:40:22 +00:00

Merge pull request #1341 from m-holger/hc

Update copyrights
This commit is contained in:
m-holger 2025-02-02 23:59:17 +00:00 committed by GitHub
commit 756b5e30d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
75 changed files with 154 additions and 89 deletions

View File

@ -1,4 +1,4 @@
QPDF is copyright (c) 2005-2024 Jay Berkenbilt
qpdf is copyright (c) 2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger
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

View File

@ -468,7 +468,7 @@ When done, the following should happen:
* debian package -- search for copyright.*berkenbilt in debian/copyright
* qtest-driver, TestDriver.pm in qtest source
Copyright last updated: 2024.
Copyright last updated: 2025.
* Take a look at "External Libraries" in TODO to see if we need to
make any changes. There is still some automation work left to do, so

View File

@ -10,7 +10,7 @@ render PDFs or perform text extraction, and it does not contain higher-level int
It is a low-level tool for working with the structure of PDF files and can be a valuable tool for anyone who wants to do
programmatic or command-line-based manipulation of PDF files.
The [qpdf Manual](https://qpdf.readthedocs.io) is hosted online at https://qpdf.readthedocs.io. The project website
The [qpdf manual](https://qpdf.readthedocs.io) is hosted online at https://qpdf.readthedocs.io. The project website
is https://qpdf.sourceforge.io. The source code repository is hosted at GitHub: https://github.com/qpdf/qpdf.
# Verifying Distributions
@ -21,7 +21,7 @@ downloaded from a public key server.
# Copyright, License
qpdf is copyright (c) 2005-2024 Jay Berkenbilt
qpdf is copyright (c) 2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger
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

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright (c) 2019-2024 Jay Berkenbilt and Kurt Pfeifle
# Copyright (c) 2019-2025 Jay Berkenbilt and Kurt Pfeifle
#
# This script is used to build an 'AppImage' from GitHub sources of
# QPDF (see https://appimage.org/). It is used in CI, but it also

View File

@ -1,32 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2005-2024 Jay Berkenbilt -->
<!-- Copyright 2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger -->
<component>
<id>org.QPDF.qpdf.desktop</id>
<metadata_license>MIT</metadata_license>
<project_license>Apache-2.0</project_license>
<name>QPDF</name>
<name>qpdf</name>
<summary>Structural, content-preserving transformations on PDF files</summary>
<description>
<p> QPDF is a command-line program that does structural, content-preserving transformations on PDF files.
<p> qpdf is a command-line program that does structural, content-preserving transformations on PDF files.
It could have been called something like pdf-to-pdf.
It also provides many useful capabilities to developers of PDF-producing software or for people
who just want to look at the innards of a PDF file to learn more about how they work.</p>
<p> QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files.
<p> qpdf is capable of creating linearized (also known as web-optimized) files and encrypted files.
It is also capable of converting PDF files with object streams (also known as compressed objects)
to files with no compressed objects or to generate object streams from files that don't have them
(or even those that already do). QPDF also supports a special mode designed to allow you to edit
(or even those that already do). qpdf also supports a special mode designed to allow you to edit
the content of PDF files in a text editor. For more details, please see the documentation links
below.</p>
<p> QPDF includes support for merging and splitting PDFs through the ability to copy objects from one PDF
file into another and to manipulate the list of pages in a PDF file. The QPDF library also makes
<p> qpdf includes support for merging and splitting PDFs through the ability to copy objects from one PDF
file into another and to manipulate the list of pages in a PDF file. The qpdf library also makes
it possible for you to create PDF files from scratch. In this mode, you are responsible for
supplying all the contents of the file, while the QPDF library takes care off all the syntactical
supplying all the contents of the file, while the qpdf library takes care off all the syntactical
representation of the objects, creation of cross references tables and, if you use them, object
streams, encryption, linearization, and other syntactic details.</p>
<p>QPDF is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into
other formats. In particular, QPDF knows nothing about the semantics of PDF content streams.
<p>qpdf is not a PDF content creation library, a PDF viewer, or a program capable of converting PDF into
other formats. In particular, qpdf knows nothing about the semantics of PDF content streams.
If you are looking for something that can do that, you should look elsewhere.
However, once you have a valid PDF file, QPDF can be used to transform that file in ways perhaps
However, once you have a valid PDF file, qpdf can be used to transform that file in ways perhaps
your original PDF creation can't handle. For example, programs generate simple PDF files but
can't password-protect them, web-optimize them, or perform other transformations of that type.</p>
</description>

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
/* Copyright (c) 2005-2024 Jay Berkenbilt
/* Copyright (c) 2005-2021 Jay Berkenbilt
* Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
*
* This file is part of qpdf.
*

View File

@ -1,4 +1,5 @@
/* Copyright (c) 2005-2024 Jay Berkenbilt
/* Copyright (c) 2005-2021 Jay Berkenbilt
* Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
*
* This file is part of qpdf.
*

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
// Copyright (c) 2005-2024 Jay Berkenbilt
// Copyright (c) 2005-2021 Jay Berkenbilt
// Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
//
// This file is part of qpdf.
//

View File

@ -1,4 +1,5 @@
/* Copyright (c) 2005-2024 Jay Berkenbilt
/* Copyright (c) 2005-2021 Jay Berkenbilt
* Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
*
* This file is part of qpdf.
*

View File

@ -1,4 +1,5 @@
/* Copyright (c) 2005-2024 Jay Berkenbilt
/* Copyright (c) 2005-2021 Jay Berkenbilt
* Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
*
* This file is part of qpdf.
*

View File

@ -1,4 +1,5 @@
/* Copyright (c) 2005-2024 Jay Berkenbilt
/* Copyright (c) 2005-2021 Jay Berkenbilt
* Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
*
* This file is part of qpdf.
*

View File

@ -1,4 +1,5 @@
/* Copyright (c) 2005-2024 Jay Berkenbilt
/* Copyright (c) 2005-2021 Jay Berkenbilt
* Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger
*
* This file is part of qpdf.
*

View File

@ -115,8 +115,10 @@ ArgParser::argCopyright()
<< this->ap.getProgname()
<< " version " << QPDF::QPDFVersion() << "\n"
<< "\n"
<< "Copyright (c) 2005-2024 Jay Berkenbilt\n"
<< "QPDF is licensed under the Apache License, Version 2.0 (the \"License\");\n"
<< "Copyright (c) 2005-2021 Jay Berkenbilt\n"
<< "Copyright (c) 2022-2025 Jay Berkenbilt and Manfred Holger\n"
<< "\n"
<< "qpdf is licensed under the Apache License, Version 2.0 (the \"License\");\n"
<< "you may not use this file except in compliance with the License.\n"
<< "You may obtain a copy of the License at\n"
<< "\n"

View File

@ -267,10 +267,10 @@ class QPDF::JSONReactor: public JSON::Reactor
struct StackFrame
{
StackFrame(state_e state) :
state(state) {};
state(state){};
StackFrame(state_e state, QPDFObjectHandle&& object) :
state(state),
object(object) {};
object(object){};
state_e state;
QPDFObjectHandle object;
};

View File

@ -16,7 +16,7 @@ struct _qpdf_data
_qpdf_data() = default;
_qpdf_data(std::unique_ptr<QPDF>&& qpdf) :
qpdf(std::move(qpdf)) {};
qpdf(std::move(qpdf)){};
~_qpdf_data() = default;

View File

@ -2,8 +2,8 @@
#define RIJNDAEL_H
#include <qpdf/qpdf-config.h>
#include <cstdint>
#include <cstddef>
#include <cstdint>
unsigned int rijndaelSetupEncrypt(uint32_t* rk, const unsigned char* key, size_t keybits);
unsigned int rijndaelSetupDecrypt(uint32_t* rk, const unsigned char* key, size_t keybits);

View File

@ -12,8 +12,8 @@ import sys
sys.path.append(os.path.abspath("./_ext"))
project = 'QPDF'
copyright = '2005-2024, Jay Berkenbilt'
project = 'qpdf'
copyright = '2005-2021 Jay Berkenbilt, 2022-2025 Jay Berkenbilt and Manfred Holger'
author = 'Jay Berkenbilt'
here = os.path.dirname(os.path.realpath(__file__))
with open(f'{here}/../CMakeLists.txt') as f:

View File

@ -2,7 +2,7 @@
#
# This file is part of qtest.
#
# Copyright 1993-2024, Jay Berkenbilt
# Copyright 1993-2025, Jay Berkenbilt
#
# QTest is distributed under the terms of version 2.0 of the Artistic
# license which may be found in the source distribution.

View File

@ -2,7 +2,7 @@
#
# This file is part of qtest.
#
# Copyright 1993-2024, Jay Berkenbilt
# Copyright 1993-2025, Jay Berkenbilt
#
# QTest is distributed under the terms of version 2.0 of the Artistic
# license which may be found in the source distribution.