From 9f10d145c03f6cdc3328431d5efb0d360738f703 Mon Sep 17 00:00:00 2001 From: iText Software Date: Tue, 12 Apr 2022 18:51:34 +0000 Subject: [PATCH] Add missing copyright headers --- .../styledxmlparser/css/CssRuleSetTest.java | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java index 51d49b98d9..6b259fd194 100644 --- a/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java +++ b/styled-xml-parser/src/test/java/com/itextpdf/styledxmlparser/css/CssRuleSetTest.java @@ -1,3 +1,25 @@ +/* + This file is part of the iText (R) project. + Copyright (c) 1998-2022 iText Group NV + Authors: iText 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 . + */ package com.itextpdf.styledxmlparser.css; import com.itextpdf.styledxmlparser.css.parse.CssRuleSetParser;