diff --git a/AUTHORS b/AUTHORS index 1c4cf86..c40143f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -# This is the list of pio authors for copyright purposes. +# This is the list of The PIO Authors for copyright purposes. # # This does not necessarily list everyone who has contributed code, since in # some cases, their employer may be the copyright holder. To see the full list diff --git a/devices/apa102/apa102.go b/devices/apa102/apa102.go index 1cf30d4..d1a9249 100644 --- a/devices/apa102/apa102.go +++ b/devices/apa102/apa102.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/apa102/apa102_test.go b/devices/apa102/apa102_test.go index 20c72c1..0be5b22 100644 --- a/devices/apa102/apa102_test.go +++ b/devices/apa102/apa102_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/apa102/doc.go b/devices/apa102/doc.go index 9dd9ef4..40b9b3d 100644 --- a/devices/apa102/doc.go +++ b/devices/apa102/doc.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/bme280/bme280.go b/devices/bme280/bme280.go index 1912e83..3d17de3 100644 --- a/devices/bme280/bme280.go +++ b/devices/bme280/bme280.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/bme280/bme280_test.go b/devices/bme280/bme280_test.go index 73b21f0..cf48618 100644 --- a/devices/bme280/bme280_test.go +++ b/devices/bme280/bme280_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/devices.go b/devices/devices.go index 62b2acb..7e60b99 100644 --- a/devices/devices.go +++ b/devices/devices.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/devices_test.go b/devices/devices_test.go index 37f9232..511c406 100644 --- a/devices/devices_test.go +++ b/devices/devices_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/devicestest/display.go b/devices/devicestest/display.go index f89a65b..e939e57 100644 --- a/devices/devicestest/display.go +++ b/devices/devicestest/display.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/devicestest/doc.go b/devices/devicestest/doc.go index a6f588c..88f4134 100644 --- a/devices/devicestest/doc.go +++ b/devices/devicestest/doc.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/doc.go b/devices/doc.go index 3bc73db..bdc3d1f 100644 --- a/devices/doc.go +++ b/devices/doc.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/lirc/doc.go b/devices/lirc/doc.go index 395affa..62282ef 100644 --- a/devices/lirc/doc.go +++ b/devices/lirc/doc.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/lirc/lirc.go b/devices/lirc/lirc.go index c4958c0..8dbc123 100644 --- a/devices/lirc/lirc.go +++ b/devices/lirc/lirc.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/ssd1306/image1bit/image1bit.go b/devices/ssd1306/image1bit/image1bit.go index ddc8494..6dfdcc1 100644 --- a/devices/ssd1306/image1bit/image1bit.go +++ b/devices/ssd1306/image1bit/image1bit.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/ssd1306/image1bit/image1bit_test.go b/devices/ssd1306/image1bit/image1bit_test.go index 6339c40..a979dc0 100644 --- a/devices/ssd1306/image1bit/image1bit_test.go +++ b/devices/ssd1306/image1bit/image1bit_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/ssd1306/ssd1306.go b/devices/ssd1306/ssd1306.go index ee7780e..d4c456b 100644 --- a/devices/ssd1306/ssd1306.go +++ b/devices/ssd1306/ssd1306.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/ssd1306/ssd1306_test.go b/devices/ssd1306/ssd1306_test.go index 9bf1222..27d4322 100644 --- a/devices/ssd1306/ssd1306_test.go +++ b/devices/ssd1306/ssd1306_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/tm1637/tm1637.go b/devices/tm1637/tm1637.go index 9a5efdd..ab378ae 100644 --- a/devices/tm1637/tm1637.go +++ b/devices/tm1637/tm1637.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/devices/tm1637/tm1637_test.go b/devices/tm1637/tm1637_test.go index 18355e9..2c2f194 100644 --- a/devices/tm1637/tm1637_test.go +++ b/devices/tm1637/tm1637_test.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/experimental/devices/bitbang/doc.go b/experimental/devices/bitbang/doc.go index 7fe3cd0..8327f04 100644 --- a/experimental/devices/bitbang/doc.go +++ b/experimental/devices/bitbang/doc.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/experimental/devices/bitbang/i2c.go b/experimental/devices/bitbang/i2c.go index cb5e9ff..f1c6388 100644 --- a/experimental/devices/bitbang/i2c.go +++ b/experimental/devices/bitbang/i2c.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/experimental/devices/bitbang/spi.go b/experimental/devices/bitbang/spi.go index cc64c00..11601d7 100644 --- a/experimental/devices/bitbang/spi.go +++ b/experimental/devices/bitbang/spi.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file. diff --git a/experimental/devices/piblaster/piblaster.go b/experimental/devices/piblaster/piblaster.go index 6d6c6f8..14a97da 100644 --- a/experimental/devices/piblaster/piblaster.go +++ b/experimental/devices/piblaster/piblaster.go @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All rights reserved. +// Copyright 2016 The PIO Authors. All rights reserved. // Use of this source code is governed under the Apache License, Version 2.0 // that can be found in the LICENSE file.