Skip to content

Commit

Permalink
Examples: update the copyright year to reference the year that the ac…
Browse files Browse the repository at this point in the history
…tual content was generated.
  • Loading branch information
rwaldron committed Jan 26, 2016
1 parent 685fbd0 commit bd4c687
Show file tree
Hide file tree
Showing 244 changed files with 246 additions and 245 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -239,7 +239,7 @@ module.exports = function(grunt) {
breadboards = example.breadboards || [{
"name": name,
"title": "Breadboard for \"" + example.title + "\"",
"auto": true
"auto": true,
}];

embeds = (example.embeds || []).map(function(embed) {
Expand Down Expand Up @@ -281,6 +281,7 @@ module.exports = function(grunt) {
markdown: markdown,
primary: primary ? breadboardMarkdown(primary) : "",
title: example.title,
theYear: (new Date()).getUTCFullYear()
};

// Write the file to /docs/*
Expand Down
2 changes: 1 addition & 1 deletion docs/accelerometer-adxl335.md
Expand Up @@ -68,7 +68,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-adxl345.md
Expand Up @@ -67,7 +67,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-mma7361.md
Expand Up @@ -82,7 +82,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-mpu6050.md
Expand Up @@ -67,7 +67,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer-pan-tilt.md
Expand Up @@ -76,7 +76,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/accelerometer.md
Expand Up @@ -134,7 +134,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/altimeter-mpl3115a2.md
Expand Up @@ -77,7 +77,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-BMP180.md
Expand Up @@ -69,7 +69,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-mpl115a2.md
Expand Up @@ -65,7 +65,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/barometer-mpl3115a2.md
Expand Up @@ -72,7 +72,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-multi.md
Expand Up @@ -103,7 +103,7 @@ boards.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-sampling-interval.md
Expand Up @@ -63,7 +63,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board-with-port.md
Expand Up @@ -67,7 +67,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/board.md
Expand Up @@ -59,7 +59,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/boe-test-servos.md
Expand Up @@ -286,7 +286,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/brat.md
Expand Up @@ -647,7 +647,7 @@ Example control of biped robot
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/bug.md
Expand Up @@ -233,7 +233,7 @@ five.Board().on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-EVS_EV3.md
Expand Up @@ -77,7 +77,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-EVS_NXT.md
Expand Up @@ -77,7 +77,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-bumper.md
Expand Up @@ -64,7 +64,7 @@ five.Board().on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-options.md
Expand Up @@ -87,7 +87,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button-pullup.md
Expand Up @@ -79,7 +79,7 @@ five.Board().on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/button.md
Expand Up @@ -84,7 +84,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/classic-controller.md
Expand Up @@ -133,7 +133,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/claw.md
Expand Up @@ -78,7 +78,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-EVS_EV3.md
Expand Up @@ -49,7 +49,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-EVS_NXT.md
Expand Up @@ -49,7 +49,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-ISL29125.md
Expand Up @@ -51,7 +51,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/color-raw-EVS_EV3.md
Expand Up @@ -50,7 +50,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/compass-hmc5883l.md
Expand Up @@ -68,7 +68,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/compass-hmc6352.md
Expand Up @@ -68,7 +68,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/edison-io-arduino.md
Expand Up @@ -83,7 +83,7 @@ npm install johnny-five edison-io
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/edison-io-miniboard.md
Expand Up @@ -83,7 +83,7 @@ npm install johnny-five edison-io
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/esc-PCA9685.md
Expand Up @@ -62,7 +62,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/esc-array.md
Expand Up @@ -62,7 +62,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/esc-bidirectional-forward-reverse.md
Expand Up @@ -81,7 +81,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/esc-bidirectional.md
Expand Up @@ -74,7 +74,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/esc-dualshock.md
Expand Up @@ -99,7 +99,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/esc-keypress.md
Expand Up @@ -84,7 +84,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/expander-MCP23008.md
Expand Up @@ -68,7 +68,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/expander-MCP23017.md
Expand Up @@ -68,7 +68,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->
2 changes: 1 addition & 1 deletion docs/expander-MUXSHIELD2-analog-read.md
Expand Up @@ -83,7 +83,7 @@ board.on("ready", function() {
## License
Copyright (c) 2012, 2013, 2014 Rick Waldron <waldron.rick@gmail.com>
Licensed under the MIT license.
Copyright (c) 2014, 2015 The Johnny-Five Contributors
Copyright (c) 2016 The Johnny-Five Contributors
Licensed under the MIT license.

<!--remove-end-->

0 comments on commit bd4c687

Please sign in to comment.