Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/licenses/apache-commons-logging-1.3.5/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Commons Logging (http://commons.apache.org/proper/commons-logging/)
--------------------------------------------------------------

Version: 1.3.5
From: 'Apache Software Foundation' (https://www.apache.org/)
License(s):
Apache v2.0

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
commons-logging:commons-logging:jar:1.3.5
16 changes: 16 additions & 0 deletions doc/licenses/apache-sshd/NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Name: Apache Mina SSHD
# URL: https://mina.apache.org/sshd-project
# From: 'Apache Software Foundation' (https://www.apache.org/)
# License: Apache v2.0
# Source: https://raw.githubusercontent.com/apache/mina-sshd/refs/tags/sshd-${VERSION}/NOTICE.txt
#
# --- BEGIN LICENSE FILE [2.17.1] ---
Apache MINA SSHD
Copyright 2008-2021 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

Please refer to each LICENSE.<component>.txt file for the
license terms of the components that Apache MINA depends on.
# --- END LICENSE FILE [2.17.1] ---
3 changes: 3 additions & 0 deletions doc/licenses/apache-sshd/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
org.apache.sshd:sshd-common:jar:*
org.apache.sshd:sshd-core:jar:*

6 changes: 6 additions & 0 deletions doc/licenses/net-i2p-crypto/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Name: EdDSA Java Implementation
# Version: 0.3.0
# From: str4d (original author)
# Project: https://github.com/str4d/ed25519-java
# Maven Coordinates: net.i2p.crypto:eddsa
# License: CC0 1.0 Universal (Public Domain Dedication)
1 change: 1 addition & 0 deletions doc/licenses/net-i2p-crypto/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
net.i2p.crypto:eddsa:jar:*
2 changes: 2 additions & 0 deletions doc/licenses/spring-framework/dep-coordinates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ org.springframework:spring-beans:jar:*
org.springframework:spring-context:jar:*
org.springframework:spring-core:jar:*
org.springframework:spring-expression:jar:*
org.springframework:spring-jcl:jar:*
org.springframework:spring-web:jar:*
4 changes: 4 additions & 0 deletions doc/licenses/spring-vault/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Name: Spring Vault
# URL: https://spring.io/projects/spring-vault
# From: 'Spring' (https://spring.io/)
# License: Apache v2.0
1 change: 1 addition & 0 deletions doc/licenses/spring-vault/dep-coordinates.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.springframework.vault:spring-vault-core:jar:*
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/*
docs/*/*
48 changes: 48 additions & 0 deletions extensions/guacamole-vault/modules/guacamole-vault-openbao/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Apache Guacamole Vault Extension
================================

Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

---

Apache License, Version 2.0
===========================

[ FULL Apache 2.0 license text here ]

---

This product includes the following third‑party software:

Spring Framework
----------------
Copyright © 2002‑2025 VMware, Inc.
License: Apache License, Version 2.0

[ Apache 2.0 license text OR reference if already included above ]

Spring Vault
------------
Copyright © 2014‑2025 VMware, Inc.
License: Apache License, Version 2.0

Micrometer
----------
Copyright © 2018‑2025 VMware, Inc.
License: Apache License, Version 2.0

Apache Commons Logging
----------------------
Copyright © The Apache Software Foundation
License: Apache License, Version 2.0

Bouncy Castle
-------------
Copyright © The Legion of the Bouncy Castle
License: MIT License

[ FULL MIT license text here ]
Loading