File tree Expand file tree Collapse file tree 3 files changed +37
-3
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 3 files changed +37
-3
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
- Copyright (c) 2013, Sandia National Labs
2
- All rights reserved.
1
+ BSD 3-Clause License
3
2
4
- Copyright (c) 2014-2016, PVLIB Python Developers
3
+ Copyright (c) 2013-2018, Sandia National Laboratories and pvlib python Development Team
5
4
All rights reserved.
6
5
7
6
Redistribution and use in source and binary forms, with or without modification,
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ Bug fixes
65
65
(:issue: `493 `)
66
66
* Fix ``pvlib.irradiance.klucher `` output is different for Pandas Series vs.
67
67
floats and NumPy arrays. (:issue: `508 `)
68
+ * Make GitHub recognize the license, add AUTHORS.md, clarify shared copyright.
69
+ (:issue: `503 `)
70
+
68
71
69
72
Documentation
70
73
~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments