Repository: cxf Updated Branches: refs/heads/master afd70f562 -> fb4793ce6
Update the NOTICE files to mention the MPL Public Suffix List Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/fb4793ce Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fb4793ce Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fb4793ce Branch: refs/heads/master Commit: fb4793ce634105ddc11024ba855cb1da67270292 Parents: afd70f5 Author: Daniel Kulp <[email protected]> Authored: Mon Jun 1 15:03:56 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Jun 1 15:03:56 2015 -0400 ---------------------------------------------------------------------- distribution/src/main/appended-resources/META-INF/NOTICE | 4 ++++ rt/transports/http/src/main/appended-resources/META-INF/NOTICE | 5 +++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/fb4793ce/distribution/src/main/appended-resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/distribution/src/main/appended-resources/META-INF/NOTICE b/distribution/src/main/appended-resources/META-INF/NOTICE index ad95d9a..e63422b 100644 --- a/distribution/src/main/appended-resources/META-INF/NOTICE +++ b/distribution/src/main/appended-resources/META-INF/NOTICE @@ -49,6 +49,10 @@ This code was written by Tyler Akins and has been placed in the public domain. It would be nice if you left this header intact. Base64 code from Tyler Akins -- http://rumkin.com +This project includes Public Suffix List copied from +https://publicsuffix.org/list/effective_tld_names.dat +licensed under the terms of the Mozilla Public License, v. 2.0 +Full license text: <http://mozilla.org/MPL/2.0/> Additional copyright notices and license terms applicable are present in the licenses directory of this distribution. http://git-wip-us.apache.org/repos/asf/cxf/blob/fb4793ce/rt/transports/http/src/main/appended-resources/META-INF/NOTICE ---------------------------------------------------------------------- diff --git a/rt/transports/http/src/main/appended-resources/META-INF/NOTICE b/rt/transports/http/src/main/appended-resources/META-INF/NOTICE new file mode 100644 index 0000000..bc2a985 --- /dev/null +++ b/rt/transports/http/src/main/appended-resources/META-INF/NOTICE @@ -0,0 +1,5 @@ + +This project includes Public Suffix List copied from +https://publicsuffix.org/list/effective_tld_names.dat +licensed under the terms of the Mozilla Public License, v. 2.0 +Full license text: <http://mozilla.org/MPL/2.0/>
