Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

3

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

3 results for “software license”

Learn how ShareScore rates datasets ↗
zenodo40/100

Text-fig. 1. Geographic position of the beaver-bearing sites discussed in this paper. Red triangles – records of Castor, blue dots – records of Trogontherium. Bilz II – Bilzingsleben II, Ehr – Weimar-Ehringsdorf, Mosb 2 – Mosbach 2, Taub – Weimar-Taubach, Teg – Tegelen. (This map was created using ArcGIS® software by Esri. ArcGIS® and ArcMap™ are the intellectual property of Esri and are used herein under license. Copyright © Esri). in Mortality Profiles Of Castor And Trogontherium (Mammalia: Rodentia, Castoridae), With Notes On The Site Formation Of The Mid-Pleistocene Hominin Locality Bilzingsleben Ii (Thuringia, Central Germany)

Text-fig. 1. Geographic position of the beaver-bearing sites discussed in this paper. Red triangles – records of Castor, blue dots – records of Trogontherium. Bilz II – Bilzingsleben II, Ehr – Weimar-Ehringsdorf, Mosb 2 – Mosbach 2, Taub – Weimar-Taubach, Teg – Tegelen. (This map was created using ArcGIS® software by Esri. ArcGIS® and ArcMap™ are the intellectual property of Esri and are used herein under license. Copyright © Esri).

opencc-by-4.0Nov 2020View details →
zenodo32/100

The Software Heritage License Dataset (2022 Edition)

