From f43116d224b02f3db05438a8fc897c58bd8a38f0 Mon Sep 17 00:00:00 2001 From: Robert Csakany Date: Wed, 28 Sep 2022 21:38:16 +0200 Subject: [PATCH] Add licences --- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../src/test/resources/logback.xml | 22 ++++++++++++++++++- .../feature/AbsoluteToFeatureConverter.java | 20 +++++++++++++++++ .../feature/CapitalizeToFeatureConverter.java | 20 +++++++++++++++++ .../query/feature/CeilToFeatureConverter.java | 20 +++++++++++++++++ .../feature/FloorToFeatureConverter.java | 20 +++++++++++++++++ ...lisecondsExpressionToFeatureConverter.java | 20 +++++++++++++++++ ...lisecondsExpressionToFeatureConverter.java | 20 +++++++++++++++++ .../src/test/resources/logback.xml | 22 ++++++++++++++++++- pom.xml | 10 ++++----- 17 files changed, 335 insertions(+), 15 deletions(-) diff --git a/judo-runtime-core-bootstrap-hsqldb/src/test/resources/logback.xml b/judo-runtime-core-bootstrap-hsqldb/src/test/resources/logback.xml index fa5bdf0c..0d8ef3f0 100644 --- a/judo-runtime-core-bootstrap-hsqldb/src/test/resources/logback.xml +++ b/judo-runtime-core-bootstrap-hsqldb/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-bootstrap-postgresql/src/test/resources/logback.xml b/judo-runtime-core-bootstrap-postgresql/src/test/resources/logback.xml index fa5bdf0c..93aa68d5 100644 --- a/judo-runtime-core-bootstrap-postgresql/src/test/resources/logback.xml +++ b/judo-runtime-core-bootstrap-postgresql/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-bootstrap/src/test/resources/logback.xml b/judo-runtime-core-bootstrap/src/test/resources/logback.xml index fa5bdf0c..21f05d05 100644 --- a/judo-runtime-core-bootstrap/src/test/resources/logback.xml +++ b/judo-runtime-core-bootstrap/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-dao-core/src/test/resources/logback.xml b/judo-runtime-core-dao-core/src/test/resources/logback.xml index fa5bdf0c..1627c49a 100644 --- a/judo-runtime-core-dao-core/src/test/resources/logback.xml +++ b/judo-runtime-core-dao-core/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-dao-rdbms-liquibase/src/test/resources/logback.xml b/judo-runtime-core-dao-rdbms-liquibase/src/test/resources/logback.xml index fa5bdf0c..2ebed19d 100644 --- a/judo-runtime-core-dao-rdbms-liquibase/src/test/resources/logback.xml +++ b/judo-runtime-core-dao-rdbms-liquibase/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-dao-rdbms-postgresql/src/test/resources/logback.xml b/judo-runtime-core-dao-rdbms-postgresql/src/test/resources/logback.xml index fa5bdf0c..d5581f7c 100644 --- a/judo-runtime-core-dao-rdbms-postgresql/src/test/resources/logback.xml +++ b/judo-runtime-core-dao-rdbms-postgresql/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-dao-rdbms/src/test/resources/logback.xml b/judo-runtime-core-dao-rdbms/src/test/resources/logback.xml index fa5bdf0c..446dc8af 100644 --- a/judo-runtime-core-dao-rdbms/src/test/resources/logback.xml +++ b/judo-runtime-core-dao-rdbms/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-dispatcher/src/test/resources/logback.xml b/judo-runtime-core-dispatcher/src/test/resources/logback.xml index fa5bdf0c..383b1422 100644 --- a/judo-runtime-core-dispatcher/src/test/resources/logback.xml +++ b/judo-runtime-core-dispatcher/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-expression/src/test/resources/logback.xml b/judo-runtime-core-expression/src/test/resources/logback.xml index fa5bdf0c..ea4d8bec 100644 --- a/judo-runtime-core-expression/src/test/resources/logback.xml +++ b/judo-runtime-core-expression/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/AbsoluteToFeatureConverter.java b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/AbsoluteToFeatureConverter.java index c776fd0b..3fe0cf4a 100644 --- a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/AbsoluteToFeatureConverter.java +++ b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/AbsoluteToFeatureConverter.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.runtime.core.query.feature; +/*- + * #%L + * JUDO Runtime Core :: Query + * %% + * 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 hu.blackbelt.judo.meta.expression.adapters.asm.AsmModelAdapter; import hu.blackbelt.judo.meta.expression.numeric.AbsoluteExpression; import hu.blackbelt.judo.meta.query.*; diff --git a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CapitalizeToFeatureConverter.java b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CapitalizeToFeatureConverter.java index e95d3b6e..62d987d4 100644 --- a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CapitalizeToFeatureConverter.java +++ b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CapitalizeToFeatureConverter.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.runtime.core.query.feature; +/*- + * #%L + * JUDO Runtime Core :: Query + * %% + * 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 hu.blackbelt.judo.meta.expression.adapters.asm.AsmModelAdapter; import hu.blackbelt.judo.meta.expression.string.Capitalize; import hu.blackbelt.judo.meta.query.*; diff --git a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CeilToFeatureConverter.java b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CeilToFeatureConverter.java index 18f22116..8855f319 100644 --- a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CeilToFeatureConverter.java +++ b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/CeilToFeatureConverter.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.runtime.core.query.feature; +/*- + * #%L + * JUDO Runtime Core :: Query + * %% + * 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 hu.blackbelt.judo.meta.expression.adapters.asm.AsmModelAdapter; import hu.blackbelt.judo.meta.expression.numeric.CeilExpression; import hu.blackbelt.judo.meta.query.*; diff --git a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/FloorToFeatureConverter.java b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/FloorToFeatureConverter.java index 2194b5a8..5f3d1939 100644 --- a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/FloorToFeatureConverter.java +++ b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/FloorToFeatureConverter.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.runtime.core.query.feature; +/*- + * #%L + * JUDO Runtime Core :: Query + * %% + * 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 hu.blackbelt.judo.meta.expression.adapters.asm.AsmModelAdapter; import hu.blackbelt.judo.meta.expression.numeric.FloorExpression; import hu.blackbelt.judo.meta.query.*; diff --git a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampAsMillisecondsExpressionToFeatureConverter.java b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampAsMillisecondsExpressionToFeatureConverter.java index 9cac0f98..d18dc885 100644 --- a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampAsMillisecondsExpressionToFeatureConverter.java +++ b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampAsMillisecondsExpressionToFeatureConverter.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.runtime.core.query.feature; +/*- + * #%L + * JUDO Runtime Core :: Query + * %% + * 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 hu.blackbelt.judo.meta.expression.adapters.asm.AsmModelAdapter; import hu.blackbelt.judo.meta.expression.numeric.TimestampAsMillisecondsExpression; import hu.blackbelt.judo.meta.query.*; diff --git a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampFromMillisecondsExpressionToFeatureConverter.java b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampFromMillisecondsExpressionToFeatureConverter.java index 944b637b..591d3697 100644 --- a/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampFromMillisecondsExpressionToFeatureConverter.java +++ b/judo-runtime-core-query/src/main/java/hu/blackbelt/judo/runtime/core/query/feature/TimestampFromMillisecondsExpressionToFeatureConverter.java @@ -1,5 +1,25 @@ package hu.blackbelt.judo.runtime.core.query.feature; +/*- + * #%L + * JUDO Runtime Core :: Query + * %% + * 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 hu.blackbelt.judo.meta.expression.adapters.asm.AsmModelAdapter; import hu.blackbelt.judo.meta.expression.temporal.TimestampFromMillisecondsExpression; import hu.blackbelt.judo.meta.query.*; diff --git a/judo-runtime-core-query/src/test/resources/logback.xml b/judo-runtime-core-query/src/test/resources/logback.xml index fa5bdf0c..5cece95e 100644 --- a/judo-runtime-core-query/src/test/resources/logback.xml +++ b/judo-runtime-core-query/src/test/resources/logback.xml @@ -1,4 +1,24 @@ + + @@ -15,4 +35,4 @@ true - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 16106d2c..3a003c76 100644 --- a/pom.xml +++ b/pom.xml @@ -48,11 +48,11 @@ 1.0.0 1.1.1 - 1.0.1 - 1.0.1 + 1.0.2.20220927_193829_dde3fbf4_develop + 1.0.2.20220927_202345_3d5d26ef_develop 1.0.0 1.0.0 - 1.0.0 + 1.0.1.20220927_204332_7c89444a_develop 1.0.2 1.0.1 1.0.2 @@ -60,8 +60,8 @@ 1.2.0 - 1.1.1 - + 1.1.2.20220927_213144_ba785269_develop + 1.0.3 1.3.0