diff --git a/docs/BOSS Readme.html b/docs/BOSS Readme.html index 4fbc5785..e57bce25 100644 --- a/docs/BOSS Readme.html +++ b/docs/BOSS Readme.html @@ -185,14 +185,16 @@ This documentation is a work in progress, covering an application that is also s
BOSS's report viewer.

BOSS's results report can be displayed either in BOSS's own report viewer, or in your default web browser, according to the value of the relevant setting. -

The report is comprised of two main sections: +

The report is comprised of three main sections:

In addition, there are a few filters that can be used to selectively hide items in the Details tab. These filters are:

-

BOSS is written in C/C++ and makes use of Subversion and the Alphanum, Boost, libespm, libloadorder, PugiXML, wxWidgets and yaml-cpp libraries. BOSS's reports are written in XHTML/CSS/Javascript and make use of Polyfill.js to provide Internet Explorer 8 compatibility. Copyright license information for all these may be found here. +

BOSS is written in C/C++ and makes use of Subversion and the Alphanum, Boost, libespm, libloadorder, PugiXML, svgweb, wxWidgets and yaml-cpp libraries. BOSS's reports are written in XHTML/CSS/Javascript and make use of Polyfill.js to provide Internet Explorer 8 compatibility. Copyright license information for all these may be found here.

Project Members

diff --git a/docs/licenses/Licenses.txt b/docs/licenses/Licenses.txt index 8f8cefaf..55e53825 100644 --- a/docs/licenses/Licenses.txt +++ b/docs/licenses/Licenses.txt @@ -9,13 +9,14 @@ BOSS uses a number of libraries, and their licenses are listed in this file. * Libloadorder - GNU GPL v3; see "GNU GPL v3.txt" for the text. * Polyfill.js - This code has been placed in the public domain. * PugiXML - MIT License; see "MIT License (PugiXML).txt" for the text. +* svgweb - Apache License v2.0; see "Apache License v2.0.txt" for the text. * wxWidgets - wxWindows License; the text is not included as allowed by the license. * yaml-cpp - MIT License; see "MIT License (yaml-cpp).txt" for the text. * zlib - zlib license; the text is not included as allowed by the license. BOSS is also distributed with some binaries for the following programs: -* Subversion - Apache License v1.0; see "Apache License v1.0.txt" for the text. +* Subversion - Apache License v2.0; see "Apache License v2.0.txt" for the text. * GraphViz - Eclipse Public License v1.0; the text is not included as allowed by the license. Going by what the EPL FAQ page says, simply running the GraphVis binaries through system calls does not make BOSS a "derivative work", and so it is not bound by the EPL, and so it's OK for BOSS to use GraphVis even though the EPL and GPL are incompatible.