Skip to content

Commit

Permalink
Assign authorship to "The PyGMT Developers"
Browse files Browse the repository at this point in the history
Replaces my name with "The PyGMT Developers" in authorship claims and
copyright notices. Include a definition of what that term means in the
AUTHORS.md file and include a reference to it in the README and doc
page.
Left my email on the `setup.py` because we don't have a project email
yet.
  • Loading branch information
leouieda committed Jan 25, 2019
1 parent a5fc77e commit c404745
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 14 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ during [an NSF funded postdoc](http://www.leouieda.com/blog/hawaii-gmt-postdoc.h
with [Paul Wessel](http://www.soest.hawaii.edu/wessel) at the University of Hawaii at
Manoa.

The following people have contributed code to the project (alphabetical by last name):
The following people have contributed code to the project (alphabetical by last name)
and are considered the "PyGMT Developers":

* [Dongdong Tian](https://seisman.info/)
* [Leonardo Uieda](http://www.leouieda.com/)
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017-2019 Leonardo Uieda
Copyright (c) 2017-2019 The PyGMT Developers
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand All @@ -9,7 +9,7 @@ are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Leonardo Uieda nor the names of any contributors
* Neither the name of the PyGMT Developers nor the names of any contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

Expand Down
33 changes: 24 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,30 @@ mistakes. That's how we all improve and we are happy to help others learn.
`MetPy project <https://github.com/Unidata/MetPy>`__.


Who we are
----------

PyGMT is a community developed project. See the
`AUTHORS.md <https://github.com/GenericMappingTools/pygmt/blob/master/AUTHORS.md>`__
file on Github for a list of the people involved and a definition of the term "PyGMT
Developers".


License
-------

PyGMT is free software: you can redistribute it and/or modify it under the terms of
the **BSD 3-clause License**. A copy of this license is provided in
`LICENSE.txt <https://github.com/GenericMappingTools/pygmt/blob/master/LICENSE.txt>`__.


Support
-------

The development of PyGMT was funded by
`NSF grant OCE-1558403 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1558403>`__.


Related projects
----------------

Expand All @@ -135,12 +159,3 @@ Other Python wrappers for GMT:
* `gmtpy <https://github.com/emolch/gmtpy>`__ by `Sebastian Heimann <https://github.com/emolch>`__
* `pygmt <https://github.com/ian-r-rose/pygmt>`__ by `Ian Rose <https://github.com/ian-r-rose>`__
* `PyGMT <https://github.com/glimmer-cism/PyGMT>`__ by `Magnus Hagdorn <https://github.com/mhagdorn>`__


License
-------

PyGMT is free software: you can redistribute it and/or modify it under the terms of
the **BSD 3-clause License**. A copy of this license is provided in
`LICENSE.txt <https://github.com/GenericMappingTools/pygmt/blob/master/LICENSE.txt>`__.
.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# General information about the project
year = datetime.date.today().year
project = "PyGMT"
copyright = "2017-{}, Leonardo Uieda and Paul Wessel".format(year)
copyright = "2017-{}, The PyGMT Developers.".format(year)
if len(__version__.split("+")) > 1 or __version__ == "unknown":
version = "dev"
else:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

NAME = "pygmt"
FULLNAME = "PyGMT"
AUTHOR = "Leonardo Uieda"
AUTHOR = "The PyGMT Developers"
AUTHOR_EMAIL = "leouieda@gmail.com"
MAINTAINER = AUTHOR
MAINTAINER_EMAIL = AUTHOR_EMAIL
Expand Down

0 comments on commit c404745

Please sign in to comment.