From 59281af34400e508608234bd66dea08dce818882 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 5 Aug 2018 21:27:08 +0200 Subject: [PATCH] Rename LICENSE.txt -> LICENSE.rst --- LICENSE.txt => LICENSE.rst | 0 README.md | 2 +- docs/source/license.rst | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE.rst (100%) diff --git a/LICENSE.txt b/LICENSE.rst similarity index 100% rename from LICENSE.txt rename to LICENSE.rst diff --git a/README.md b/README.md index 9aec21b1..5094558f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SNMP library for Python [![PyPI](https://img.shields.io/pypi/v/pysnmp.svg?maxAge=2592000)](https://pypi.org/project/pysnmp/) [![Python Versions](https://img.shields.io/pypi/pyversions/pysnmp.svg)](https://pypi.org/project/pysnmp/) [![Build status](https://travis-ci.org/etingof/pysnmp.svg?branch=master)](https://secure.travis-ci.org/etingof/pysnmp) -[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.txt) +[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysnmp/master/LICENSE.rst) This is a pure-Python, open source and free implementation of v1/v2c/v3 SNMP engine distributed under 2-clause [BSD license](http://snmplabs.com/pysnmp/license.html). diff --git a/docs/source/license.rst b/docs/source/license.rst index 829144f8..ffc13bd7 100644 --- a/docs/source/license.rst +++ b/docs/source/license.rst @@ -2,4 +2,4 @@ License ======= -.. include:: ../../LICENSE.txt +.. include:: ../../LICENSE.rst