This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.2 in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.2 by this push: new 227c1e5e6 Missing license header 227c1e5e6 is described below commit 227c1e5e60a6f76acbe30a288e8b988a4876cc78 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Thu May 30 13:13:32 2024 +0400 Missing license header --- .../cayenne/dba/mysql/MySQLTreeProcessorTest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cayenne-server/src/test/java/org/apache/cayenne/dba/mysql/MySQLTreeProcessorTest.java b/cayenne-server/src/test/java/org/apache/cayenne/dba/mysql/MySQLTreeProcessorTest.java index 4a35c1247..64784a500 100644 --- a/cayenne-server/src/test/java/org/apache/cayenne/dba/mysql/MySQLTreeProcessorTest.java +++ b/cayenne-server/src/test/java/org/apache/cayenne/dba/mysql/MySQLTreeProcessorTest.java @@ -1,3 +1,22 @@ +/***************************************************************** + * 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 + * + * https://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.cayenne.dba.mysql; import org.apache.cayenne.access.sqlbuilder.BaseSqlBuilderTest;