You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2017/11/09 13:13:25 UTC

directory-kerby git commit: Adding BouncyCastle license

Repository: directory-kerby
Updated Branches:
  refs/heads/1.0.x-fixes 61d020520 -> de1058f36


Adding BouncyCastle license


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/de1058f3
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/de1058f3
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/de1058f3

Branch: refs/heads/1.0.x-fixes
Commit: de1058f367a728557bd0e570f8644e893c8ccd7d
Parents: 61d0205
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Nov 9 13:13:17 2017 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Nov 9 13:13:17 2017 +0000

----------------------------------------------------------------------
 kerby-dist/tool-dist/LICENSE                           | 3 +++
 kerby-dist/tool-dist/licenses/LICENSE-bouncycastle.txt | 7 +++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/de1058f3/kerby-dist/tool-dist/LICENSE
----------------------------------------------------------------------
diff --git a/kerby-dist/tool-dist/LICENSE b/kerby-dist/tool-dist/LICENSE
index aa7b845..080652a 100644
--- a/kerby-dist/tool-dist/LICENSE
+++ b/kerby-dist/tool-dist/LICENSE
@@ -210,3 +210,6 @@ This project bundles the SLF4J library (MIT license):
 
 See licenses/LICENSE-slf4j.txt
 
+This project bundles the BouncyCastle library (MIT license):
+
+See licenses/LICENSE-bouncycastle.txt

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/de1058f3/kerby-dist/tool-dist/licenses/LICENSE-bouncycastle.txt
----------------------------------------------------------------------
diff --git a/kerby-dist/tool-dist/licenses/LICENSE-bouncycastle.txt b/kerby-dist/tool-dist/licenses/LICENSE-bouncycastle.txt
new file mode 100644
index 0000000..201693c
--- /dev/null
+++ b/kerby-dist/tool-dist/licenses/LICENSE-bouncycastle.txt
@@ -0,0 +1,7 @@
+Copyright (c) 2000 - 2017 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
+
+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.