The Wayback Machine - https://web.archive.org/web/20220503030036/https://github.com/vlang/v/pull/8029
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

all: update copyright span to 2019-2021 #8029

Merged
merged 6 commits into from Jan 18, 2021
Merged

all: update copyright span to 2019-2021 #8029

merged 6 commits into from Jan 18, 2021

Conversation

Copy link
Contributor

@serkonda7 serkonda7 commented Jan 11, 2021

No description provided.

@serkonda7 serkonda7 changed the title update copyright span to 2019-2021 all: update copyright span to 2019-2021 Jan 11, 2021
@serkonda7
Copy link
Author

@serkonda7 serkonda7 commented Jan 12, 2021

@danieldaeschle have you any idea why the fuzzing job fails?

@danieldaeschle
Copy link

@danieldaeschle danieldaeschle commented Jan 12, 2021

seems like a bug in the parser

LICENSE Show resolved Hide resolved
@JalonSolov
Copy link

@JalonSolov JalonSolov commented Jan 12, 2021

Form of notice for visually perceptible copies

The notice for visually perceptible copies should contain all three elements described below. They should appear together or in close proximity on the copies.

    The symbol © (letter C in a circle); the word “Copyright”; or the abbreviation “Copr.”
    The year of first publication. If the work is a derivative work or a compilation incorporating previously published
material, the year date of first publication of the derivative work or compilation is sufficient. Examples of derivative
works are translations or dramatizations; an example of a compilation is an anthology. The year may be omitted
when a pictorial, graphic, or sculptural work, with accompanying textual matter, if any, is reproduced in or on
greeting cards, postcards, stationery, jewelry, dolls, toys, or useful articles.
    The name of the copyright owner, an abbreviation by which the name can be recognized, or a generally known
alternative designation of owner.

Example: © 2012 Jane Doe

and

Once in a while you might see what looks like a date range instead of a single year of first publication, such as:
© Epiphany Law Pty Ltd, 2006-2016. This is appropriate for ‘documents’ such as web pages or software programs
which are constantly being revised and updated incrementally. The ‘start’ year should be the date of the oldest
content still contained in the work, with the ‘end’ year being the last year that the work was revised.

So... yes, a date range is appropriate. It only requires Copyright or Copr., OR the © symbol, but not both. However, it doesn't hurt to have Copyright ©.

The (c) is actually not valid as part of a copyright message, as far as I can tell. :-\

@JalonSolov
Copy link

@JalonSolov JalonSolov commented Jan 12, 2021

Found it...

Because the © symbol is not available on typical typewriters or in ASCII, it has long been common to approximate this
symbol with the characters (C) (C in parentheses), a practice that has been accepted by the U.S. Copyright Office under
both the 1909 and 1976 U.S. Copyright Acts

So it should be (C) instead of (c) to be legal, otherwise have to go to UNICODE for ©:

The character is mapped in Unicode as U+00A9 © COPYRIGHT SIGN.[17] Unicode also has U+24B8 Ⓒ CIRCLED LATIN
CAPITAL LETTER C and U+24D2 ⓒ CIRCLED LATIN SMALL LETTER C,[18] which have an appearance similar to the character.
@serkonda7
Copy link
Author

@serkonda7 serkonda7 commented Jan 12, 2021

@JalonSolov could you give a link please, where this information is from.

@medvednikov medvednikov merged commit ac2c384 into vlang:master Jan 18, 2021
26 checks passed
@serkonda7 serkonda7 deleted the 2021 branch Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants