13
45
Fork
You've already forked fibers
10

Copyright lines are incorrect #176

Open
opened 2026年04月05日 18:01:40 +02:00 by civodul · 0 comments

In the early days, @andywingo considered that Fibers could become part of Guile (at the time copyright assignment to the FSF was required for all contributions to Guile), which is probably the reason why every file is marked "copyright FSF"—in anticipation, so to speak.

However, copyright on Fibers was never assigned to the FSF (the FSF only accepts copyright transfers for GNU software, which Fibers isn’t.) Thus these copyright lines have always been wrong.

I see two ways out:

  • We could git log each file and add one copyright line per author, on the assumption that each author is also the copyright holder (which is likely the case, but we cannot say for sure).
  • We could replace those copyright headers with a single SPDX-License-Identifier line, essentially omitting information about copyright holders. This is what we did in Guix-Science.

Thoughts?

(No rush on this. Fibers remains LGPLv3+ no matter what!)

In the early days, @andywingo [considered that Fibers could become part of Guile](https://codeberg.org/guile/fibers/pulls/2#issuecomment-5876197) (at the time copyright assignment to the FSF was required for all contributions to Guile), which is probably the reason why every file is marked "copyright FSF"—in anticipation, so to speak. However, copyright on Fibers was never assigned to the FSF (the FSF only accepts copyright transfers for GNU software, which Fibers isn’t.) Thus these copyright lines have always been wrong. I see two ways out: - We could `git log` each file and add one copyright line per author, on the assumption that each author is also the copyright holder (which is likely the case, but we cannot say for sure). - We could replace those copyright headers with a single `SPDX-License-Identifier` line, essentially omitting information about copyright holders. This is [what we did in Guix-Science](https://codeberg.org/guix-science/guix-science/issues/196). Thoughts? (No rush on this. Fibers remains LGPLv3+ no matter what!)
Sign in to join this conversation.
No Branch/Tag specified
main
revert-110-wip-cancel-timer-operations
fdless-draft
pr-60-adjust
more-operations
timer-wheel
cross
nice-dynamic-wind-experiment
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
guile/fibers#176
Reference in a new issue
guile/fibers
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?