From b78b15ecdb540cdf1320cdf5521a28c31b90af8c Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 14 Dec 2016 12:55:56 -0600 Subject: [PATCH] Fix author/maintainer/copyright in grpc-haskell.cabal (#82) Update LICENSE, update fields in grpc-haskell.cabal --- LICENSE | 3 ++- grpc-haskell.cabal | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 7b2f6ec..1221dba 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,8 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2015 Alois Cochard + Copyright 2016 Awake Networks + Copyright 2015 Alois Cochard https://github.com/aloiscochard/grpc-haskell Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/grpc-haskell.cabal b/grpc-haskell.cabal index fdd6a01..c62f82a 100644 --- a/grpc-haskell.cabal +++ b/grpc-haskell.cabal @@ -1,13 +1,12 @@ name: grpc-haskell version: 0.0.0.0 synopsis: Haskell implementation of gRPC layered on shared C library. --- description: -homepage: http://github.com/aloiscochard/grpc-haskell +homepage: https://github.mv.awakenetworks.net/awakenetworks/gRPC-haskell license: Apache-2.0 license-file: LICENSE -author: Alois Cochard -maintainer: alois.cochard@gmail.com -copyright: Copyright 2015 Alois Cochard +author: Connor Clark +maintainer: connor@awakenetworks.com +copyright: Copyright 2016 Awake Networks category: Network build-type: Simple cabal-version: >=1.10 @@ -222,3 +221,4 @@ benchmark bench CPP-Options: -DDEBUG CC-Options: -DGRPC_HASKELL_DEBUG default-language: Haskell2010 +