Repository: sqoop Updated Branches: refs/heads/sqoop2 1fc658922 -> dda5e1edd
SQOOP-1885: Sqoop2: KafkaConnector pom.xml needs license header (Abraham Elmahrek via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/dda5e1ed Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/dda5e1ed Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/dda5e1ed Branch: refs/heads/sqoop2 Commit: dda5e1edd3b070b026f9e242426f395366c67db9 Parents: 1fc6589 Author: Jarek Jarcec Cecho <[email protected]> Authored: Fri Dec 12 09:58:10 2014 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Fri Dec 12 09:58:10 2014 -0800 ---------------------------------------------------------------------- connector/connector-kafka/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/dda5e1ed/connector/connector-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/connector/connector-kafka/pom.xml b/connector/connector-kafka/pom.xml index 8786bff..e8fea9b 100644 --- a/connector/connector-kafka/pom.xml +++ b/connector/connector-kafka/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">
