From 92c9f7ed7fd05a4e88e85ddc43ff668bf84b633a Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Thu, 8 Jun 2017 09:58:23 +0200 Subject: [PATCH] Add missing license header Change-Id: I279647811b0a0399285441c46312e80e24747fc6 Signed-off-by: Maciej Wereski Reviewed-on: https://mcdsrvbld02.digital.local/review/49053 Reviewed-by: Pawel Wieczorek Tested-by: Pawel Wieczorek --- boruta.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/boruta.go b/boruta.go index e396d49..a1d7c6c 100644 --- a/boruta.go +++ b/boruta.go @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2017 Samsung Electronics Co., Ltd 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 boruta contains definitions of all interfaces and structs used // between the main modules of the Boruta system. // Server - service managing Users, Workers, Requests and Jobs. -- 2.7.4