Skip to content

Commit

Permalink
Updating license
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Sep 26, 2022
1 parent 4657f3c commit 3a5efb0
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 3a5efb0

Please sign in to comment.