From 5af0d8de70ce24aeb0c91dc376ff42dac7707ad5 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Sun, 30 Dec 2018 00:48:48 -0500 Subject: [PATCH] Fix mangled licenses for proto3-suite. --- .licenses/semantic/cabal/proto3-suite.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.licenses/semantic/cabal/proto3-suite.txt b/.licenses/semantic/cabal/proto3-suite.txt index 0c7bf164b..fd01c1256 100644 --- a/.licenses/semantic/cabal/proto3-suite.txt +++ b/.licenses/semantic/cabal/proto3-suite.txt @@ -3,6 +3,20 @@ type: cabal name: proto3-suite version: 0.2.0 summary: A low level library for writing out data in the Protocol Buffers wire format -homepage: -license: none +homepage: +license: apache-2.0 --- + +Copyright 2017 Awake Networks + +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.