-
Notifications
You must be signed in to change notification settings - Fork 428
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
Standardize license disclaimer #4568
Conversation
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.
LGTM
pre-commit.ci autofix |
pre-commit.ci autofix |
Apparently, |
ee32a4b
to
5e95169
Compare
TBH, this doesn't make a lot of sense since This should really be just
or even
to make all parts unambiguously parsable. |
Well, to be sure if dropping the date is okay for U.S. copyright law, I looked it up (from https://www.copyright.gov/title17/):
So, probably best to retain the year...
then. It makes more sense to me and would also be more in line with the copyright notice from |
Unicode © anyone
…On Thu, Dec 15, 2022 at 5:33 PM Marcel Bargull ***@***.***> wrote:
Well, to be sure if dropping the date is okay for U.S. copyright law, I
looked it up (from https://www.copyright.gov/title17/):
Form of Notice.—If a notice appears on the copies, it shall consist of
the following three elements:
(1) the symbol © (the letter C in a circle), or the word “Copyright”, or
the
abbreviation “Copr.”; and
(2) the year of first publication of the work; in the case of compilations
or
derivative works incorporating previously published material, the year
date of
first publication of the compilation or derivative work is sufficient. The
year
date may be omitted where a pictorial, graphic, or sculptural work, with
ac-
companying text matter, if any, is reproduced in or on greeting cards,
postcards,
stationery, jewelry, dolls, toys, or any useful articles; and
(3) the name of the owner of copyright in the work, or an abbreviation by
which the name can be recognized, or a generally known alternative designa-
tion of the owner
So, probably best to retain the year...
I'd still rather go with 2012, though, i.e.,
SPDX-FileCopyrightText: Copyright (c) 2012 Anaconda, Inc.
SPDX-License-Identifier: BSD-3-Clause
then. It makes more sense to me and would also be more in line with the
copyright notice from LICENSE.txt (that one still reads Continuum instead
of Anaconda).
—
Reply to this email directly, view it on GitHub
<#4568 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABSZEQAN75CED2WIIMFAK3WNOMEVANCNFSM57BIKPAA>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
In theory, yes 😆. |
@mbargull good points, I've proposed the following updates: |
Hey all, please do not argue about copyright topics below an already closed PR, this is far too delicate to do that. @mbargull Please file a ticket the next time. |
Description
Adding standardized license disclaimer
and pragmas. See conda/conda#11183.Copyright year picked based on the first commit timestamp.
Checklist - did you ...
Add a file to thenews
directory (using the template) for the next release's release notes?Add / update necessary tests?Add / update outdated documentation?