pgRouting / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://pgrouting.org
GNU General Public License v2.0
1.14k stars 364 forks source link

Contributors before December 2016 #2527

Closed cvvergara closed 9 months ago

cvvergara commented 1 year ago

Introduction

The CONTRIBUTING.md was created on December 8, 2016 on this commit

This incubation step only considers contributors that made contributions before the CONTRIBUTING.md was created. And the purpose is to reach out for those that made a substantial contribution.

Complete list of contributors

https://github.com/pgRouting/pgrouting/graphs/contributors

List of contributors before December 2016

The following command gives the following result (left column) on version 3.5

git log --pretty="format:user:%an date:%ad" --name-only --encoding=UTF-8 --before="2016-12-08" | \
grep user contributors.txt | \
awk -F"date" '{print $1}' contributors.txt | sort | uniq
name same as Contributed After / PRs
= YES
Aaron W. Swenson YES
Alec Gosse PRs
anton PRs and he wrote/fixed the License, also (Inactive) PSC during the change
Bas Couwenberg YES
Clemens Werther Clemens Werther PRs
m3th0s Clemens Werther PRs
daniel Daniel Kastl YES
Daniel Kastl Daniel Kastl YES
drnextgis PRs
guest contributions
Illedran Andrea Nardelli GSoC student
Andrea Nardelli Andrea Nardelli GSoC student
Jonathan Wakely PRs
J Smith PRs
kiorky PRs
Kirill Müller PRs
J Kishore kumar J Kishore kumar GSoC student
Kishore kumar J J Kishore kumar GSoC student
Ko Nagase Ko Nagase PRs
sanak Ko Nagase PRs
manikanta-kondeti GSoC student
michael skinner PRs
Mohammed Zia PRs
nbrinckm PRs
(no author) contributions
Omar PRs
petebp PRs
Regina Obe Regina Obe YES
robe2 Regina Obe YES
$R0h!tH Rohith Reddy YES
rohith Rohith Reddy YES
Rohith Reddy Rohith Reddy YES
root YES
Sandro Santilli PRs
Stephen Mather PRs
Stephen Woodbridge YES
takubo contributions
The Gitter Badger contributions
Vadim Zhukov PRs
Varod PRs
cvvergara Vicky Vergara YES
mapas de vicky Vicky Vergara YES
vicky Vicky Vergara YES
vicky vergara Vicky Vergara YES
Vicky Vergara Vicky Vergara YES
Vincent Picavet PRs
yobiSource PRs
zibon GSoC student

List of contributors that have agreed to the contribution agreement

To get the contributors that also contributed after the Contribution agreement

git log --pretty="format:user:%an" --name-only --encoding=UTF-8 --before="2016-12-08" | \
grep user | \
awk -F"user:" '{print $2}' | sort | uniq > before.txt

git log --pretty="format:user:%an" --name-only --encoding=UTF-8 --after="2016-12-08" | \
grep user | \
awk -F"user:" '{print $2}' | sort | uniq > after.txt

comm -12 before.txt after.txt

The following table includes

List of contributors that have agreed to the contribution agreement

name same as Contributed After / PRs
= YES
Aaron W. Swenson YES
anton PRs and he wrote/fixed the License, also (Inactive) PSC during the change
Bas Couwenberg YES
daniel Daniel Kastl YES
Daniel Kastl Daniel Kastl YES
Illedran Andrea Nardelli GSoC student
Andrea Nardelli Andrea Nardelli GSoC student
J Kishore kumar J Kishore kumar GSoC student
Kishore kumar J J Kishore kumar GSoC student
manikanta-kondeti GSoC student
Regina Obe Regina Obe YES
robe2 Regina Obe YES
$R0h!tH Rohith Reddy YES
rohith Rohith Reddy YES
Rohith Reddy Rohith Reddy YES
root YES
Stephen Woodbridge YES
cvvergara Vicky Vergara YES
mapas de vicky Vicky Vergara YES
vicky Vicky Vergara YES
vicky vergara Vicky Vergara YES
Vicky Vergara Vicky Vergara YES
zibon GSoC student

Contributors that are OSGeo charter members

Charter members

name same as PRs
Ko Nagase Ko Nagase PRs
Mohammed Zia PRs
sanak Ko Nagase PRs
Sandro Santilli PRs
Stephen Mather PRs small contributor
Vincent Picavet PRs small contributor

Unknown Contributors and robots

name same as PRs
guest contributions
(no author) contributions
The Gitter Badger contributions

Small Contributors

Contributors that participated on small bug fixes and typo fixes but not new development

name same as PRs
Alec Gosse PRs
Clemens Werther Clemens Werther PRs
m3th0s Clemens Werther PRs
drnextgis PRs
Jonathan Wakely PRs
J Smith PRs
kiorky PRs
Kirill Müller PRs
michael skinner PRs
nbrinckm PRs
Omar PRs
petebp PRs
takubo contributions
Vadim Zhukov PRs
Varod PRs
yobiSource PRs

takubo

user:takubo Tue Jul 29 00:27:38 2008 +0000
 debian/changelog                                                              |  6 ++++++
 debian/control                                                                | 13 ++++++-------
 debian/postgresql-8.2-pgrouting.dirs                                          |  2 --
 debian/postgresql-8.3-pgrouting.dirs                                          |  2 ++
 debian/{postgresql-8.2-pgrouting.install => postgresql-8.3-pgrouting.install} |  2 +-
 debian/rules                                                                  | 10 ++++++----
 6 files changed, 21 insertions(+), 14 deletions(-)

user:takubo Mon Jan 14 23:02:48 2008 +0000
 debian/README.Debian                    | 18 ++++++++++++++++++
 debian/changelog                        |  6 ++++++
 debian/compat                           |  1 +
 debian/control                          | 23 +++++++++++++++++++++++
 debian/copyright                        | 38 ++++++++++++++++++++++++++++++++++++++
 debian/docs                             |  4 ++++
 debian/postgresql-8.2-pgrouting.dirs    |  2 ++
 debian/postgresql-8.2-pgrouting.install |  4 ++++
 debian/rules                            | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 190 insertions(+)

user:takubo Sun Jan 13 09:37:01 2008 +0000
 autors.txt | 15 ---------------
 1 file changed, 15 deletions(-)

user:takubo Sun Jan 13 08:28:52 2008 +0000
 CMakeLists.txt                            | 69 +++++++++++++++++++++++++++++++++++++++++----------------------------
 cmake/FindCGAL.cmake                      | 14 +++++++-------
 cmake/FindGAUL.cmake                      | 25 ++++++++++++++++---------
 core/CMakeLists.txt                       |  3 ++-
 core/sql/CMakeLists.txt                   |  3 +++
 core/src/CMakeLists.txt                   |  4 +++-
 extra/driving_distance/CMakeLists.txt     |  2 +-
 extra/driving_distance/sql/CMakeLists.txt |  3 +++
 extra/driving_distance/src/CMakeLists.txt | 23 ++---------------------
 extra/tsp/CMakeLists.txt                  |  2 +-
 extra/tsp/sql/CMakeLists.txt              |  3 +++
 extra/tsp/src/CMakeLists.txt              | 22 +++-------------------
 12 files changed, 85 insertions(+), 88 deletions(-)
sanak commented 1 year ago

@cvvergara Hey, I agree with contribution! 😄

strk commented 1 year ago

@cvvergara I agree to the contribution agreement https://github.com/pgRouting/pgrouting/blob/efdef684f4fd3eaa1dba6816e5b1ca51b9111ec2/CONTRIBUTING.md

Zia- commented 1 year ago

@cvvergara I agree to the contribution agreement