Skip to content

Commit

Permalink
Merge pull request #499 from hazendaz/master
Browse files Browse the repository at this point in the history
Add licenses for third party libraries in distro
  • Loading branch information
hazendaz committed Feb 7, 2017
2 parents 81aee66 + 9467145 commit 188a605
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 5 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
1.9.0 (in-progress)
===================
* Documentation Updates
* Version Updates
* Sonar / Coverity Cleanup

* Breaking changes
* Requires Java 8+
* Dropped Tomcat 6 and Spring 3 modules
Expand All @@ -13,8 +17,18 @@
* [#486](https://github.com/Waffle/waffle/pull/486): Upgrade to Servlet 3.0 in demos #471[@hazendaz](https://github.com/hazendaz).
* [#487](https://github.com/Waffle/waffle/pull/487): Updated guava joiner to string.join #304[@hazendaz](https://github.com/hazendaz).
* [#488](https://github.com/Waffle/waffle/pull/488): Use java.util.Base64 with java 8 #304[@hazendaz](https://github.com/hazendaz).
* [#490](https://github.com/Waffle/waffle/pull/490): Rewrite guava Files.write to java 7 FilesWrite #304[@hazendaz](https://github.com/hazendaz).
* [#491](https://github.com/Waffle/waffle/pull/491): Rewrite guava Files.write to java 7 FilesWrite #304[@hazendaz](https://github.com/hazendaz).
* [#498](https://github.com/Waffle/waffle/pull/498): Add third party license files[@hazendaz](https://github.com/hazendaz).

1.8.3 (2/6/2017)
================
**** Mainly backporting from 1.9.x branch and this release specifically was to add third party licenses ****

* Documentation updates
* Version Updates
* Sonar / Coverity Cleanup
* Added third party license files to distribution to make it easier for those requiring license certification within our distro.

1.8.2 (12/31/2016)
================
* Lots of documentation updates from the community (many thanks!)
Expand Down
7 changes: 4 additions & 3 deletions Source/JNA/src/site/markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ WAFFLE - Windows Authentication Framework
[![Build status](https://ci.appveyor.com/api/projects/status/8o53n6o359r7s6up?svg=true)](https://ci.appveyor.com/project/hazendaz/waffle)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/2775/badge.svg)](https://scan.coverity.com/projects/2775)
[![Coverage Status](https://coveralls.io/repos/hazendaz/waffle/badge.svg)](https://coveralls.io/r/hazendaz/waffle)
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.dblock.waffle/waffle-jna/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.dblock.waffle/waffle-jna)
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.github.waffle/waffle-jna/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.waffle/waffle-jna)
[![releases](http://github-release-version.herokuapp.com/github/Waffle/waffle/release.svg?style=flat)](https://github.com/Waffle/waffle/releases/tag/waffle-1.8.2)
[![Eclipse](https://img.shields.io/badge/license-Eclipse-blue.svg)](https://www.eclipse.org/legal/epl-v10.html)
[![Dependency Status](https://www.versioneye.com/user/projects/55ff3de7601dd9001c000132/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55ff3de7601dd9001c000132)
[![Project Stats](https://www.openhub.net/p/waffle/widgets/project_thin_badge.gif)](https://www.openhub.net/p/waffle)
Expand All @@ -27,8 +28,8 @@ Sites
Essentials
----------

* [Download Version 1.8.0](https://github.com/Waffle/waffle/releases/download/Waffle-1.8.0/Waffle.1.8.zip)
* [Waffle in Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.dblock.waffle%22)
* [Download Version 1.8.2](https://github.com/Waffle/waffle/releases/download/waffle-1.8.2/Waffle.1.8.2.zip)
* [Waffle in Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.waffle%22)
* [Waffle Snapshots](https://oss.sonatype.org/content/repositories/snapshots/com/github/waffle/)
* [Get Waffle To Work in Tomcat, Jetty, WebSphere, etc.](Docs/ServletSingleSignOnSecurityFilter.md)
* [Need Help? Google Group](https://groups.google.com/group/waffle-users)
Expand Down
12 changes: 12 additions & 0 deletions Source/JNA/waffle-distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*LICENSE-caffeine.txt</exclude>
<exclude>**/*LICENSE-jna.txt</exclude>
<exclude>**/*LICENSE-logback.txt</exclude>
<exclude>**/*LICENSE-slf4j.txt</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
13 changes: 13 additions & 0 deletions Source/JNA/waffle-distro/src/assembly/LICENSE-caffeine.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2014 Ben Manes. All Rights Reserved.

Licensed 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.
22 changes: 22 additions & 0 deletions Source/JNA/waffle-distro/src/assembly/LICENSE-jna.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Java Native Access project (JNA) is dual-licensed under 2
alternative Open Source/Free licenses: LGPL 2.1 or later and
Apache License 2.0. (starting with JNA version 4.0.0).

You can freely decide which license you want to apply to
the project.

You may obtain a copy of the LGPL License at:

http://www.gnu.org/licenses/licenses.html

A copy is also included in the downloadable source code package
containing JNA, in file "LGPL2.1", under the same directory
as this file.

You may obtain a copy of the Apache License at:

http://www.apache.org/licenses/

A copy is also included in the downloadable source code package
containing JNA, in file "AL2.0", under the same directory
as this file.
15 changes: 15 additions & 0 deletions Source/JNA/waffle-distro/src/assembly/LICENSE-logback.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Logback LICENSE
---------------

Logback: the reliable, generic, fast and flexible logging framework.
Copyright (C) 1999-2015, QOS.ch. All rights reserved.

This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
the Eclipse Foundation

or (per the licensee's choosing)

under the terms of the GNU Lesser General Public License version 2.1
as published by the Free Software Foundation.

24 changes: 24 additions & 0 deletions Source/JNA/waffle-distro/src/assembly/LICENSE-slf4j.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Copyright (c) 2004-2014 QOS.ch
All rights reserved.

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 CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



12 changes: 11 additions & 1 deletion Source/JNA/waffle-distro/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Waffle (https://github.com/Waffle/waffle)
Copyright (c) 2010-2016 Application Security, Inc.
Copyright (c) 2010-2017 Application Security, Inc.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse
Public License v1.0 which accompanies this distribution, and is available at
Expand Down Expand Up @@ -46,6 +46,16 @@
</dependencySets>

<fileSets>
<fileSet>
<directory>${project.basedir}/src/assembly</directory>
<outputDirectory></outputDirectory>
<includes>
<include>LICENSE-caffeine.txt</include>
<include>LICENSE-logback.txt</include>
<include>LICENSE-jna.txt</include>
<include>LICENSE-slf4j.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>../../../</directory>
<outputDirectory>.</outputDirectory>
Expand Down

0 comments on commit 188a605

Please sign in to comment.