From b13f28207cf95969b53504e69b54152db9e5e8fc Mon Sep 17 00:00:00 2001 From: iText Software Date: Wed, 11 Dec 2024 17:24:35 +0000 Subject: [PATCH] Add missing copyright headers Autoported commit. Original commit hash: [7b8cfea5e] Manual files: commons/src/main/java/com/itextpdf/commons/datastructures/ConcurrentHashSet.java --- .../datastructures/ConcurrentHashSetTest.cs | 22 +++++++++++++++++++ port-hash | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/itext.tests/itext.commons.tests/itext/commons/datastructures/ConcurrentHashSetTest.cs b/itext.tests/itext.commons.tests/itext/commons/datastructures/ConcurrentHashSetTest.cs index 23f044d151..d4b2488980 100644 --- a/itext.tests/itext.commons.tests/itext/commons/datastructures/ConcurrentHashSetTest.cs +++ b/itext.tests/itext.commons.tests/itext/commons/datastructures/ConcurrentHashSetTest.cs @@ -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 . +*/ using System; using System.Collections.Generic; using iText.Commons.Exceptions; diff --git a/port-hash b/port-hash index b34df2794a..53b510ebd9 100644 --- a/port-hash +++ b/port-hash @@ -1 +1 @@ -0a8638bed4421f046031ae84ecde685b3a8b34c1 +7b8cfea5e5d0c751a7e66d06e7da481e33868d68