File tree 4 files changed +10
-9
lines changed
4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- # Project Contributors
1
+ # Project Authors
2
2
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":
4
5
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 )
Original file line number Diff line number Diff line change 1
- Copyright (c) 2018 Leonardo Uieda
1
+ Copyright (c) 2018-2019 The Harmonica Developers
2
2
All rights reserved.
3
3
4
4
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:
9
9
* Redistributions in binary form must reproduce the above copyright notice,
10
10
this list of conditions and the following disclaimer in the documentation
11
11
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
13
13
may be used to endorse or promote products derived from this software
14
14
without specific prior written permission.
15
15
Original file line number Diff line number Diff line change 78
78
# General information about the project
79
79
year = datetime .date .today ().year
80
80
project = 'Harmonica'
81
- copyright = '2018-{}, Leonardo Uieda ' .format (year )
81
+ copyright = '2018-{}, The Harmonica Developers ' .format (year )
82
82
if len (full_version .split ('+' )) > 1 or full_version == 'unknown' :
83
83
version = 'dev'
84
84
else :
Original file line number Diff line number Diff line change 10
10
11
11
NAME = "harmonica"
12
12
FULLNAME = "Harmonica"
13
- AUTHOR = "Leonardo Uieda "
13
+ AUTHOR = "The Harmonica Developers "
14
14
AUTHOR_EMAIL = "[email protected] "
15
- MAINTAINER = AUTHOR
15
+ MAINTAINER = "Leonardo Uieda"
16
16
MAINTAINER_EMAIL = AUTHOR_EMAIL
17
17
LICENSE = "BSD License"
18
18
URL = "https://github.com/fatiando/harmonica"
You can’t perform that action at this time.
0 commit comments