readme: update license and remove status

Update license to point to correct repository. Remove status from
readme because it is not available for private repos. Update year in
license.
This commit is contained in:
carla 2020-03-05 17:31:02 +02:00
parent 32eb8b3425
commit 2d7d0e8d10
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Lightning Labs
Copyright (c) 2020 Lightning Labs
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,7 +1,6 @@
## governator
[![Build Status](https://img.shields.io/travis/lightningnetwork/lnd.svg)](https://travis-ci.org/lightningnetwork/lnd)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightningnetwork/lnd/blob/master/LICENSE)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/lightninglabs/governator/blob/master/LICENSE)
The governator is an external service intended to be run in conjunction with the [lnd](https://github.com/lightningnetwork/lnd) implementation of the [Lightning Network](https://lightning.network). It queries LND for information about its existing channels and provides channel close recommendations if channels are under-performing.