From 6c6c621a69dac8d41a74ffc7846e25eae4c0ee18 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Fri, 13 Jan 2017 18:05:51 +0800 Subject: [PATCH] [MINOR] Fix license header missing in eagle-jpm-analyzer --- eagle-jpm/eagle-jpm-analyzer/pom.xml | 16 ++++++++++++++++ .../src/main/resources/createTable.sql | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/eagle-jpm/eagle-jpm-analyzer/pom.xml b/eagle-jpm/eagle-jpm-analyzer/pom.xml index d6383b685a..50fb803a70 100644 --- a/eagle-jpm/eagle-jpm-analyzer/pom.xml +++ b/eagle-jpm/eagle-jpm-analyzer/pom.xml @@ -1,4 +1,20 @@ + diff --git a/eagle-jpm/eagle-jpm-analyzer/src/main/resources/createTable.sql b/eagle-jpm/eagle-jpm-analyzer/src/main/resources/createTable.sql index 3d790d0539..78fd02af13 100644 --- a/eagle-jpm/eagle-jpm-analyzer/src/main/resources/createTable.sql +++ b/eagle-jpm/eagle-jpm-analyzer/src/main/resources/createTable.sql @@ -1,3 +1,21 @@ +-- /* +-- * 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. +-- * +-- */ + CREATE TABLE IF NOT EXISTS jobs ( jobDefId VARCHAR(50) NOT NULL, configuration MEDIUMTEXT NOT NULL,