docstrings, copyright dates

This commit is contained in:
The MMGen Project 2021-03-12 18:20:44 +00:00
commit ef4696e297
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
6 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
"""
mmgen-blocks-info: Display information about a block or range of blocks
mmnode-blocks-info: Display information about a block or range of blocks
"""
import time,re

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
# Copyright (C)2013-2020 The MMGen Project <mmgen@tuta.io>
# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
# Copyright (C)2013-2020 The MMGen Project <mmgen@tuta.io>
# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
# Copyright (C)2013-2020 The MMGen Project <mmgen@tuta.io>
# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@ -17,7 +17,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
"""
mmgen-netrate: Bitcoin daemon network rate monitor
mmnode-netrate: Bitcoin daemon network rate monitor
"""
import time

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
# Copyright (C)2013-2020 The MMGen Project <mmgen@tuta.io>
# Copyright (C)2013-2021 The MMGen Project <mmgen@tuta.io>
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
@ -17,7 +17,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
"""
mmgen-peerblocks: List blocks in flight, disconnect stalling nodes
mmnode-peerblocks: List blocks in flight, disconnect stalling nodes
"""
import asyncio

View file

@ -17,7 +17,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
"""
mmgen-txfind: Find a transaction in the blockchain or mempool
mmnode-txfind: Find a transaction in the blockchain or mempool
"""
from mmgen.common import *