Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFRA] Use SPDX License Indentifier #134

Merged
merged 2 commits into from
Oct 16, 2023
Merged

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Oct 13, 2023

See also https://reuse.software/faq/

Follow-up: Update LICENSE.md
I would keep the main LICENSE.md, because it helps GitHub to display the license type. Also, it can be adapted to shortly explain how SPDX works instead of trying to explain which directory has which license.

@vercel
Copy link

vercel bot commented Oct 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hibf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 13, 2023 2:38pm

@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Oct 13, 2023
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Oct 13, 2023
@eseiler eseiler requested a review from SGSSGene October 13, 2023 14:31
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (eea7024) 99.63% compared to head (9a91b43) 99.63%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files          41       41           
  Lines        1361     1361           
=======================================
  Hits         1356     1356           
  Misses          5        5           
Files Coverage Δ
include/hibf/build/bin_size_in_bits.hpp 100.00% <ø> (ø)
include/hibf/build/build_data.hpp 100.00% <ø> (ø)
include/hibf/build/update_parent_kmers.hpp 100.00% <ø> (ø)
include/hibf/build/update_user_bins.hpp 100.00% <ø> (ø)
include/hibf/config.hpp 100.00% <ø> (ø)
...ude/hibf/hierarchical_interleaved_bloom_filter.hpp 100.00% <ø> (ø)
include/hibf/interleaved_bloom_filter.hpp 100.00% <ø> (ø)
include/hibf/layout/data_store.hpp 100.00% <ø> (ø)
include/hibf/layout/graph.hpp 100.00% <ø> (ø)
include/hibf/layout/hierarchical_binning.hpp 100.00% <ø> (ø)
... and 31 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Oct 13, 2023
// MIT License: https://github.com/hideo55/cpp-HyperLogLog#license
// SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin
// SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik
// SPDX-FileCopyrightText: 2013 Hideaki Ohno <hide.o.j55{at}gmail.com>
Copy link
Contributor

@SGSSGene SGSSGene Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier müsste noch //SPDX-FileCopyrightText: 2022 Felix Drop mit rein. (Jahr korrekt?)
Wenn ich mich korrekt erinnere:
Er hat das im Rahmen seiner Bachelorarbeit gemacht und nicht als Studentische Hilfskraft, daher darf sein Name da rein :)

Copy link
Member Author

@eseiler eseiler Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vorher war es nur die MIT license vom original, und Felix hat sich als author hinzugefügt. Weiss also nicht :D

Wurde es erstmal so lassen, und ihn fragen, ob er sich da als copyright holder mit draufsetzen will

// SPDX-FileCopyrightText: 2006-2023, Knut Reinert & Freie Universität Berlin
// SPDX-FileCopyrightText: 2016-2023, Knut Reinert & MPI für molekulare Genetik
// SPDX-FileCopyrightText: 2013 Hideaki Ohno <hide.o.j55{at}gmail.com>
// SPDX-License-Identifier: BSD-3-Clause AND MIT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier müste Felixs Drops name auch rein.

@SGSSGene SGSSGene self-requested a review October 16, 2023 07:29
@SGSSGene SGSSGene merged commit 57e7cb8 into seqan:main Oct 16, 2023
27 checks passed
@eseiler eseiler deleted the infra/license branch October 27, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants