From c95e79d6463ed30923ddadb500276b218c3f992d Mon Sep 17 00:00:00 2001 From: Alvaro Alda Date: Mon, 3 Dec 2018 09:59:31 +0100 Subject: [PATCH] Add missing headers --- gossip/agent.go | 5 ++++- gossip/agent_test.go | 16 ++++++++++++++++ gossip/auditor/auditor.go | 5 ++++- gossip/config.go | 3 +++ gossip/delegate.go | 3 +++ gossip/member/member.go | 5 ++++- gossip/member/meta.go | 5 ++++- gossip/member/status.go | 5 ++++- gossip/monitor/monitor.go | 5 ++++- gossip/processor.go | 5 ++++- gossip/publisher/publisher.go | 3 +++ gossip/publisher/publisher_test.go | 3 +++ gossip/sender/sender.go | 3 +++ gossip/topology.go | 5 ++++- gossip/topology_test.go | 16 ++++++++++++++++ 15 files changed, 79 insertions(+), 8 deletions(-) diff --git a/gossip/agent.go b/gossip/agent.go index 4de252588..e09d0d9a3 100644 --- a/gossip/agent.go +++ b/gossip/agent.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/agent_test.go b/gossip/agent_test.go index b0e9097cc..a4d4ac4b2 100644 --- a/gossip/agent_test.go +++ b/gossip/agent_test.go @@ -1,3 +1,19 @@ +/* + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + + 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. +*/ + package gossip import ( diff --git a/gossip/auditor/auditor.go b/gossip/auditor/auditor.go index bc2ae8140..a2b778990 100644 --- a/gossip/auditor/auditor.go +++ b/gossip/auditor/auditor.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/config.go b/gossip/config.go index ca8830065..f1017d166 100644 --- a/gossip/config.go +++ b/gossip/config.go @@ -1,9 +1,12 @@ /* Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/delegate.go b/gossip/delegate.go index 7c334cd8a..2943210e7 100644 --- a/gossip/delegate.go +++ b/gossip/delegate.go @@ -1,9 +1,12 @@ /* Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/member/member.go b/gossip/member/member.go index 3d7b1d653..69275c603 100644 --- a/gossip/member/member.go +++ b/gossip/member/member.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/member/meta.go b/gossip/member/meta.go index a5be44f62..04022651b 100644 --- a/gossip/member/meta.go +++ b/gossip/member/meta.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/member/status.go b/gossip/member/status.go index a25626aff..7eed28fe3 100644 --- a/gossip/member/status.go +++ b/gossip/member/status.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/monitor/monitor.go b/gossip/monitor/monitor.go index 40cd03c0f..255c39a3b 100644 --- a/gossip/monitor/monitor.go +++ b/gossip/monitor/monitor.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/processor.go b/gossip/processor.go index 71fce1501..f4b07e074 100644 --- a/gossip/processor.go +++ b/gossip/processor.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/publisher/publisher.go b/gossip/publisher/publisher.go index 0efa7bb97..76d3692fa 100644 --- a/gossip/publisher/publisher.go +++ b/gossip/publisher/publisher.go @@ -1,9 +1,12 @@ /* Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/publisher/publisher_test.go b/gossip/publisher/publisher_test.go index a7dd8aeed..0e25d3b1d 100644 --- a/gossip/publisher/publisher_test.go +++ b/gossip/publisher/publisher_test.go @@ -1,9 +1,12 @@ /* Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/sender/sender.go b/gossip/sender/sender.go index b93de013a..059541850 100644 --- a/gossip/sender/sender.go +++ b/gossip/sender/sender.go @@ -1,9 +1,12 @@ /* Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/topology.go b/gossip/topology.go index 23284fba6..ea0542dba 100644 --- a/gossip/topology.go +++ b/gossip/topology.go @@ -1,9 +1,12 @@ /* - Copyright 2018 Banco Bilbao Vizcaya Argentaria, n.A. + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + 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. diff --git a/gossip/topology_test.go b/gossip/topology_test.go index 8ccfad301..521e13fd0 100644 --- a/gossip/topology_test.go +++ b/gossip/topology_test.go @@ -1,3 +1,19 @@ +/* + Copyright 2018 Banco Bilbao Vizcaya Argentaria, S.A. + + 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. +*/ + package gossip import (