From 84ca25d7ddbaf35b3c2e735eef03da606ec58df3 Mon Sep 17 00:00:00 2001 From: Gari Singh Date: Sat, 5 Nov 2016 14:40:40 -0400 Subject: [PATCH] Add missing license headers (reverify) Change-Id: I83a840cf3ef917c310ee4b16cfd835afa616f4f6 Signed-off-by: Gari Singh --- core/comm/connection.go | 16 ++++++++++++++++ core/comm/connection_test.go | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/core/comm/connection.go b/core/comm/connection.go index dc204434a47..f315fe68780 100644 --- a/core/comm/connection.go +++ b/core/comm/connection.go @@ -1,3 +1,19 @@ +/* +Copyright IBM Corp. 2016 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. +*/ + package comm import ( diff --git a/core/comm/connection_test.go b/core/comm/connection_test.go index 1841dbf77d5..d6d1a5865c9 100644 --- a/core/comm/connection_test.go +++ b/core/comm/connection_test.go @@ -1,3 +1,19 @@ +/* +Copyright IBM Corp. 2016 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. +*/ + package comm import (