-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Extended the COPYRIGHT property on FILENAME to allow for multiple successive copyright owners. #1527
base: master
Are you sure you want to change the base?
Extended the COPYRIGHT property on FILENAME to allow for multiple successive copyright owners. #1527
Conversation
…cessive copyright owners. If that property is a LIST of multiple ("owner" year1 year2 ...), then print all of the dates & owners on separate lines. The Owner entries MUST be chronologically ascending. The yearN of T still gives the extra notification, and reports the EARLIEST year as the creation.
i'm not sure about this. The 'copyright' feature was never legally reviewed, it was done as an ad-hoc feature. We had a brief (pro bono) consultation with a lawyer who suggested several possibilities, ranging from copyright (c) Interlisp.org or removing copyright and license information from the source code leaving a reference to the repository LICENSE statement. Anyway, I'd like to hold off merging this in, at least for a while, with the hopes we could get more clarity on copyright notices. I suppose we should more strongly encourage setting COPYRIGHTFLG to NEVER. |
I'm not concerned with Copyright notices for the Medley (and Lispusers) files, per se. |
|
||
|
||
(* ; " | ||
Copyright (c) 1984-1990, 1999, 2018, 2023 by Venue & Xerox Corporation. | ||
Copyright (c) 1984-1990, 1999, 2018, 2023-2024 by Venue & Xerox Corporation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But the copyright owners were something like 1984-1990 Xerox 1999 Venue 2018 Ron Kaplan 2023-24 Interlisp.org. Rather than making auto-generation of (legally dubious) copyright and license statements to make it simpler. Oh, like a file property you can set to point people to the LICENSE statement.
If there's a need for this, I'd prefer it to not disturb the copyright property: by allowing the COPYRIGHT property to include a string. |
closed by mistake |
If the COPYRIGHT property on the FILENAME is a LIST of multiple ("owner" year1 year2 ...), then print all of the dates & owners on separate lines.
The Owner entries MUST be chronologically ascending.
The year1 of T still gives the extra notification, and reports the EARLIEST year as the creation.