45 lines
1.3 KiB
Text
45 lines
1.3 KiB
Text
|
# largeRCRF
|
||
|
Copyright 2018-2019 Joel Therrien
|
||
|
|
||
|
largeRCRF is licensed under the GPL-3 license.
|
||
|
|
||
|
largeRCRF contains in object form some Java classes from the
|
||
|
Apache Commons CSV project and Jackson JSON processor; none of
|
||
|
which were modified.
|
||
|
|
||
|
Their copyright notices are displayed below, and the license files
|
||
|
they provided may be found in the licenses/ subfolder.
|
||
|
|
||
|
|
||
|
|
||
|
Apache Commons CSV
|
||
|
Copyright 2005-2017 The Apache Software Foundation
|
||
|
|
||
|
This product includes software developed at
|
||
|
The Apache Software Foundation (http://www.apache.org/).
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
# Jackson JSON processor
|
||
|
|
||
|
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 be licensed under different licenses.
|
||
|
To find the details that apply to this artifact see the accompanying 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.
|