diff --git a/cmd/wire/main.go b/cmd/wire/main.go index 742bad5..e70a589 100644 --- a/cmd/wire/main.go +++ b/cmd/wire/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/analyze.go b/internal/wire/analyze.go index 48f4db9..94bef96 100644 --- a/internal/wire/analyze.go +++ b/internal/wire/analyze.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/copyast.go b/internal/wire/copyast.go index c49c8b5..9d9c984 100644 --- a/internal/wire/copyast.go +++ b/internal/wire/copyast.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/errors.go b/internal/wire/errors.go index ce74142..23f8359 100644 --- a/internal/wire/errors.go +++ b/internal/wire/errors.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/parse.go b/internal/wire/parse.go index c70f0d9..3bd614f 100644 --- a/internal/wire/parse.go +++ b/internal/wire/parse.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsMainOnly/bar/bar.go b/internal/wire/testdata/BuildTagsMainOnly/bar/bar.go index 3cd29fd..1362eff 100644 --- a/internal/wire/testdata/BuildTagsMainOnly/bar/bar.go +++ b/internal/wire/testdata/BuildTagsMainOnly/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsMainOnly/bar/bar_inject.go b/internal/wire/testdata/BuildTagsMainOnly/bar/bar_inject.go index 97c662b..179a8bf 100644 --- a/internal/wire/testdata/BuildTagsMainOnly/bar/bar_inject.go +++ b/internal/wire/testdata/BuildTagsMainOnly/bar/bar_inject.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsMainOnly/foo/foo.go b/internal/wire/testdata/BuildTagsMainOnly/foo/foo.go index f8216df..4289d9f 100644 --- a/internal/wire/testdata/BuildTagsMainOnly/foo/foo.go +++ b/internal/wire/testdata/BuildTagsMainOnly/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsMainOnly/foo/wire.go b/internal/wire/testdata/BuildTagsMainOnly/foo/wire.go index 3e08683..70b68af 100644 --- a/internal/wire/testdata/BuildTagsMainOnly/foo/wire.go +++ b/internal/wire/testdata/BuildTagsMainOnly/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsRelativePkg/bar/bar.go b/internal/wire/testdata/BuildTagsRelativePkg/bar/bar.go index 3cd29fd..1362eff 100644 --- a/internal/wire/testdata/BuildTagsRelativePkg/bar/bar.go +++ b/internal/wire/testdata/BuildTagsRelativePkg/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsRelativePkg/bar/bar_inject.go b/internal/wire/testdata/BuildTagsRelativePkg/bar/bar_inject.go index 97c662b..179a8bf 100644 --- a/internal/wire/testdata/BuildTagsRelativePkg/bar/bar_inject.go +++ b/internal/wire/testdata/BuildTagsRelativePkg/bar/bar_inject.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsRelativePkg/foo/foo.go b/internal/wire/testdata/BuildTagsRelativePkg/foo/foo.go index f8216df..4289d9f 100644 --- a/internal/wire/testdata/BuildTagsRelativePkg/foo/foo.go +++ b/internal/wire/testdata/BuildTagsRelativePkg/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/BuildTagsRelativePkg/foo/wire.go b/internal/wire/testdata/BuildTagsRelativePkg/foo/wire.go index 3e08683..70b68af 100644 --- a/internal/wire/testdata/BuildTagsRelativePkg/foo/wire.go +++ b/internal/wire/testdata/BuildTagsRelativePkg/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Chain/foo/foo.go b/internal/wire/testdata/Chain/foo/foo.go index 1f7046c..6fea834 100644 --- a/internal/wire/testdata/Chain/foo/foo.go +++ b/internal/wire/testdata/Chain/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Chain/foo/wire.go b/internal/wire/testdata/Chain/foo/wire.go index d08b058..93591d9 100644 --- a/internal/wire/testdata/Chain/foo/wire.go +++ b/internal/wire/testdata/Chain/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Cleanup/foo/foo.go b/internal/wire/testdata/Cleanup/foo/foo.go index 394112c..8a6a187 100644 --- a/internal/wire/testdata/Cleanup/foo/foo.go +++ b/internal/wire/testdata/Cleanup/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Cleanup/foo/wire.go b/internal/wire/testdata/Cleanup/foo/wire.go index 41d9561..bd34c39 100644 --- a/internal/wire/testdata/Cleanup/foo/wire.go +++ b/internal/wire/testdata/Cleanup/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/CopyOtherDecls/foo/foo.go b/internal/wire/testdata/CopyOtherDecls/foo/foo.go index 3851c92..3518f68 100644 --- a/internal/wire/testdata/CopyOtherDecls/foo/foo.go +++ b/internal/wire/testdata/CopyOtherDecls/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Cycle/foo/foo.go b/internal/wire/testdata/Cycle/foo/foo.go index 39da2fa..0dff6bd 100644 --- a/internal/wire/testdata/Cycle/foo/foo.go +++ b/internal/wire/testdata/Cycle/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Cycle/foo/wire.go b/internal/wire/testdata/Cycle/foo/wire.go index 4b67f55..4ba2d3a 100644 --- a/internal/wire/testdata/Cycle/foo/wire.go +++ b/internal/wire/testdata/Cycle/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/EmptyVar/foo/foo.go b/internal/wire/testdata/EmptyVar/foo/foo.go index 8ca7cde..408eb50 100644 --- a/internal/wire/testdata/EmptyVar/foo/foo.go +++ b/internal/wire/testdata/EmptyVar/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/EmptyVar/foo/wire.go b/internal/wire/testdata/EmptyVar/foo/wire.go index 2e040f8..3cbe5df 100644 --- a/internal/wire/testdata/EmptyVar/foo/wire.go +++ b/internal/wire/testdata/EmptyVar/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ExportedValue/bar/bar.go b/internal/wire/testdata/ExportedValue/bar/bar.go index f076440..3592b87 100644 --- a/internal/wire/testdata/ExportedValue/bar/bar.go +++ b/internal/wire/testdata/ExportedValue/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ExportedValue/foo/foo.go b/internal/wire/testdata/ExportedValue/foo/foo.go index f8216df..4289d9f 100644 --- a/internal/wire/testdata/ExportedValue/foo/foo.go +++ b/internal/wire/testdata/ExportedValue/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ExportedValue/foo/wire.go b/internal/wire/testdata/ExportedValue/foo/wire.go index cf54a48..ea0bb83 100644 --- a/internal/wire/testdata/ExportedValue/foo/wire.go +++ b/internal/wire/testdata/ExportedValue/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ExportedValueDifferentPackage/bar/bar.go b/internal/wire/testdata/ExportedValueDifferentPackage/bar/bar.go index 634e6ca..ec0ee6b 100644 --- a/internal/wire/testdata/ExportedValueDifferentPackage/bar/bar.go +++ b/internal/wire/testdata/ExportedValueDifferentPackage/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ExportedValueDifferentPackage/foo/foo.go b/internal/wire/testdata/ExportedValueDifferentPackage/foo/foo.go index b23b644..bf2b429 100644 --- a/internal/wire/testdata/ExportedValueDifferentPackage/foo/foo.go +++ b/internal/wire/testdata/ExportedValueDifferentPackage/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ExportedValueDifferentPackage/foo/wire.go b/internal/wire/testdata/ExportedValueDifferentPackage/foo/wire.go index f7ebb84..a40390d 100644 --- a/internal/wire/testdata/ExportedValueDifferentPackage/foo/wire.go +++ b/internal/wire/testdata/ExportedValueDifferentPackage/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ImportedInterfaceBinding/bar/bar.go b/internal/wire/testdata/ImportedInterfaceBinding/bar/bar.go index 4a053fc..f7cd1cf 100644 --- a/internal/wire/testdata/ImportedInterfaceBinding/bar/bar.go +++ b/internal/wire/testdata/ImportedInterfaceBinding/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ImportedInterfaceBinding/bar/wire.go b/internal/wire/testdata/ImportedInterfaceBinding/bar/wire.go index b1e8c27..870d2ee 100644 --- a/internal/wire/testdata/ImportedInterfaceBinding/bar/wire.go +++ b/internal/wire/testdata/ImportedInterfaceBinding/bar/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ImportedInterfaceBinding/foo/foo.go b/internal/wire/testdata/ImportedInterfaceBinding/foo/foo.go index 2f273f8..73a0c47 100644 --- a/internal/wire/testdata/ImportedInterfaceBinding/foo/foo.go +++ b/internal/wire/testdata/ImportedInterfaceBinding/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InjectInput/foo/foo.go b/internal/wire/testdata/InjectInput/foo/foo.go index 1496409..6e392f2 100644 --- a/internal/wire/testdata/InjectInput/foo/foo.go +++ b/internal/wire/testdata/InjectInput/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InjectInput/foo/wire.go b/internal/wire/testdata/InjectInput/foo/wire.go index db3cff6..f079ef3 100644 --- a/internal/wire/testdata/InjectInput/foo/wire.go +++ b/internal/wire/testdata/InjectInput/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InjectInputConflict/foo/foo.go b/internal/wire/testdata/InjectInputConflict/foo/foo.go index a79cafb..fce4aea 100644 --- a/internal/wire/testdata/InjectInputConflict/foo/foo.go +++ b/internal/wire/testdata/InjectInputConflict/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InjectInputConflict/foo/wire.go b/internal/wire/testdata/InjectInputConflict/foo/wire.go index c126f25..ba705d9 100644 --- a/internal/wire/testdata/InjectInputConflict/foo/wire.go +++ b/internal/wire/testdata/InjectInputConflict/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InjectWithPanic/foo/foo.go b/internal/wire/testdata/InjectWithPanic/foo/foo.go index c20a0b3..689a2ef 100644 --- a/internal/wire/testdata/InjectWithPanic/foo/foo.go +++ b/internal/wire/testdata/InjectWithPanic/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InjectWithPanic/foo/wire.go b/internal/wire/testdata/InjectWithPanic/foo/wire.go index 7c1e5a8..013de5e 100644 --- a/internal/wire/testdata/InjectWithPanic/foo/wire.go +++ b/internal/wire/testdata/InjectWithPanic/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InterfaceBinding/foo/foo.go b/internal/wire/testdata/InterfaceBinding/foo/foo.go index 475e8ce..f8cef2b 100644 --- a/internal/wire/testdata/InterfaceBinding/foo/foo.go +++ b/internal/wire/testdata/InterfaceBinding/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InterfaceBinding/foo/wire.go b/internal/wire/testdata/InterfaceBinding/foo/wire.go index b489768..aa80c36 100644 --- a/internal/wire/testdata/InterfaceBinding/foo/wire.go +++ b/internal/wire/testdata/InterfaceBinding/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InterfaceBindingReuse/foo/foo.go b/internal/wire/testdata/InterfaceBindingReuse/foo/foo.go index b6fd864..8a0760c 100644 --- a/internal/wire/testdata/InterfaceBindingReuse/foo/foo.go +++ b/internal/wire/testdata/InterfaceBindingReuse/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/InterfaceBindingReuse/foo/wire.go b/internal/wire/testdata/InterfaceBindingReuse/foo/wire.go index 90efd23..b4837ef 100644 --- a/internal/wire/testdata/InterfaceBindingReuse/foo/wire.go +++ b/internal/wire/testdata/InterfaceBindingReuse/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/MultipleMissingInputs/foo/foo.go b/internal/wire/testdata/MultipleMissingInputs/foo/foo.go index 4c1a7d5..91d6f88 100644 --- a/internal/wire/testdata/MultipleMissingInputs/foo/foo.go +++ b/internal/wire/testdata/MultipleMissingInputs/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/MultipleMissingInputs/foo/wire.go b/internal/wire/testdata/MultipleMissingInputs/foo/wire.go index 92c249d..f8b2140 100644 --- a/internal/wire/testdata/MultipleMissingInputs/foo/wire.go +++ b/internal/wire/testdata/MultipleMissingInputs/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NamingWorstCase/foo/foo.go b/internal/wire/testdata/NamingWorstCase/foo/foo.go index 3bc7293..d08526a 100644 --- a/internal/wire/testdata/NamingWorstCase/foo/foo.go +++ b/internal/wire/testdata/NamingWorstCase/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NamingWorstCase/foo/wire.go b/internal/wire/testdata/NamingWorstCase/foo/wire.go index f27f646..f09752e 100644 --- a/internal/wire/testdata/NamingWorstCase/foo/wire.go +++ b/internal/wire/testdata/NamingWorstCase/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NamingWorstCaseAllInOne/foo/foo.go b/internal/wire/testdata/NamingWorstCaseAllInOne/foo/foo.go index 0b01abe..d6401e7 100644 --- a/internal/wire/testdata/NamingWorstCaseAllInOne/foo/foo.go +++ b/internal/wire/testdata/NamingWorstCaseAllInOne/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NiladicIdentity/foo/foo.go b/internal/wire/testdata/NiladicIdentity/foo/foo.go index c20a0b3..689a2ef 100644 --- a/internal/wire/testdata/NiladicIdentity/foo/foo.go +++ b/internal/wire/testdata/NiladicIdentity/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NiladicIdentity/foo/wire.go b/internal/wire/testdata/NiladicIdentity/foo/wire.go index fcaecc3..3661aed 100644 --- a/internal/wire/testdata/NiladicIdentity/foo/wire.go +++ b/internal/wire/testdata/NiladicIdentity/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NiladicValue/foo/foo.go b/internal/wire/testdata/NiladicValue/foo/foo.go index f8216df..4289d9f 100644 --- a/internal/wire/testdata/NiladicValue/foo/foo.go +++ b/internal/wire/testdata/NiladicValue/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NiladicValue/foo/wire.go b/internal/wire/testdata/NiladicValue/foo/wire.go index 80ec41b..015eb3e 100644 --- a/internal/wire/testdata/NiladicValue/foo/wire.go +++ b/internal/wire/testdata/NiladicValue/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NoImplicitInterface/foo/foo.go b/internal/wire/testdata/NoImplicitInterface/foo/foo.go index aa7a270..8c892f6 100644 --- a/internal/wire/testdata/NoImplicitInterface/foo/foo.go +++ b/internal/wire/testdata/NoImplicitInterface/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NoImplicitInterface/foo/wire.go b/internal/wire/testdata/NoImplicitInterface/foo/wire.go index 0040565..13ecad0 100644 --- a/internal/wire/testdata/NoImplicitInterface/foo/wire.go +++ b/internal/wire/testdata/NoImplicitInterface/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NoInjectParamNames/foo/foo.go b/internal/wire/testdata/NoInjectParamNames/foo/foo.go index 3bc7293..d08526a 100644 --- a/internal/wire/testdata/NoInjectParamNames/foo/foo.go +++ b/internal/wire/testdata/NoInjectParamNames/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NoInjectParamNames/foo/wire.go b/internal/wire/testdata/NoInjectParamNames/foo/wire.go index 32c3930..3703116 100644 --- a/internal/wire/testdata/NoInjectParamNames/foo/wire.go +++ b/internal/wire/testdata/NoInjectParamNames/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/NoopBuild/foo/foo.go b/internal/wire/testdata/NoopBuild/foo/foo.go index 2767479..5afa3e8 100644 --- a/internal/wire/testdata/NoopBuild/foo/foo.go +++ b/internal/wire/testdata/NoopBuild/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/PartialCleanup/foo/foo.go b/internal/wire/testdata/PartialCleanup/foo/foo.go index b67d224..f800b32 100644 --- a/internal/wire/testdata/PartialCleanup/foo/foo.go +++ b/internal/wire/testdata/PartialCleanup/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/PartialCleanup/foo/wire.go b/internal/wire/testdata/PartialCleanup/foo/wire.go index 4437532..3dff10f 100644 --- a/internal/wire/testdata/PartialCleanup/foo/wire.go +++ b/internal/wire/testdata/PartialCleanup/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/PkgImport/bar/bar.go b/internal/wire/testdata/PkgImport/bar/bar.go index 8c2c2db..ad0cc14 100644 --- a/internal/wire/testdata/PkgImport/bar/bar.go +++ b/internal/wire/testdata/PkgImport/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/PkgImport/foo/foo.go b/internal/wire/testdata/PkgImport/foo/foo.go index f5881a4..2d755a8 100644 --- a/internal/wire/testdata/PkgImport/foo/foo.go +++ b/internal/wire/testdata/PkgImport/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/PkgImport/foo/wire.go b/internal/wire/testdata/PkgImport/foo/wire.go index d08b058..93591d9 100644 --- a/internal/wire/testdata/PkgImport/foo/wire.go +++ b/internal/wire/testdata/PkgImport/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ReturnError/foo/foo.go b/internal/wire/testdata/ReturnError/foo/foo.go index d846923..4d424d9 100644 --- a/internal/wire/testdata/ReturnError/foo/foo.go +++ b/internal/wire/testdata/ReturnError/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ReturnError/foo/wire.go b/internal/wire/testdata/ReturnError/foo/wire.go index bf7ee06..67de9e7 100644 --- a/internal/wire/testdata/ReturnError/foo/wire.go +++ b/internal/wire/testdata/ReturnError/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Struct/foo/foo.go b/internal/wire/testdata/Struct/foo/foo.go index 343ad37..87025d4 100644 --- a/internal/wire/testdata/Struct/foo/foo.go +++ b/internal/wire/testdata/Struct/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Struct/foo/wire.go b/internal/wire/testdata/Struct/foo/wire.go index 479b780..32fd0c2 100644 --- a/internal/wire/testdata/Struct/foo/wire.go +++ b/internal/wire/testdata/Struct/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/StructPointer/foo/foo.go b/internal/wire/testdata/StructPointer/foo/foo.go index 343ad37..87025d4 100644 --- a/internal/wire/testdata/StructPointer/foo/foo.go +++ b/internal/wire/testdata/StructPointer/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/StructPointer/foo/wire.go b/internal/wire/testdata/StructPointer/foo/wire.go index c9215bf..6e68d7b 100644 --- a/internal/wire/testdata/StructPointer/foo/wire.go +++ b/internal/wire/testdata/StructPointer/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/TwoDeps/foo/foo.go b/internal/wire/testdata/TwoDeps/foo/foo.go index 1b1bea6..107d360 100644 --- a/internal/wire/testdata/TwoDeps/foo/foo.go +++ b/internal/wire/testdata/TwoDeps/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/TwoDeps/foo/wire.go b/internal/wire/testdata/TwoDeps/foo/wire.go index d08b058..93591d9 100644 --- a/internal/wire/testdata/TwoDeps/foo/wire.go +++ b/internal/wire/testdata/TwoDeps/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/UnexportedValue/bar/bar.go b/internal/wire/testdata/UnexportedValue/bar/bar.go index 112df61..70df1b3 100644 --- a/internal/wire/testdata/UnexportedValue/bar/bar.go +++ b/internal/wire/testdata/UnexportedValue/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/UnexportedValue/foo/foo.go b/internal/wire/testdata/UnexportedValue/foo/foo.go index f8216df..4289d9f 100644 --- a/internal/wire/testdata/UnexportedValue/foo/foo.go +++ b/internal/wire/testdata/UnexportedValue/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/UnexportedValue/foo/wire.go b/internal/wire/testdata/UnexportedValue/foo/wire.go index cf54a48..ea0bb83 100644 --- a/internal/wire/testdata/UnexportedValue/foo/wire.go +++ b/internal/wire/testdata/UnexportedValue/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/UnusedProviders/foo/foo.go b/internal/wire/testdata/UnusedProviders/foo/foo.go index 21832a3..0905a32 100644 --- a/internal/wire/testdata/UnusedProviders/foo/foo.go +++ b/internal/wire/testdata/UnusedProviders/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/UnusedProviders/foo/wire.go b/internal/wire/testdata/UnusedProviders/foo/wire.go index 7077f7c..013fc83 100644 --- a/internal/wire/testdata/UnusedProviders/foo/wire.go +++ b/internal/wire/testdata/UnusedProviders/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ValueChain/foo/foo.go b/internal/wire/testdata/ValueChain/foo/foo.go index 7442bba..0cea2b7 100644 --- a/internal/wire/testdata/ValueChain/foo/foo.go +++ b/internal/wire/testdata/ValueChain/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ValueChain/foo/wire.go b/internal/wire/testdata/ValueChain/foo/wire.go index d08b058..93591d9 100644 --- a/internal/wire/testdata/ValueChain/foo/wire.go +++ b/internal/wire/testdata/ValueChain/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ValueConversion/foo/foo.go b/internal/wire/testdata/ValueConversion/foo/foo.go index 17e752a..168031a 100644 --- a/internal/wire/testdata/ValueConversion/foo/foo.go +++ b/internal/wire/testdata/ValueConversion/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/ValueConversion/foo/wire.go b/internal/wire/testdata/ValueConversion/foo/wire.go index 067bedc..c2050b5 100644 --- a/internal/wire/testdata/ValueConversion/foo/wire.go +++ b/internal/wire/testdata/ValueConversion/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/VarValue/foo/foo.go b/internal/wire/testdata/VarValue/foo/foo.go index 0c05f7e..9b402be 100644 --- a/internal/wire/testdata/VarValue/foo/foo.go +++ b/internal/wire/testdata/VarValue/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/VarValue/foo/wire.go b/internal/wire/testdata/VarValue/foo/wire.go index e1bda37..175be8b 100644 --- a/internal/wire/testdata/VarValue/foo/wire.go +++ b/internal/wire/testdata/VarValue/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Vendor/bar/dummy.go b/internal/wire/testdata/Vendor/bar/dummy.go index c8cfdd5..2e693b3 100644 --- a/internal/wire/testdata/Vendor/bar/dummy.go +++ b/internal/wire/testdata/Vendor/bar/dummy.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Vendor/foo/foo.go b/internal/wire/testdata/Vendor/foo/foo.go index f8216df..4289d9f 100644 --- a/internal/wire/testdata/Vendor/foo/foo.go +++ b/internal/wire/testdata/Vendor/foo/foo.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Vendor/foo/vendor/bar/bar.go b/internal/wire/testdata/Vendor/foo/vendor/bar/bar.go index 5cffaab..95caaba 100644 --- a/internal/wire/testdata/Vendor/foo/vendor/bar/bar.go +++ b/internal/wire/testdata/Vendor/foo/vendor/bar/bar.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/testdata/Vendor/foo/wire.go b/internal/wire/testdata/Vendor/foo/wire.go index a3d76cd..68a1abb 100644 --- a/internal/wire/testdata/Vendor/foo/wire.go +++ b/internal/wire/testdata/Vendor/foo/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/wire.go b/internal/wire/wire.go index cc806ee..68aa13d 100644 --- a/internal/wire/wire.go +++ b/internal/wire/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/internal/wire/wire_test.go b/internal/wire/wire_test.go index f4fc863..38a43e5 100644 --- a/internal/wire/wire_test.go +++ b/internal/wire/wire_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // 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/wire.go b/wire.go index 6673397..8e52134 100644 --- a/wire.go +++ b/wire.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google LLC +// Copyright 2018 The Go Cloud Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.