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

Header comments get removed #10

Open
hoijui opened this issue Jan 4, 2022 · 0 comments
Open

Header comments get removed #10

hoijui opened this issue Jan 4, 2022 · 0 comments

Comments

@hoijui
Copy link

hoijui commented Jan 4, 2022

In the top of my Cargo.toml, I have REUSE/SPDX license header info in two comments,
which get removed by a run of cargo funnel.

I understand you made this tool mostly for yourself,
so it is fine if you do not have time/do not plan to fix such stuff that does not concern you.

example:

# SPDX-FileCopyrightText: 2021 Joe Doe <[email protected]>
#
# SPDX-License-Identifier: Unlicense

[package]
name = "myproj"
version = "0.8.0"
edition = "2021"
description = """
    A tiny CLI tool that ...
    """
repository = "https://github.com/joe/myproj"
keywords = ["cli", "ci"]
categories = ["command-line-utilities", "text-processing"]
license = "GPL-3.0-or-later"
authors = ["Joe Doe <[email protected]>"]
publish = false
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

No branches or pull requests

1 participant