diff --git a/lsusb/main.go b/lsusb/main.go index 5acd7d4..f01598a 100644 --- a/lsusb/main.go +++ b/lsusb/main.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/rawread/main.go b/rawread/main.go index 9d53099..8a2efac 100644 --- a/rawread/main.go +++ b/rawread/main.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/config.go b/usb/config.go index 72e3795..53c5a97 100644 --- a/usb/config.go +++ b/usb/config.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/constants.go b/usb/constants.go index 26e729c..b4dc590 100644 --- a/usb/constants.go +++ b/usb/constants.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/debug.go b/usb/debug.go index 208d735..c3e061d 100644 --- a/usb/debug.go +++ b/usb/debug.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/descriptor.go b/usb/descriptor.go index c07fac6..fa6c1a3 100644 --- a/usb/descriptor.go +++ b/usb/descriptor.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/device.go b/usb/device.go index d016b25..309fd4c 100644 --- a/usb/device.go +++ b/usb/device.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/device_test.go b/usb/device_test.go index 2deb7f7..2fcd725 100644 --- a/usb/device_test.go +++ b/usb/device_test.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/endpoint.go b/usb/endpoint.go index d85e9ea..3baa10a 100644 --- a/usb/endpoint.go +++ b/usb/endpoint.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/error.go b/usb/error.go index e89047a..73c62ad 100644 --- a/usb/error.go +++ b/usb/error.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/iso.c b/usb/iso.c index b83f6b2..bb96d83 100644 --- a/usb/iso.c +++ b/usb/iso.c @@ -1,3 +1,18 @@ +// Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + #include #include #include diff --git a/usb/iso.go b/usb/iso.go index 1044de3..517a126 100644 --- a/usb/iso.go +++ b/usb/iso.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/misc.go b/usb/misc.go index 6e25431..1650e10 100644 --- a/usb/misc.go +++ b/usb/misc.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/misc_test.go b/usb/misc_test.go index 9be7ad4..106e5d5 100644 --- a/usb/misc_test.go +++ b/usb/misc_test.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/usb.go b/usb/usb.go index 3bf3a8e..df25b5c 100644 --- a/usb/usb.go +++ b/usb/usb.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usb/usb_test.go b/usb/usb_test.go index cc83b9f..2e18019 100644 --- a/usb/usb_test.go +++ b/usb/usb_test.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/describe.go b/usbid/describe.go index 4850b6c..1746a26 100644 --- a/usbid/describe.go +++ b/usbid/describe.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/load.go b/usbid/load.go index df410c6..b8dd5d0 100644 --- a/usbid/load.go +++ b/usbid/load.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/load_data.go b/usbid/load_data.go index a3614fe..18bf7bf 100644 --- a/usbid/load_data.go +++ b/usbid/load_data.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/load_test.go b/usbid/load_test.go index b651d27..dc617dd 100644 --- a/usbid/load_test.go +++ b/usbid/load_test.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/parse.go b/usbid/parse.go index a12b162..57571b8 100644 --- a/usbid/parse.go +++ b/usbid/parse.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/parse_test.go b/usbid/parse_test.go index 05b3210..a91dba2 100644 --- a/usbid/parse_test.go +++ b/usbid/parse_test.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/regen/load_data.go.tpl b/usbid/regen/load_data.go.tpl index 1a0c4d1..d3478b2 100644 --- a/usbid/regen/load_data.go.tpl +++ b/usbid/regen/load_data.go.tpl @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/usbid/regen/regen.go b/usbid/regen/regen.go index 261820b..7825936 100644 --- a/usbid/regen/regen.go +++ b/usbid/regen/regen.go @@ -1,4 +1,5 @@ // Copyright 2013 Google Inc. All rights reserved. +// Copyright 2016 the gousb Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.