-
Notifications
You must be signed in to change notification settings - Fork 6
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
Copyright in About dialog is inaccurate. #962
Comments
I believe this is a bug for all sims that do not have this commit in it (circa 4/2017). 713d722 Let's ask @kathy-phet if she wants an MR for this, but perhaps we should first get the list of published sims without this commit. |
I ran these two lines in the maintenance REPL to discover what really old release branches we have without that 2017 commit. Here is that list. m.createPatch( 'joist', 'temp test for fun and glory' );
m.addNeededPatchesBefore( 'joist', '713d722b16ef673d05a788904ee3e723c9490751' );
So to be clear, the above sim releases have a copyright date that is pinned to the year in which it was originally published. Taking a random one from above, and loading it on the website shows the same thing as the original issue comment here. Though the most recent MR was a week ago, the copyright date says 2016. Over to @kathy-phet and planning people to see what the priority of the fix is. I believe at a previous dev meeting we decided that this discussion can take place via the Monday MR board, so I'll add that label as the next step. |
This was discussed during Dev meeting today. It was not deemed a desirable improvement from the developer perspective, and so we deferred it and removed it from the dev priorities project board. |
The Copyright in the About dialog seems to have a problem. For example, see the screenshot below from the published version of Make A Ten. The version was published on 2024-04-03, but the copyright says 2004-2016.
Relevant code is probably in AboutDialog.ts:
The text was updated successfully, but these errors were encountered: