marvin_refactor: fix client pom extraneous license header in <project> tag
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/746399ab Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/746399ab Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/746399ab Branch: refs/heads/marvin-refactor Commit: 746399ab4b9c0e58ecf6b273cd44cef8ccf23808 Parents: 45afa94 Author: Prasanna Santhanam <[email protected]> Authored: Mon Sep 30 10:16:59 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Oct 2 20:28:03 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/746399ab/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 3fc8c67..639a70e 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -7,16 +7,6 @@ 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" - 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"> <modelVersion>4.0.0</modelVersion>
