Skip to content

Commit

Permalink
license: update license year to include 2017
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jan 2, 2017
1 parent b8b6f8c commit 885c829
Show file tree
Hide file tree
Showing 36 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ For our contribution guidelines, please go to [https://github.com/hybridgroup/go
).

## License
Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ CLI tool for generating new Gobot projects.
```

## License
Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion cli/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,6 @@ Explain how to connect to the device here...
## License
Copyright (c) 2016 <Your Name Here>. Licensed under the <Insert license here> license.
Copyright (c) 2017 <Your Name Here>. Licensed under the <Insert license here> license.
`
}
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2014-2016 The Hybrid Group. All rights reserved.
// Copyright 2014-2017 The Hybrid Group. All rights reserved.

/*
Package gobot is the primary entrypoint for Gobot (http://gobot.io), a framework for robotics, physical computing, and the Internet of Things written using the Go programming language .
Expand Down Expand Up @@ -128,6 +128,6 @@ Finally, you can use Master Gobot to add the complete Gobot API or control swarm
master.Start()
}
Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
*/
package gobot // import "gobot.io/x/gobot"
2 changes: 1 addition & 1 deletion drivers/aio/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion drivers/gpio/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion drivers/i2c/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/audio/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/beaglebone/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/ble/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016 The Hybrid Group
Copyright (c) 2015-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/chip/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2016 The Hybrid Group
Copyright (c) 2015-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/digispark/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/firmata/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/intel-iot/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/intel-iot/edison/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ To update the program after you made a change, you will need to scp it
over once again and start it from the command line (via screen).

## License
Copyright (c) 2014-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2014-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion platforms/intel-iot/joule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Of special note are the pins that control the build-in LEDs, which are pins 100
The i2c interfaces on the Intel Joule developer kit board require that you terminate the SDA & SCL lines using 2 10K resistors pulled up to the voltage used for the i2c device, for example 5V.

## License
Copyright (c) 2014-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2014-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion platforms/joystick/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/keyboard/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/leap/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/mavlink/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/mqtt/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ For our contribution guidelines, please go to https://gobot.io/x/gobot/blob/mast

## License

Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion platforms/nats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ For our contribution guidelines, please go to https://gobot.io/x/gobot/blob/mast

## License

Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion platforms/neurosky/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/opencv/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/parrot/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/parrot/ardrone/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/parrot/bebop/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/parrot/minidrone/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/particle/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/pebble/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ Thank you!

## License

Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2017 The Hybrid Group. Licensed under the Apache 2.0 license.
2 changes: 1 addition & 1 deletion platforms/raspi/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/sphero/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2016 The Hybrid Group
Copyright (c) 2013-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/sphero/bb8/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion platforms/sphero/ollie/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2016 The Hybrid Group
Copyright (c) 2014-2017 The Hybrid Group

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 885c829

Please sign in to comment.