Add missing license header
authorMaciej Wereski <m.wereski@partner.samsung.com>
Thu, 8 Jun 2017 07:58:23 +0000 (09:58 +0200)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 9 Jun 2017 08:16:09 +0000 (10:16 +0200)
Change-Id: I279647811b0a0399285441c46312e80e24747fc6
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Reviewed-on: https://mcdsrvbld02.digital.local/review/49053
Reviewed-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Tested-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
boruta.go

index e396d49..a1d7c6c 100644 (file)
--- 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.