aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java')
-rw-r--r--src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java b/src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java
index ffa14d0..d640023 100644
--- a/src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java
+++ b/src/main/java/org/eu/zajc/ef/trifunction/except/all/AEObjObjBooleanFunction.java
@@ -1,3 +1,19 @@
1// SPDX-License-Identifier: LGPL-3.0-only
2/*
3 * extended-functions
4 * Copyright (C) 2021-2023 Marko Zajc
5 *
6 * This library is free software; you can redistribute it and/or modify it under the
7 * terms of the GNU Lesser General Public License as published by the Free Software
8 * Foundation, version 3.
9 *
10 * This library is distributed in the hope that it will be useful, but WITHOUT ANY
11 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 * PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License along with this
15 * program. If not, see <https://www.gnu.org/licenses/>.
16 */
1package org.eu.zajc.ef.trifunction.except.all; 17package org.eu.zajc.ef.trifunction.except.all;
2 18
3import org.eu.zajc.ef.trifunction.ObjObjBooleanFunction; 19import org.eu.zajc.ef.trifunction.ObjObjBooleanFunction;