Repository: eagle
Updated Branches:
  refs/heads/master abdeb3a36 -> 14f7f3fa3


[MINOR] Fix license header missing in eagle-jpm-analyzer

Fix license header missing in eagle-jpm-analyzer
* eagle-jpm/eagle-jpm-analyzer/pom.xml
* eagle-jpm/eagle-jpm-analyzer/src/main/resources/createTable.sql

Author: Hao Chen <h...@apache.org>

Closes #775 from haoch/FixMissingAL.


Project: http://git-wip-us.apache.org/repos/asf/eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/14f7f3fa
Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/14f7f3fa
Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/14f7f3fa

Branch: refs/heads/master
Commit: 14f7f3fa3c08abab9babe72387cbb4d36dc383d3
Parents: abdeb3a
Author: Hao Chen <h...@apache.org>
Authored: Fri Jan 13 18:07:21 2017 +0800
Committer: Hao Chen <h...@apache.org>
Committed: Fri Jan 13 18:07:21 2017 +0800

----------------------------------------------------------------------
 eagle-jpm/eagle-jpm-analyzer/pom.xml              | 16 ++++++++++++++++
 .../src/main/resources/createTable.sql            | 18 ++++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/eagle/blob/14f7f3fa/eagle-jpm/eagle-jpm-analyzer/pom.xml
----------------------------------------------------------------------
diff --git a/eagle-jpm/eagle-jpm-analyzer/pom.xml 
b/eagle-jpm/eagle-jpm-analyzer/pom.xml
index d6383b6..50fb803 100644
--- a/eagle-jpm/eagle-jpm-analyzer/pom.xml
+++ b/eagle-jpm/eagle-jpm-analyzer/pom.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0";
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>

http://git-wip-us.apache.org/repos/asf/eagle/blob/14f7f3fa/eagle-jpm/eagle-jpm-analyzer/src/main/resources/createTable.sql
----------------------------------------------------------------------
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 3d790d0..78fd02a 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,

Reply via email to