<p>This dataset contains all &ldquo;license files&rdquo; extracted from a snapshot of the <a href="https://www.softwareheritage.org">Software Heritage</a> archive taken on 2022-04-25. (Other, possibly more recent, versions of the datasets can be found at <a href="https://annex.softwareheritage.org/public/dataset/license-blobs/">https://annex.softwareheritage.org/public/dataset/license-blobs/</a>).</p> <p>In this context, a <em>license file</em> is a unique file content (or &ldquo;blob&rdquo;) that appeared in a software origin archived by Software Heritage as a file whose name is often used to ship licenses in software projects. Some name examples are: <code>COPYING</code>, <code>LICENSE</code>, <code>NOTICE</code>, <code>COPYRIGHT</code>, etc. The exact file name pattern used to select the blobs contained in the dataset can be found in the SQL query file <code>01-select-blobs.sql</code>. Note that the file name was not expected to be at the project root, because project subdirectories can contain different licenses than the top-level one, and we wanted to include those too.</p> <p><strong>Format</strong></p> <p>The dataset is organized as follows:</p> <ul> <li> <p><code>blobs.tar.zst</code>: a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed tarball containing deduplicated license blobs, one per file. The tarball contains 6&rsquo;859&rsquo;189 blobs, for a total uncompressed size on disk of 66 GiB.</p> <p>The blobs are organized in a sharded directory structure that contains files named like <code>blobs/86/24/8624bcdae55baeef00cd11d5dfcfa60f68710a02</code>, where:</p> <ul> <li> <p><code>blobs/</code> is the root directory containing all license blobs</p> </li> <li> <p><code>8624bcdae55baeef00cd11d5dfcfa60f68710a02</code> is the SHA1 checksum of a specific license blobs, a copy of the GPL3 license in this case. Each license blob is ultimately named with its SHA1:</p> <pre><code>$ head -n 3 blobs/86/24/8624bcdae55baeef00cd11d5dfcfa60f68710a02 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 $ sha1sum blobs/86/24/8624bcdae55baeef00cd11d5dfcfa60f68710a02 8624bcdae55baeef00cd11d5dfcfa60f68710a02 blobs/86/24/8624bcdae55baeef00cd11d5dfcfa60f68710a02</code></pre> </li> <li> <p><code>86</code> and <code>24</code> are, respectively, the first and second group of two hex digits in the blob SHA1</p> </li> </ul> <p>One blob is missing, because its size (313MB) prevented its inclusion; (it was originally a tarball containing source code):</p> <pre><code>swh:1:cnt:61bf63793c2ee178733b39f8456a796b72dc8bde,1340d4e2da173c92d432026ecdc54b4859fe9911,"AUTHORS"</code></pre> </li> <li> <p><code>blobs-sample20k.tar.zst</code>: analogous to <code>blobs.tar.zst</code>, but containing &ldquo;only&rdquo; 20&rsquo;000 randomly selected license blobs</p> </li> <li> <p><code>license-blobs.csv.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV</a> index of all the blobs in the dataset. Each line in the index (except the first one, which contains column headers) describes a license blob and is in the format <code>SWHID,SHA1,NAME</code>, for example:</p> <pre><code> swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2,8624bcdae55baeef00cd11d5dfcfa60f68710a02,"COPYING" swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2,8624bcdae55baeef00cd11d5dfcfa60f68710a02,"COPYING.GPL3" swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2,8624bcdae55baeef00cd11d5dfcfa60f68710a02,"COPYING.GLP-3"</code></pre> <p>where:</p> <ul> <li> <p><strong>SWHID:</strong> the <a href="https://docs.softwareheritage.org/devel/swh-model/persistent-identifiers.html">Software Heritage persistent identifier</a> of the blob. It can be used to retrieve and cross-reference the license blob via the Software Heritage archive, e.g., at: <a href="https://archive.softwareheritage.org/swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2">https://archive.softwareheritage.org/swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2</a></p> </li> <li> <p><strong>SHA1:</strong> the blob SHA1, that can be used to cross-reference blobs in the <code>blobs/</code> directory</p> </li> <li> <p><strong>NAME:</strong> <em>a</em> file name given to the license blob in a given software origin. As the same license blob can have different names in different contexts, the index contain multiple entries for the same blob with different names, as it is the case in the example above (yes, one of those has a typo in it, but it&rsquo;s an <em>original</em> typo from some repository!).</p> </li> </ul> </li> <li> <p><code>blobs-fileinfo.csv.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV</a> mapping from blobs to basic file information in the format: <code>SHA1,MIME_TYPE,ENCODING,LINE_COUNT,WORD_COUNT,SIZE</code>, where:</p> <ul> <li><strong>SHA1:</strong> blob SHA1</li> <li><strong>MIME_TYPE:</strong> blob MIME type, as detected by <a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/file.html">libmagic</a></li> <li><strong>ENCODING:</strong> blob character encoding, as detected by <a href="https://pubs.opengroup.org/onlinepubs/9699919799/utilities/file.html">libmagic</a></li> <li><strong>LINE_COUNT:</strong> number of lines in the blob (only for textual blobs with UTF8 encoding)</li> <li><strong>WORD_COUNT:</strong> number of words in the blob (only for textual blobs with UTF8 encoding)</li> <li><strong>SIZE:</strong> blob size in bytes</li> </ul> </li> <li> <p><code>blobs-scancode.csv.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV</a> mapping from blobs to software license detected in them by <a href="https://www.aboutcode.org/projects/scancode.html">ScanCode</a>, in the format: <code>SHA1,LICENSE,SCORE</code>, where:</p> <ul> <li><strong>SHA1:</strong> blob SHA1</li> <li><strong>LICENSE:</strong> license detected in the blob, as an <a href="https://spdx.dev/">SPDX</a> identifier (or <a href="https://scancode-licensedb.aboutcode.org/">ScanCode identifier</a> for non-SPDX-indexed licenses)</li> <li><strong>SCORE:</strong> confidence score in the result, as a decimal number between 0 and 100</li> </ul> <p>There may be zero or arbitrarily many lines for each blob.</p> </li> <li> <p><code>blobs-scancode.ndjson.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="http://ndjson.org/">line-delimited JSON</a>, containing a superset of the information in <code>blobs-scancode.csv.zst</code>. Each line is a JSON dictionary with three keys:</p> <ul> <li><strong>sha1</strong>: blob SHA1</li> <li><strong>licenses</strong>: output of <code>scancode.api.get_licenses(..., min_score=0)</code></li> <li><strong>copyrights</strong>: output of <code>scancode.api.get_copyrights(...)</code></li> </ul> <p>There is exactly one line for each blob. <code>licenses</code> and <code>copyrights</code> keys are omitted for files not detected as plain text.</p> </li> <li> <p><code>blobs-origins.csv.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV</a> mapping of where license blobs come from. Each line in the index associate a license blob to one of its origins in the format <code>SWHID&lt;TAB&gt;URL</code>, for example:</p> <pre><code> swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2 https://github.com/pombreda/Artemis</code></pre> <p>Note that a license blob can come from many different places, only an arbitrary (and somewhat random) one is listed in this mapping.</p> <p>If no origin URL is found in the Software Heritage archive, then a blank is used instead. This happens when they were either being loaded when the dataset was generated, or the loader process crashed before completing the blob&rsquo;s origin&rsquo;s ingestion.</p> </li> <li> <p><code>blobs-nb-origins.csv.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV</a> mapping of how many origins of this blob are known to Software Heritage. Each line in the index associate a license blob to this count in the format <code>SWHID&lt;TAB&gt;NUMBER</code>, for example:</p> <pre><code> swh:1:cnt:94a9ed024d3859793618152ea559a168bbcbb5e2 2822260</code></pre> <p>Two blobs are missing because the computation crashes:</p> <pre><code> swh:1:cnt:e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 swh:1:cnt:8b137891791fe96927ad78e64b0aad7bded08bdc</code></pre> <p>This issue will be fixed in a future version of the dataset</p> </li> <li> <p><code>blobs-earliest.csv.zst</code> a <a href="http://facebook.github.io/zstd/">Zst</a>-compressed <a href="https://en.wikipedia.org/wiki/Comma-separated_values">CSV</a> mapping from blobs to information about their (earliest) known occurence(s) in the archive. Format: <code>SWHID&lt;TAB&gt;EARLIEST_SWHID&lt;TAB&gt;EARLIEST_TS&lt;TAB&gt;OCCURRENCES</code>, where:</p> <ul> <li><strong>SWHID:</strong> blob SWHID</li> <li><strong>EARLIEST_SWHID:</strong> SWHID of the earliest known commit containing the blob</li> <li><strong>EARLIEST_TS:</strong> timestamp of the earliest known commit containing the blob, as a <a href="https://en.wikipedia.org/wiki/Unix_time">Unix time</a> integer</li> <li><strong>OCCURRENCES:</strong> number of known commits containing the blob</li> </ul> </li> <li> <p><code>replication-package.tar.gz</code>: code and scripts used to produce the dataset</p> </li> <li> <p><code>licenses-annotated-sample.tar.gz</code>: ground truth, i.e., manually annotated random sample of license blobs, with details about the kind of information they contain.</p> </li> </ul> <p><strong>Changes since the 2021-03-23 dataset</strong></p> <ul> <li> <p>More input data, due to the SWH archive growing: more origins in supported forges and package managers; and support for more forges and package managers. See the <a href="https://docs.softwareheritage.org/devel/archive-changelog.html">SWH Archive Changelog</a> for details.</p> </li> <li> <p>Values in the <strong>NAME</strong> column of <code>license-blobs.csv.zst</code> are quoted, as some file names now contain commas.</p> </li> <li> <p>Replication package now contains all the steps needed to reproduce all artefacts including the <code>licenseblobs/fetch.py</code> script.</p> </li> <li> <p><code>blobs-nb-origins.csv.zst</code> is added.</p> </li> <li> <p><code>blobs-origins.csv.zst</code> is now generated using the first origin returned by swh-graph&rsquo;s <code>leaves</code> endpoint, instead of its <code>randomwalk</code> endpoint. This should have no impact on the result, other than a different distribution of &ldquo;random&rdquo; origins being picked.</p> </li> <li> <p><code>blobs-origins.csv.zst</code> was missing ~10% of its results in previous versions of the dataset, due to errors and/or timeouts in its generation, this is now down to 0.02% (1254 of the 6859445 unique blobs). Blobs with no known origins are now present, with a blank instead of URL.</p> </li> <li> <p><code>blobs-earliest.csv.zst</code> was missing ~10% of its results in previous versions of the dataset. It is complete now.</p> </li> <li> <p><code>blobs-scancode.csv.zst</code> is generated with a newer scancode-toolkit version (31.2.1)</p> </li> <li> <p><code>blobs-scancode.ndjson.zst</code> is added.</p> </li> </ul> <p><strong>Errata</strong></p> <p>A file name <code>.tmp_1340d4e2da173c92d432026ecdc54b4859fe9911</code> was present in the initial version of the dataset (published on 2022-11-07). It was removed on 2022-11-09 using these two commands:</p> <pre><code>pv blobs-fileinfo.csv.zst | zstdcat | grep -v "\.tmp" | zstd -19 pv blobs.tar.zst| zstdcat | tar --delete blobs/13/40/.tmp_1340d4e2da173c92d432026ecdc54b4859fe9911 | zstd -19 -T12</code></pre> <p>The total uncompressed size was announced as 84 GiB based on the physical size on ext4, but it is actually 66 GiB.</p> <p><strong>Citation</strong></p> <p>If you use this dataset for research purposes, please acknowledge its use by citing one or both of the following papers:</p> <ul> <li> <p>[<a href="https://arxiv.org/abs/2308.11258">pdf</a>,&nbsp;<a href="https://dblp.uni-trier.de/rec/journals/ese/GonzalezBarahonaLRZ23.html?view=bibtex">bib</a>] Jes&uacute;s M. Gonz&aacute;lez-Barahona, Sergio Ra&uacute;l Montes Le&oacute;n, Gregorio Robles, Stefano Zacchiroli.&nbsp;<a href="https://doi.org/10.1007/s10664-023-10377-w"><em>The software heritage license dataset (2022 edition)</em></a>. Empirical Software Engineering, Volume 28, Number 6, Article number 147 (2023).</p> </li> <li>[<a href="https://arxiv.org/pdf/2204.00256.pdf">pdf</a>, <a href="https://dblp.uni-trier.de/rec/conf/msr/Zacchiroli22.html?view=bibtex">bib</a>] Stefano Zacchiroli. <a href="https://doi.org/10.1145/3524842.3528491"><em>A Large-scale Dataset of (Open Source) License Text Variants</em></a>. In proceedings of the <a href="https://conf.researchr.org/home/msr-2022">2022 Mining Software Repositories Conference (MSR 2022)</a>. 23-24 May 2022 Pittsburgh, Pennsylvania, United States. ACM 2022.</li> </ul> <p><strong>References</strong></p> <p>The dataset has been built using primarily the data sources described in the following papers:</p> <ul> <li> <p>[<a href="https://phaidra.univie.ac.at/open/o:931064">pdf</a>, <a href="https://dblp.uni-trier.de/rec/conf/ipres/CosmoZ17.html?view=bibtex">bib</a>] Roberto Di Cosmo, Stefano Zacchiroli. <a href="https://hdl.handle.net/11353/10.931064">Software Heritage: Why and How to Preserve Software Source Code</a>. In Proceedings of iPRES 2017: 14th International Conference on Digital Preservation, Kyoto, Japan, 25-29 September 2017.</p> </li> <li> <p>[<a href="https://upsilon.cc/~zack/research/publications/msr-2019-swh.pdf">pdf</a>, <a href="https://dblp.uni-trier.de/rec/conf/msr/PietriSZ19.html?view=bibtex">bib</a>] Antoine Pietri, Diomidis Spinellis, Stefano Zacchiroli. <a href="https://doi.org/10.1109/MSR.2019.00030">The Software Heritage Graph Dataset: Public software development under one roof</a>. In proceedings of MSR 2019: The 16th International Conference on Mining Software Repositories, May 2019, Montreal, Canada. Pages 138-142, IEEE 2019.</p> </li> </ul> <p><strong>Errata (v2, 2024-01-09)</strong></p> <p><code>licenses-annotated-sample.tar.gz</code>: some comments&nbsp;not intended for publication were removed, and 4 files incorrectly&nbsp;labeled were fixed.</p> <p>&nbsp;</p>

opencc-by-4.0Jul 2023View details →
zenodo12/100

Dataset from "What do developers talk about open source software licensing? " - SEAA2020

<p>This is the dataset used in the respective research work. The abstract is available below.</p> <p>If you want to cite this work, please use:</p> <p>&nbsp;</p> <p>Georgia M. Kapitsaki, Maria Papoutsoglou, Daniel German and Lefteris Angelis,&nbsp;What do developers talk about open source software licensing?, to appear in the Proceedings of the&nbsp;Euromicro Conference on&nbsp;<a href="https://dsd-seaa2020.um.si/seaa/index.html">Software Engineering and Advanced Applications</a>, SEAA 2020.</p> <p>Free and open source software has gained a lot of momentum in the industry and the research community. Open source<br> licenses determine the rules, under which the open source software can be further used and distributed. Previous works<br> have examined the usage of open source licenses in the framework of specific projects or online social coding platforms, examining developers specific licensing views for specific software. However, the questions practitioners ask about licenses and licensing as captured in Question and Answer websites also constitute an important aspect toward understanding practitioners general licenses and licensing concerns. In this paper, we investigate open source license discussions using data from the Software Engineering, Open Source and Law Stack Exchange sites that contain relevant data. We describe the process used for the data collection and analysis, and discuss the main results. Our results indicate that clarifications about specific licenses and specific license terms are required. The results can be useful for developers, educators and license authors.</p>

restrictedMay 2020View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record