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: [7b8cfea5e]
Manual files:
commons/src/main/java/com/itextpdf/commons/datastructures/ConcurrentHashSet.java
  • Loading branch information
iText-CI authored and Alexandr Pliushchou committed Dec 11, 2024
1 parent f7ac2d9 commit b13f282
Show file tree
Hide file tree
Showing 2 changed files with 23 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.Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0a8638bed4421f046031ae84ecde685b3a8b34c1
7b8cfea5e5d0c751a7e66d06e7da481e33868d68

0 comments on commit b13f282

Please sign in to comment.