From 55f159e4cea6fbf47bd8720885e709ed029d7c88 Mon Sep 17 00:00:00 2001 From: Tilman Hausherr Date: Sat, 17 Aug 2024 17:13:20 +0000 Subject: [PATCH] PDFBOX-5869: fix apache header for checkstyle git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1919963 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/pdfbox/pdmodel/encryption/SaslPrep.java | 11 +++++++---- .../pdmodel/interactive/form/ScriptingHandler.java | 3 ++- .../org/apache/pdfbox/util/IterativeMergeSort.java | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SaslPrep.java b/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SaslPrep.java index c66288e2dac..667a9734c5e 100644 --- a/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SaslPrep.java +++ b/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/SaslPrep.java @@ -1,9 +1,12 @@ /* - * 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 + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You 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 * - * https://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/ScriptingHandler.java b/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/ScriptingHandler.java index 5e9b618d835..845dab222e9 100644 --- a/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/ScriptingHandler.java +++ b/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/ScriptingHandler.java @@ -1,4 +1,3 @@ -package org.apache.pdfbox.pdmodel.interactive.form; /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -15,6 +14,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.pdfbox.pdmodel.interactive.form; + import org.apache.pdfbox.pdmodel.interactive.action.PDActionJavaScript; public interface ScriptingHandler diff --git a/pdfbox/src/main/java/org/apache/pdfbox/util/IterativeMergeSort.java b/pdfbox/src/main/java/org/apache/pdfbox/util/IterativeMergeSort.java index 4200e9d4eab..f70c462c265 100644 --- a/pdfbox/src/main/java/org/apache/pdfbox/util/IterativeMergeSort.java +++ b/pdfbox/src/main/java/org/apache/pdfbox/util/IterativeMergeSort.java @@ -1,5 +1,3 @@ -package org.apache.pdfbox.util; - /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with @@ -16,6 +14,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +package org.apache.pdfbox.util; + import java.util.Comparator; import java.util.List; import java.util.ListIterator;