Skip to content

Commit

Permalink
DRILL-1372: Separate category B licenses into their own directory in …
Browse files Browse the repository at this point in the history
…the binary distribution.

Adding a statement about the category B licensed software in the NOTICE files and adding the appropriate reference to MIT licensed source in the LICENSE file for the source distribution.
  • Loading branch information
jacques-n committed Sep 4, 2014
1 parent 09b00b1 commit 686eb9e
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 510 deletions.
32 changes: 32 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,35 @@
See the License for the specific language governing permissions and
limitations under the License.

---------------------------------------------------------------------------
This product includes source licensed under the MIT license

The source files are located at contrib/native/client/src/clientlib/y2038/
in the source distribution. The four files carry this license are:
time64.c
time64.h
time64_config.h
time64_limits.h

Copyright (c) 2007-2010 Michael G Schwern

This software originally derived from Paul Sheer's pivotal_gmtime_r.c.

The MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTIO
64 changes: 20 additions & 44 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,26 @@

<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>distro-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/assemble/bin.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<finalName>apache-drill-${project.version}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
Expand Down Expand Up @@ -131,28 +151,6 @@
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>distro-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/assemble/bin.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<finalName>apache-drill-${project.version}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
Expand All @@ -178,28 +176,6 @@

</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>distro-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/assemble/bin-mapr.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<finalName>apache-drill-${project.version}</finalName>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
Expand Down
180 changes: 0 additions & 180 deletions distribution/src/assemble/bin-mapr.xml

This file was deleted.

Loading

0 comments on commit 686eb9e

Please sign in to comment.