<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Fossology | Haksung</title><link>https://haksungjang.github.io/en/tags/fossology/</link><description>Haksung Jang — Open Source Program Manager at SK telecom</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 09 Aug 2026 17:03:59 +0900</lastBuildDate><atom:link href="https://haksungjang.github.io/en/tags/fossology/index.xml" rel="self" type="application/rss+xml"/><item><title>FOSSology</title><link>https://haksungjang.github.io/en/docs/tools/1-fossology/</link><pubDate>Sun, 09 Aug 2026 17:03:59 +0900</pubDate><guid>https://haksungjang.github.io/en/docs/tools/1-fossology/</guid><description>For open source compliance, you can use a source code scanning tool to detect the open source and license information contained within software.
&amp;lt; https://www.fossology.org/ &amp;gt;
The Linux Foundation&amp;rsquo;s FOSSology project developed this scanning tool and released it as open source so that anyone can use it freely.
Key Features FOSSology is a web-based program that lets users log in to the website and upload individual files or software packages. FOSSology detects license text and copyright information within the uploaded files. Developers should use FOSSology when they want to check what license a piece of open source carries and what its copyright information looks like. FOSSology scans every file in an uploaded open source package, automatically detects license-related text and copyright information in each file, and generates a report from it. For more details on FOSSology&amp;rsquo;s key features, refer to the following page. : https://www.fossology.org/features/</description><content:encoded>&lt;![CDATA[<p>For open source compliance, you can use a source code scanning tool to detect the open source and license information contained within software.</p><p><img src="/docs/tools/1-fossology/fossology1.png" alt="https://www.fossology.org/"/><p><em><center>&lt;<a href="https://www.fossology.org/">https://www.fossology.org/</a> &gt;</center></em></p><p>The Linux Foundation&rsquo;s FOSSology project developed this scanning tool and released it as open source so that anyone can use it freely.</p><h2 id="key-features">Key Features</h2><p>FOSSology is a web-based program that lets users log in to the website and upload individual files or software packages. FOSSology detects license text and copyright information within the uploaded files. Developers should use FOSSology when they want to check what license a piece of open source carries and what its copyright information looks like. FOSSology scans every file in an uploaded open source package, automatically detects license-related text and copyright information in each file, and generates a report from it. For more details on FOSSology&rsquo;s key features, refer to the following page. :<a href="https://www.fossology.org/features/">https://www.fossology.org/features/</a></p><h2 id="installation">Installation</h2><p>To use FOSSology within a company, you need to build a FOSSology server in-house. This requires installing FOSSology on a Linux-based server system. FOSSology can be installed in the following three ways.</p><ol><li>Using Docker</li><li>Using Vagrant and VirtualBox</li><li>Installing via a source build</li></ol><p>This section explains the simplest method, using Docker.</p><p>FOSSology publishes a containerized Docker image through Docker Hub (https://hub.docker.com/). :<a href="https://hub.docker.com/r/fossology/fossology">https://hub.docker.com/r/fossology/fossology</a></p><p>The pre-built Docker image can be run using the following command.</p><div class="highlight"><pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-text" data-lang="text"><span style="display:flex;"><span>$ docker run -p 8081:80 fossology/fossology</span></span></code></pre></div><p>The Docker image can be accessed with the following URL and account information. : http://[IP_OF_DOCKER_HOST]:8081/repo</p><ul><li>Username : fossy</li><li>Passwd : fossy</li></ul><p>For more details on installation, refer to the following page. :<a href="https://github.com/fossology/fossology/blob/master/README.md">https://github.com/fossology/fossology/blob/master/README.md</a></p><h2 id="test-server">Test Server</h2><p>If it is difficult to build a system on which to install FOSSology, you can use the test server provided by the FOSSology Project. The FOSSology project provides an environment for testing. (The test server may go down without notice.)</p><p>Users can access the FOSSology test server with the following account to try out FOSSology&rsquo;s features.</p><div class="alert alert-primary" role="alert">
Test server URL: [https://fossology.osuosl.org/](https://fossology.osuosl.org/)
* Username: fossy
* Password: fossy</div><p><img src="/docs/tools/1-fossology/fossology2.png" alt=""/><h2 id="basic-workflow">Basic Workflow</h2><p>The basic usage procedure for FOSSology is as follows.</p><ul><li>To check the license and copyright information of the open source you want to use, compress its source code into a single file and upload it to FOSSology.</li><li>To do this, select Menu &gt; Upload &gt; From File.</li></ul><p><img src="https://t1.daumcdn.net/thumb/R1280x0.fjpg/?fname=http://t1.daumcdn.net/brunch/service/user/9399/image/Oywr9jqM09g1SfxfZ-2HERmYA_8" alt=""/><ul><li>Select the file to upload and click the Upload button.</li><li>Once the upload completes, the Job Agent automatically performs the analysis.</li><li>You can check the Status of the analysis in progress at Menu &gt; Jobs &gt; My Recent Jobs.</li></ul><p><img src="https://t1.daumcdn.net/thumb/R1280x0.fjpg/?fname=http://t1.daumcdn.net/brunch/service/user/9399/image/9IKts-8lH7YK_Dat124-hEw_q4I" alt=""/><ul><li>Once the analysis completes, you can check the results at Menu &gt; Browse.</li></ul><p><img src="https://t1.daumcdn.net/thumb/R1280x0.fjpg/?fname=http://t1.daumcdn.net/brunch/service/user/9399/image/C62vBvaVNeBLAqrRrx-XKoeuMhg" alt=""/><ul><li>Selecting an individual file lets you see what license-related text FOSSology has detected.</li></ul><p><img src="https://t1.daumcdn.net/thumb/R1280x0.fjpg/?fname=http://t1.daumcdn.net/brunch/service/user/9399/image/9idwgtBqNj7YAl7Wg0i98QJ5b4w" alt=""/><ul><li>At Menu &gt; Browser &gt; select a file or directory &gt; Copyright/Email/Url/Author, you can see the Copyright/Email/Url/Author information FOSSology detected.</li></ul><p><img src="https://t1.daumcdn.net/thumb/R1280x0.fjpg/?fname=http://t1.daumcdn.net/brunch/service/user/9399/image/NrjeCqal75rJ1bwGLPPmjhBEn4Q" alt=""/><p>After checking whether these analysis results are valid, users can exclude incorrectly detected items from the analysis results. FOSSology describes this as the Clearing process; for more details, refer to the following page. :<a href="https://www.fossology.org/get-started/basic-workflow/">https://www.fossology.org/get-started/basic-workflow/</a></p><p>Using the method above, you can easily check what license the open source you want to use carries and what its copyright information is.</p>
]]></content:encoded></item></channel></rss>