Skip to content

Commit 7e15a80

Browse files
authored
Assign authorship to "The Harmonica Developers" (fatiando#44)
Replaces my name with "The Harmonica Developers" in authorship claims and copyright notices. Include a definition of what that term means in the AUTHORS.md file. Left my name and email as maintainer on the setup.py because we don't have a project email yet.
1 parent 775df19 commit 7e15a80

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

AUTHORS.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Project Contributors
1+
# Project Authors
22

3-
The following people have made contributions to the project (in alphabetical order):
3+
The following people have made contributions to the project (in alphabetical order by
4+
last name) and are considered "The Harmonica Developers":
45

5-
* [Santiago Soler](https://santis19.github.io/)
6-
* [Leonardo Uieda](http://www.leouieda.com/)
6+
* [Santiago Soler](https://github.com/santisoler)
7+
* [Leonardo Uieda](https://github.com/leouieda)

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018 Leonardo Uieda
1+
Copyright (c) 2018-2019 The Harmonica Developers
22
All rights reserved.
33

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

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# General information about the project
7979
year = datetime.date.today().year
8080
project = 'Harmonica'
81-
copyright = '2018-{}, Leonardo Uieda'.format(year)
81+
copyright = '2018-{}, The Harmonica Developers'.format(year)
8282
if len(full_version.split('+')) > 1 or full_version == 'unknown':
8383
version = 'dev'
8484
else:

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
NAME = "harmonica"
1212
FULLNAME = "Harmonica"
13-
AUTHOR = "Leonardo Uieda"
13+
AUTHOR = "The Harmonica Developers"
1414
AUTHOR_EMAIL = "[email protected]"
15-
MAINTAINER = AUTHOR
15+
MAINTAINER = "Leonardo Uieda"
1616
MAINTAINER_EMAIL = AUTHOR_EMAIL
1717
LICENSE = "BSD License"
1818
URL = "https://github.com/fatiando/harmonica"

0 commit comments

Comments
 (0)