Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Dec 15, 2023
1 parent 653b5f0 commit cbac6d1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Installer/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Copyright 2020 - 2023 David Xanatos (xanasoft.com)

Sandboxie-Plus can be used under the following restrictions and obligations:

1. Whomever obtains a copy of the software is permitted
to use it in any noncommercial setting to the full
extend the software permits; however certain functionality
is only available with a support certificate which
can be obtained from xanasoft.com

2. To use the software commercially a business certificate
must be obtained from xanasoft.com; however it is permitted to
use the software commercially for a limited period of time
on no more than 3 machines for evaluation purposes.

3. It is permitted to redistribute the original unmodified
binaries free of charge.

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.




Further licensing information
======================================

Sandboxie-Plus is made up of the following components, governed under various licenses:
* SandMan is the primary Sandboxie-Plus UI component, provided under a custom license.
* QSbieAPI is a standalone reimplementation of Sandboxie’s API using IPC mechanisms to communicate with Sandboxie’s core components, licensed under the LGPL.
* Sandboxie core components, licensed under the GPL v3.
* MiscHelpers is a generic Qt-based helper library, licensed under the LGPL.
* The Qt Framework, is licensed under the LGPL.
* UglobalHotkey is an extension for Qt framework, which implements global hotkeys functionality and is in the Public Domain.
* QtSingleApp is a Qt Solutions component that provides support for applications that can be only started once per user, BSD-licensed.
16 changes: 16 additions & 0 deletions SandboxiePlus/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Sandboxie-Plus is made up of the following components, governed under various licenses:
* MiscHelpers a generic Qt based helper library, license under the LGPL.
* The Qt Framework which is license under the LGPL.
* SandMan the primary Sandboxie-Plus UI component, provided under a custom license.
* QSbieAPI a stand alone re implementation of sandboxie’s API using IPC mechanisms to. communicate with sandboxie’s core components, license under the LGPL.
* Sandboxie core components, licensed under the GPL v3.
* UglobalHotkey is an extension for Qt framework, which implements global hotkeys functionality and is in the Public Domain.
* QtSingleApp a Qt Solutions Component that provides support for applications that can be only started once per user, BSD licensed.

ALL THIS 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.

1 comment on commit cbac6d1

@wilders-soccerfan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Installer/license.txt, line 7: The first word 'extend' should be replaced by 'extent'

Please sign in to comment.