You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ac...@apache.org on 2020/03/24 18:42:59 UTC

[phoenix] branch 4.x updated: PHOENIX-5790 Add Apache license header to compatible_client_versions.json

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

achouhan pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 3cd20f4  PHOENIX-5790 Add Apache license header to compatible_client_versions.json
3cd20f4 is described below

commit 3cd20f4bdf38a22609404f8734314cdcb35ecb0d
Author: Sandeep Guggilam <sg...@sandeepg-ltm.internal.salesforce.com>
AuthorDate: Fri Mar 20 16:45:36 2020 -0700

    PHOENIX-5790 Add Apache license header to compatible_client_versions.json
    
    Signed-off-by: Abhishek Singh Chouhan <ac...@apache.org>
---
 .../src/it/resources/compatible_client_versions.json  | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/phoenix-core/src/it/resources/compatible_client_versions.json b/phoenix-core/src/it/resources/compatible_client_versions.json
index 5f28b82..49a5297 100644
--- a/phoenix-core/src/it/resources/compatible_client_versions.json
+++ b/phoenix-core/src/it/resources/compatible_client_versions.json
@@ -1,7 +1,24 @@
+/*
+ * 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.
+ */
 {
     "_comment": "Lists all phoenix compatible client versions against the current branch version for a given hbase profile \
                  If hbase profile is 1.3, phoenix client versions 4.14.3 and 4.15.0 are tested against current branch version",    
     "1.3": ["4.14.3", "4.15.0"],
     "1.4": ["4.14.3", "4.15.0"],
     "1.5": ["4.15.0"]
-}
\ No newline at end of file
+}