Skip to content

Commit

Permalink
Fix references to Apache license -- repo is not ASL
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Sep 11, 2016
1 parent 49c2c7c commit 268b26e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@

<url>https://github.com/sryza/aas</url>
<inceptionYear>2014</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>sryza</id>
Expand Down Expand Up @@ -177,8 +170,8 @@
</issueManagement>
<scm>
<connection>scm:git:https://github.com/sryza/aas.git</connection>
<url>scm:git:https://github.com/sryza/aas.git</url>
<developerConnection>scm:git:https://github.com/sryza/aas.git</developerConnection>
<url>https://github.com/sryza/aas</url>
<tag>HEAD</tag>
</scm>

Expand Down
15 changes: 3 additions & 12 deletions simplesparkproject/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014, Cloudera, Inc. All Rights Reserved.
Copyright 2015 and onwards Sanford Ryza, Juliet Hougland, Uri Laserson, Sean Owen and Joshua Wills
Cloudera, Inc. 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
This software 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.
-->
See LICENSE file for further information.
-->
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.cloudera.datascience</groupId>
Expand Down

0 comments on commit 268b26e

Please sign in to comment.