From 3a5efb0b6e6f3e490d231e42f44aeeaa3b49f8e8 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Tue, 27 Sep 2022 01:32:36 +0200 Subject: [PATCH] Updating license --- .../tatami/jsl/jsl2psm/Jsl2JqlFunction.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/judo-tatami-jsl-jsl2psm/src/main/java/hu/blackbelt/judo/tatami/jsl/jsl2psm/Jsl2JqlFunction.java b/judo-tatami-jsl-jsl2psm/src/main/java/hu/blackbelt/judo/tatami/jsl/jsl2psm/Jsl2JqlFunction.java index de7f60ff..cfa171c4 100644 --- a/judo-tatami-jsl-jsl2psm/src/main/java/hu/blackbelt/judo/tatami/jsl/jsl2psm/Jsl2JqlFunction.java +++ b/judo-tatami-jsl-jsl2psm/src/main/java/hu/blackbelt/judo/tatami/jsl/jsl2psm/Jsl2JqlFunction.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.tatami.jsl.jsl2psm; +/*- + * #%L + * Judo :: Tatami :: JSL :: Jsl2Psm + * %% + * Copyright (C) 2018 - 2022 BlackBelt Technology + * %% + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License 2.0 which is available at + * http://www.eclipse.org/legal/epl-2.0. + * + * This Source Code may also be made available under the following Secondary + * Licenses when the conditions for such availability set forth in the Eclipse + * Public License, v. 2.0 are satisfied: GNU General Public License, version 2 + * with the GNU Classpath Exception which is + * available at https://www.gnu.org/software/classpath/license.html. + * + * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 + * #L% + */ + import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import hu.blackbelt.judo.meta.jsl.jsldsl.Expression;