mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 18:51:26 +00:00
116 lines
4.1 KiB
Markdown
116 lines
4.1 KiB
Markdown
# CRYPTOMATOR
|
|
Copyright (c) 2014, Sebastian Stenzel
|
|
|
|
Cryptomator is licensed under the MIT license. The details can be found in the accompanying license file.
|
|
|
|
## Third party softwares
|
|
Cryptomator uses third party libraries and fonts that may be licensed under different licenses.
|
|
|
|
### AquaFX
|
|
The ProgressIndicator in ui/src/main/resource/css/mac_theme.css contains code from the AquaFX project.
|
|
|
|
Copyright 2013 Claudine Zillmann (http://aquafx-project.com/)
|
|
|
|
Licensed under the accompanying BSD license file.
|
|
|
|
### Apache Commons Collections
|
|
Copyright 2001-2013 The Apache Software Foundation
|
|
|
|
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
### Apache Commons Codec
|
|
Copyright 2002-2013 The Apache Software Foundation
|
|
|
|
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains test data
|
|
from http://aspell.net/test/orig/batch0.tab. Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org)
|
|
|
|
### Apache Commons IO
|
|
Copyright 2002-2012 The Apache Software Foundation
|
|
|
|
This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
### Apache Commons Lang
|
|
Copyright 2001-2011 The Apache Software Foundation
|
|
|
|
This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
This product includes software from the Spring Framework,
|
|
under the Apache License 2.0 (see: StringUtils.containsWhitespace())
|
|
|
|
### ControlsFX
|
|
Copyright (c) 2013, ControlsFX
|
|
|
|
Licensed under the accompanying BSD license file.
|
|
|
|
### Dagger 2
|
|
Copyright 2014 Google, Inc.
|
|
Copyright 2012 Square, Inc.
|
|
|
|
Licensed under the Apache License, Version 2.0
|
|
|
|
### EasyBind
|
|
Copyright (c) 2014, TomasMikula
|
|
|
|
Licensed under the accompanying BSD simplified license.
|
|
|
|
### Apache Jakarta HttpClient
|
|
Copyright 1999-2007 The Apache Software Foundation
|
|
|
|
This product includes software developed by The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
### Apache Log4j
|
|
Copyright 1999-2012 Apache Software Foundation
|
|
|
|
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
ResolverUtil.java Copyright 2005-2006 Tim Fennell
|
|
|
|
### Ionicons
|
|
Copyright (c) 2016 Drifty (http://drifty.com/)
|
|
|
|
ionicons.ttf Licensed under the accompanying MIT license
|
|
|
|
### Jackrabbit WebDAV Library
|
|
Copyright 2004-2014 The Apache Software Foundation
|
|
|
|
This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
Based on source code originally developed by Day Software (http://www.day.com/).
|
|
|
|
### Jackson
|
|
Jackson is a high-performance, Free/Open Source JSON processing library.
|
|
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
|
|
been in development since 2007.
|
|
It is currently developed by a community of developers, as well as supported
|
|
commercially by FasterXML.com.
|
|
|
|
**Licensing:** Jackson core and extension components may licensed under different licenses.
|
|
To find the details that apply to this artifact see the accompanying Apache 2.0 license file.
|
|
For more information, including possible other licensing options, contact
|
|
FasterXML.com (http://fasterxml.com).
|
|
|
|
**Credits:** A list of contributors may be found from CREDITS file, which is included
|
|
in some artifacts (usually source distributions); but is always available
|
|
from the source code management (SCM) system project uses.
|
|
|
|
### Jetty
|
|
Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd.
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
and Apache License v2.0 which accompanies this distribution.
|
|
|
|
The UnixCrypt.java code implements the one way cryptography used by
|
|
Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
|
|
modified April 2001 by Iris Van den Broeke, Daniel Deville.
|
|
Permission to use, copy, modify and distribute UnixCrypt
|
|
for non-commercial or commercial purposes and without fee is
|
|
granted provided that the copyright notice appears in all copies.
|
|
|
|
### JUnit
|
|
Copyright (c) 2000-2006, www.hamcrest.org
|
|
|
|
Licensed under the accompanying BSD license file.
|