Skip to content

Commit

Permalink
Add missing copyright headers
Browse files Browse the repository at this point in the history
Autoported commit.
Original commit hash: [4f51e4622]
Manual files:
commons/src/main/java/com/itextpdf/commons/utils/ThrowingAction.java
commons/src/main/java/com/itextpdf/commons/utils/ThrowingSupplier.java
  • Loading branch information
iText-CI authored and Eugene Bochilo committed Jul 4, 2024
1 parent bd67236 commit 639b044
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2024 Apryse Group NV
Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
AGPL licensing:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using iText.Commons.Bouncycastle.Cert;
Expand Down
22 changes: 22 additions & 0 deletions itext/itext.sign/itext/signatures/validation/v1/SafeCalling.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2024 Apryse Group NV
Authors: Apryse Software.
This program is offered under a commercial and under the AGPL license.
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.
AGPL licensing:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
using System;
using iText.Signatures.Validation.V1.Report;

Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22d67755ccc3b6651c3b23122d37cd346c9de47f
c22b8702578f0acaab04f0bfc7be9c8b5d6029e3

0 comments on commit 639b044

Please sign in to comment.