You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by va...@apache.org on 2022/11/04 13:18:08 UTC

[qpid-broker-j] branch main updated: QPID-8581: [Broker-J] Added missing license headers (#155)

This is an automated email from the ASF dual-hosted git repository.

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 229ca3b443 QPID-8581: [Broker-J] Added missing license headers (#155)
229ca3b443 is described below

commit 229ca3b443f0243529676538a3658f820d973d1d
Author: vavrtom <va...@gmail.com>
AuthorDate: Fri Nov 4 14:18:03 2022 +0100

    QPID-8581: [Broker-J] Added missing license headers (#155)
---
 .../qpid/server/query/engine/exception/Errors.java  | 21 ++++++++++++++++++++-
 .../function/datetime/DateExpression.java           | 20 ++++++++++++++++++++
 .../function/datetime/DateExpressionTest.java       | 20 ++++++++++++++++++++
 3 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/exception/Errors.java b/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/exception/Errors.java
index 8f1d78a14e..00c50b273f 100644
--- a/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/exception/Errors.java
+++ b/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/exception/Errors.java
@@ -1,6 +1,25 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.apache.qpid.server.query.engine.exception;
 
-
 /**
  * Contains error messages for convenient access
  */
diff --git a/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpression.java b/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpression.java
index a8345b4b2e..396c9cd419 100644
--- a/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpression.java
+++ b/broker-plugins/query-engine/src/main/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpression.java
@@ -1,3 +1,23 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.apache.qpid.server.query.engine.parsing.expression.function.datetime;
 
 import java.time.Instant;
diff --git a/broker-plugins/query-engine/src/test/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpressionTest.java b/broker-plugins/query-engine/src/test/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpressionTest.java
index ac2415c1d7..4cca4f513e 100644
--- a/broker-plugins/query-engine/src/test/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpressionTest.java
+++ b/broker-plugins/query-engine/src/test/java/org/apache/qpid/server/query/engine/parsing/expression/function/datetime/DateExpressionTest.java
@@ -1,3 +1,23 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.apache.qpid.server.query.engine.parsing.expression.function.datetime;
 
 import static org.junit.Assert.assertEquals;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org