Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 35b0312b1 -> 9ab464fe5
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/f49b6ef3 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f49b6ef3 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f49b6ef3 Branch: refs/heads/3.0.x-fixes Commit: f49b6ef36b4cb3ffd128812c23859de36b301d82 Parents: 35b0312 Author: Daniel Kulp <[email protected]> Authored: Mon Jun 1 15:03:56 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Tue Jun 2 16:55:01 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/f49b6ef3/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/f49b6ef3/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/>
