Skip to content

Commit 6f92f4d

Browse files
committed
Run copyright generator before release
1 parent 4b7c0a8 commit 6f92f4d

29 files changed

+117
-24
lines changed

docs/api_boards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.. Copyright (c) 2016-2019 Ben Nuttall <ben@bennuttall.com>
33
.. Copyright (c) 2015-2019 Dave Jones <dave@waveform.org.uk>
44
.. Copyright (c) 2018 Claire Pollard <claire.r.pollard@gmail.com>
5-
.. Copyright (c) 2016 Andrew Scheller <lurch@durge.org>
65
.. Copyright (c) 2016 Andrew Scheller <github@loowis.durge.org>
6+
.. Copyright (c) 2016 Andrew Scheller <lurch@durge.org>
77
..
88
.. Redistribution and use in source and binary forms, with or without
99
.. modification, are permitted provided that the following conditions are met:

docs/api_input.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
22
.. Copyright (c) 2015-2019 Dave Jones <dave@waveform.org.uk>
3-
.. Copyright (c) 2016 Ben Nuttall <ben@bennuttall.com>
43
..
54
.. Redistribution and use in source and binary forms, with or without
65
.. modification, are permitted provided that the following conditions are met:

docs/api_tones.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
2+
.. Copyright (c) 2019 Dave Jones <dave@waveform.org.uk>
3+
..
4+
.. Redistribution and use in source and binary forms, with or without
5+
.. modification, are permitted provided that the following conditions are met:
6+
..
7+
.. * Redistributions of source code must retain the above copyright notice,
8+
.. this list of conditions and the following disclaimer.
9+
..
10+
.. * Redistributions in binary form must reproduce the above copyright notice,
11+
.. this list of conditions and the following disclaimer in the documentation
12+
.. and/or other materials provided with the distribution.
13+
..
14+
.. * Neither the name of the copyright holder nor the names of its contributors
15+
.. may be used to endorse or promote products derived from this software
16+
.. without specific prior written permission.
17+
..
18+
.. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19+
.. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20+
.. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21+
.. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22+
.. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23+
.. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24+
.. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25+
.. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26+
.. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27+
.. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28+
.. POSSIBILITY OF SUCH DAMAGE.
29+
130
===========
231
API - Tones
332
===========

docs/api_tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
22
.. Copyright (c) 2017-2019 Ben Nuttall <ben@bennuttall.com>
3-
.. Copyright (c) 2016-2017 Dave Jones <dave@waveform.org.uk>
3+
.. Copyright (c) 2016-2019 Dave Jones <dave@waveform.org.uk>
44
.. Copyright (c) 2016 Edward Betts <edward@4angle.com>
55
.. Copyright (c) 2016 Andrew Scheller <github@loowis.durge.org>
66
..

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
22
.. Copyright (c) 2016-2019 Ben Nuttall <ben@bennuttall.com>
3-
.. Copyright (c) 2015-2018 Dave Jones <dave@waveform.org.uk>
3+
.. Copyright (c) 2015-2019 Dave Jones <dave@waveform.org.uk>
44
.. Copyright (c) 2016 Andrew Scheller <github@loowis.durge.org>
55
..
66
.. Redistribution and use in source and binary forms, with or without

docs/cli_tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
2-
.. Copyright (c) 2017 Dave Jones <dave@waveform.org.uk>
2+
.. Copyright (c) 2017-2019 Dave Jones <dave@waveform.org.uk>
33
.. Copyright (c) 2016 Stewart <stewart@adcock.org.uk>
44
..
55
.. Redistribution and use in source and binary forms, with or without

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
22
.. Copyright (c) 2017-2019 Ben Nuttall <ben@bennuttall.com>
3-
.. Copyright (c) 2015-2017 Dave Jones <dave@waveform.org.uk>
3+
.. Copyright (c) 2015-2019 Dave Jones <dave@waveform.org.uk>
44
..
55
.. Redistribution and use in source and binary forms, with or without
66
.. modification, are permitted provided that the following conditions are met:

docs/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
2-
.. Copyright (c) 2017 Dave Jones <dave@waveform.org.uk>
2+
.. Copyright (c) 2017-2019 Dave Jones <dave@waveform.org.uk>
33
.. Copyright (c) 2017 Ben Nuttall <ben@bennuttall.com>
44
..
55
.. Redistribution and use in source and binary forms, with or without

docs/recipes_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
2+
.. Copyright (c) 2017-2019 Dave Jones <dave@waveform.org.uk>
23
.. Copyright (c) 2017-2019 Ben Nuttall <ben@bennuttall.com>
3-
.. Copyright (c) 2017 Dave Jones <dave@waveform.org.uk>
44
..
55
.. Redistribution and use in source and binary forms, with or without
66
.. modification, are permitted provided that the following conditions are met:

docs/source_values.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
22
.. Copyright (c) 2017-2019 Dave Jones <dave@waveform.org.uk>
3-
.. Copyright (c) 2016-2018 Ben Nuttall <ben@bennuttall.com>
3+
.. Copyright (c) 2016-2019 Ben Nuttall <ben@bennuttall.com>
44
..
55
.. Redistribution and use in source and binary forms, with or without
66
.. modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy