Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(jsp): © / TOU on footer, also mention source #1152

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

Merged
merged 1 commit into from
May 19, 2025

Conversation

srl295
Copy link
Member

@srl295 srl295 commented May 16, 2025

  • copyright and terms of use on util.unicode.org footer and help page
  • link to source repo

Fixes: #1015

image

- copyright and terms of use on util.unicode.org footer and help page
- link to source repo

Fixes: #1015
@srl295 srl295 requested review from eggrobin, markusicu and nedley May 16, 2025 14:07
@srl295 srl295 self-assigned this May 16, 2025
@srl295 srl295 added the JSP UnicodeJsps label May 16, 2025
@markusicu markusicu requested a review from macchiati May 16, 2025 16:44
<!-- yes, UTF-8 issue here, so using &copy; -->
&copy; 2001-<%= Year.now() %> Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in
the U.S. and other countries. See <a href="https://www.unicode.org/copyright.html">Terms of Use</a>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this say "For terms of use and license" as usual?
And point to https://www.unicode.org/terms_of_use.html like we do elsewhere?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about 'elsewhere' or 'as usual' but I'm using the updated approved language, matching several other projects that @annebright has approved:
image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

terms_of_use.html is a redirect, I don't think it's used in updated notices.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just a bit different from when we worked with Anne to revamp the copyright headers in the data files. 🤷

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is different from the data files… but, this isn't a data file.


-----

© 2001-2025 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. See [Terms of Use](https://www.unicode.org/copyright.html).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto?

@srl295
Copy link
Member Author

srl295 commented May 19, 2025

@markusicu any remaining concerns on this one?

@markusicu
Copy link
Member

@markusicu any remaining concerns on this one?

I am a bit confused about how we ended up with different wording in different places, but I am not going to block this PR. (Otherwise I would have "requested changes".)

@srl295 srl295 merged commit c97ba54 into main May 19, 2025
24 checks passed
@srl295 srl295 deleted the srl295/fork-me-on-github branch May 19, 2025 22:48
@srl295
Copy link
Member Author

srl295 commented May 19, 2025

@markusicu any remaining concerns on this one?

I am a bit confused about how we ended up with different wording in different places, but I am not going to block this PR. (Otherwise I would have "requested changes".)

Have to ask @annebright

@@ -23,7 +27,7 @@ The tools maintainers use GH issues for issues with the code in this repo.

### Copyright & Licenses

Copyright © 2001-2024 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
Copyright © 2001-2025 Unicode, Inc. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the United States and other countries.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be 1996? The files in this repository are full of copyright notices dating back to that year: https://github.com/search?q=repo%3Aunicode-org%2Funicodetools+1996&type=code.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean the start date? That's from the setup spreadsheet.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the repo contains content dating back to 1996 then we should change the start date to 1996. I can change it in the master repo spreadsheet. As background, I identified the start date for each repo based primarily on the repo's contribution record, i.e., going back to the first contribution, and used that as the start date unless I had deeper knowledge of the history of the repo's contents. So, it was best guess and some of the start dates in the spreadsheet may be later than they should be. If we are or become aware that a repo has contents that predates the start date in the spreadsheet, then it should be corrected. (See guidelines in the spreadsheet for copyright notice standard language.) In any event, this repo's copyright notice can be changed to have a start date of 1996.

Copy link
Member

@eggrobin eggrobin May 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the repo contains content dating back to 1996

In fact, it contains content (data files, though perhaps not code) dating back to at least 1994: https://github.com/unicode-org/unicodetools/blob/main/unicodetools/data/ucd/1.1.0-Update/CJKXREF.txt.

And since it contains the entire history of the UCD, it would contain files from 1992 if we could find the floppies they are on. (We do have a data file corresponding to Unicode 1.0.0 as published in 1991, but it is a 2004 reconstruction rather than an actual file from 1991.)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok then let's change it to 1994. I have changed it in the repo spreadsheet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JSP UnicodeJsps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jsp: JSPs need copyright and terms of use
5 participants