Skip to content

Commit

Permalink
authors: Add myself to the list.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ferringb committed Jan 25, 2024
1 parent 85eb98f commit 4490872
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ name = "snakeoil"
description = "misc common functionality and useful optimizations"
readme = "README.rst"
requires-python = "~=3.10"
# alphabetical by surname
authors = [
{name = "Tim Harder", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},
{name = "Tim Harder", email = "[email protected]"},
{name = "Brian Harring", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},
]
maintainers = [
{name = "Arthur Zamarin", email = "[email protected]"},
Expand Down

0 comments on commit 4490872

Please sign in to comment.