Update copyright/license information#959
Conversation
labkey-jeckels
left a comment
There was a problem hiding this comment.
I did spot checks and the dates all looked good. However, I'm curious why this file is flipping from LabKey to UW. I have the only previous commit in the Git history. Admittedly I'm not sure who created it in the source SVN branch - is the tool finding that?
The GitHub UI indeed only shows a couple commits. Look at the git history in IntelliJ, though, and you should see more. That's what the tool is trying to emulate. This is what I see: Likewise, try command line: |
That explains why it's changing owner, but the start date should be 2016. Hmmm... |
The tool is seeing "Github" and "10/8/21" as the last commit. That's actually your commit, but it was a merge of some kind. The tool is not following in the same manner as the command line and IntelliJ. I'll see if there's anything I can do about that. |
When I look more closely at the IntelliJ log, I see that it's conflating multiple versions of this file, with nearly identical content (obviously). So, the 2016 jon commit was actually in the DeviceProxy module, then wnprc_r24 is mentioned later, then the wnprc_u24 version comes into being in 2021. As you probably know, git identifies renames/moves based on content matching. Claude has an idea for following more moves/copies/renames, but I'm not sure whether it'll be better or not. Or how to judge it. |
Rationale
Per our agreement