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

Add myself to authors, update the git blame ignore list. #100

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

ferringb
Copy link
Contributor

Same process as pkgcore/pkgcheck#657 and pkgcore/pkgcore#429 , and the commits cover the reasoning.

The point here is to be able to pull the full history for a change
rather than losing the thread because folks moved files around.  Some
of this code is old enough to vote, so knowing why something was done
back in py2.2 era matters.

This is also useful for un-obscuring some of the original authors for
double checking no major holder is being dropped.

Signed-off-by: Brian Harring <ferringb@gmail.com>
While I'm at it, I pulled the current *rough* breakdown
of who owns what copyright; per the other commits in
the pkgcore ecosystem, this is primarily to ensure folks
get called out, and to also give a touchpoint should there
ever again need to be a license change (which requires all
owners to sign off on it, something that was done for gpl2 -> bsd).

Current list:
```
ferringb@frith ~/gentoo/snakeoil $ git ls-files | xargs -n1 git blame -ew | cut -d\< -f2 | cut -d@ -f1 | sort -g | uniq -c | sort -gr
  10393 ferringb
   8536 radhermit
   1409 arthurzam
    171 sam
    114 mgorny
     73 vapier
     21 marien.zwart
```
Vapier/Spanky was pylint changes, sam/mgorny can add themselves when they
feel appropriate.

Marienz actually created the formatter classes and had involvement in tests,
although I can't state how much is there but my recollection is outside of formatters,
nothing but one off bug fixes.  For better or worse, snakeoil was my creation and
ownership of some of that metaprogramming crazyness in use.

If there was anyone overlooked (due to VCS historical issues) or neglected,
apologies in advance.  Per other commits, >15 years, etc, etc, etc.

Signed-off-by: Brian Harring <ferringb@gmail.com>
@ferringb
Copy link
Contributor Author

I'd normally commit something like this, but doing PR to ensure no issues from others as to the change.

@gentoo-bot gentoo-bot merged commit 4490872 into pkgcore:master Jan 25, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants