![]() |
FOSSology Advancing open source analysis and development |
|
Table of Contents
FAQ'sGeneral Project FAQsWhat is FOSSology?Q: What is the FOSSology Project all about? A: The FOSSology Project is a Free Open Source Software (FOSS) project built around an open and modular architecture for analyzing software. Existing modules include license analysis, meta data extraction, and MIME type identification. This open source software tool analyzes a given set of software packages, and reports items such as the software licenses used by these packages. More than simply reporting, “Package X uses license Y,” the FOSSology tool attempts to analyze every file within the package to determine its license. The license report is thus an aggregate of all of the different licenses found to be in use by a package. A single package may be labeled as “GPL” but contain files that use other licenses (BSD, OSL, or any of the hundreds of other licenses). Even if an exact license is unknown, the license may be identifiable by common license phrases. Digging deeper, the FOSSology project is intended as a general-purpose data mining tool. It can be extended by adding new Agents to analyze all sorts of meta information about Free and Open Source Software – not just licenses, but code re-use, security alerts, bug fixes and patches, project information, usage statistics – just about anything you could imagine! All of the software packages analyzed by FOSSology are maintained in its internal Software Repository, and the information collected by FOSSology (such as the license analyses) are maintained in its internal Database. Where did FOSSology come from?Q: Where did the FOSSology tool come from? Why would somebody create this tool? Who are you and what do you get out of this? A: The FOSSology Project started as an internal software development effort within Hewlett Packard’s Open Source and Linux Organization. The tool evolved over several years at HP from a few simple shell scripts to the much more comprehensive tool you see today. HP needed a way to quickly and accurately evaluate open source software that was being proposed for use within the company as well as software that was being considered for distribution on its own or as part of an HP product or service. These tools were developed to meet this need, alerting developers and project managers to conflicts in licensing terms, potential pitfalls in the combination of various software packages, or problems with integrating “home grown” code with existing open source software. In time, HP came to realize that this tool was of far greater value to itself as well as the community if it could be made available on a broader basis. Thus the decision was made to open source the tool and help promote its use within open source communities to help ease the confusion and uncertainty around licensing questions. Is FOSSology free?Q: Is FOSSology free? Is it open source? How is it licensed? A: The FOSSology Project is free and open source software. It is available under the terms of the GNU General Public License (GPL) version 2. The documentation for the project is available under the terms of the GNU Free Documentation License (FDL). Where can I get the FOSSology Project source code?Q: Where can I get the FOSSology Project source code? A: The FOSSology project source code is available from our project’s Subversion repository at SourceForge.net, and tarballs of all released versions of the project are available from our Releases area. Technical FAQsHow can I troubleshoot my FOSSology system?Q: I’m having trouble with my FOSSology system, where do I turn for help? A: There are many resources to help you out.
What platforms are supported?Q: What platforms are supported for running FOSSology? A: Currently we support FOSSology on most GNU/Linux platforms. Most of our development and testing right now occurs on Debian 4.0 (Etch) and Ubuntu Dapper Drake (6.06 LTS), but the tools should build and run just fine on any Linux system as long as the dependencies are met. What software is required?Q: What software is required? A: FOSSology consists of three components: user interface, database, and analyzers. * The user interface is managed by a web server, so Apache 2.x with PHP5 support is required. * The database stores information about packages, files, jobs, and everything else. Postgres 8.1 is required. * The analyzers consist a scheduler and all of the analysis agents; the scheduler and agents are provided by FOSSology. However, many of the agents have dependencies on other software packages:
How accurate are the results?Q: How accurate is the license analysis, meta data extraction, and results from other agents? A: Each agent uses heuristics to identify file properties and determine analysis results. Because tasks such as “license identification” are complex problems, the analysis is usually correct but not guaranteed to be correct. For example, if a file contains the GPLv2 license, then it will likely be idenfied as containing the correct license. However, if someone creates a derivative license, such as modifying the GPLv2 text, then the license should be identified as a GPLv2 license with a lower percentage of match. In the case of open source projects, it is common to see custom licenses which are derived from other licenses. (There are also Frankenstein licenses, where a project’s license is made by combining parts from different licenses.) Similarly, if the unpack agent does not know how to unpack a file, then licenses inside the file may not be analyzed. In general, the analysis results are very good guesses, but should not be considered authoritative. (Or to say it simply: we’re not lawyers. The code tries its best, but leave the legal decisions up to your own attorneys.) FOSSology Project documentation is licensed under the GNU Free Documentation License Version 1.2 | |||