From 055c69d6f3d3d9ca861ffcec0ac22e3309058b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BB=BA=E5=9B=BD?= Date: Wed, 28 Feb 2024 10:52:23 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/org/aohe/core/twain/Twain.java | 4 ---- .../java/org/aohe/core/twain/TwainCallback.java | 15 --------------- .../org/aohe/transfer/TwainNativeTransfer.java | 4 ---- .../java/org/aohe/variable/TwainContainer.java | 15 --------------- 4 files changed, 38 deletions(-) diff --git a/src/main/java/org/aohe/core/twain/Twain.java b/src/main/java/org/aohe/core/twain/Twain.java index bc81aeb..7c55dd8 100644 --- a/src/main/java/org/aohe/core/twain/Twain.java +++ b/src/main/java/org/aohe/core/twain/Twain.java @@ -23,10 +23,6 @@ import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.Semaphore; import java.util.concurrent.TimeUnit; -/** - * - * @author lucifer - */ public class Twain { // Based on http://www.twain.org/wp-content/uploads/2017/04/TWAIN.H.h diff --git a/src/main/java/org/aohe/core/twain/TwainCallback.java b/src/main/java/org/aohe/core/twain/TwainCallback.java index 5de02e6..11def34 100644 --- a/src/main/java/org/aohe/core/twain/TwainCallback.java +++ b/src/main/java/org/aohe/core/twain/TwainCallback.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018 lucifer. - * - * 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 - * - * 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, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.aohe.core.twain; import com.sun.jna.Pointer; diff --git a/src/main/java/org/aohe/transfer/TwainNativeTransfer.java b/src/main/java/org/aohe/transfer/TwainNativeTransfer.java index 24416e2..2e4ffed 100644 --- a/src/main/java/org/aohe/transfer/TwainNativeTransfer.java +++ b/src/main/java/org/aohe/transfer/TwainNativeTransfer.java @@ -6,10 +6,6 @@ import org.aohe.core.twain.TwainSource; import org.aohe.exceptions.TwainException; import org.aohe.utils.TwainUtils; -/** - * - * @author lucifer - */ public class TwainNativeTransfer extends TwainTransfer { private final byte[] imageHandle = new byte[8]; diff --git a/src/main/java/org/aohe/variable/TwainContainer.java b/src/main/java/org/aohe/variable/TwainContainer.java index dc499b6..27614f8 100644 --- a/src/main/java/org/aohe/variable/TwainContainer.java +++ b/src/main/java/org/aohe/variable/TwainContainer.java @@ -1,18 +1,3 @@ -/* - * Copyright 2018 (c) Denis Andreev (lucifer). - * - * 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 - * - * 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, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ package org.aohe.variable; import org.aohe.core.twain.Twain;