Skip to content

Commit d0d46f9

Browse files
authored
make github recognize license, add authors.md, clarify shared copyright (#513)
* Update LICENSE * add authors.md, update license * update whatsnew
1 parent 237b03f commit d0d46f9

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

AUTHORS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
About the Copyright Holders
2+
===========================
3+
4+
* Copyright (c) 2013, Sandia National Laboratories
5+
6+
Sandia National Laboratories developed pvlib python based on code in
7+
PVLib MATLAB.
8+
9+
* Copyright (c) 2014-2018, pvlib python Development Team
10+
11+
The pvlib python Development Team is the collection of developers of the
12+
pvlib python project.
13+
14+
Full credits for pvlib python contributors can be found in the documentation.
15+
16+
Our Copyright Policy
17+
====================
18+
19+
pvlib python uses a shared copyright model. Each contributor maintains copyright
20+
over their contributions to pvlib python. However, it is important to note that
21+
these contributions are typically only changes to the repositories. Thus,
22+
the pvlib python source code, in its entirety, is not the copyright of any single
23+
person or institution. Instead, it is the collective copyright of the
24+
entire pvlib python Development Team. If individual contributors want to maintain
25+
a record of what changes/contributions they have specific copyright on,
26+
they should indicate their copyright in the commit message of the change
27+
when they commit the change to the pvlib python repository.
28+
29+
License
30+
=======
31+
32+
pvlib python is distributed under a 3-clause BSD license.

LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
Copyright (c) 2013, Sandia National Labs
2-
All rights reserved.
1+
BSD 3-Clause License
32

4-
Copyright (c) 2014-2016, PVLIB Python Developers
3+
Copyright (c) 2013-2018, Sandia National Laboratories and pvlib python Development Team
54
All rights reserved.
65

76
Redistribution and use in source and binary forms, with or without modification,

docs/sphinx/source/whatsnew/v0.6.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Bug fixes
6565
(:issue:`493`)
6666
* Fix ``pvlib.irradiance.klucher`` output is different for Pandas Series vs.
6767
floats and NumPy arrays. (:issue:`508`)
68+
* Make GitHub recognize the license, add AUTHORS.md, clarify shared copyright.
69+
(:issue:`503`)
70+
6871

6972
Documentation
7073
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)