mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
license: update license year to include 2017
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
b8b6f8c89a
commit
885c829a43
2
LICENSE
2
LICENSE
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
doc.go
4
doc.go
@ -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 .
|
||||
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user