Browse Source

docstrings, copyright dates

The MMGen Project 4 years ago
parent
commit
ef4696e297
6 changed files with 8 additions and 8 deletions
  1. 1 1
      mmnode-blocks-info
  2. 1 1
      mmnode-feeview
  3. 1 1
      mmnode-halving-calculator
  4. 2 2
      mmnode-netrate
  5. 2 2
      mmnode-peerblocks
  6. 1 1
      mmnode-txfind

+ 1 - 1
mmnode-blocks-info

@@ -17,7 +17,7 @@
 # this program.  If not, see <http://www.gnu.org/licenses/>.
 # 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
 import time,re

+ 1 - 1
mmnode-feeview

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # 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
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 1 - 1
mmnode-halving-calculator

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # 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
 # 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
 # the terms of the GNU General Public License as published by the Free Software

+ 2 - 2
mmnode-netrate

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # 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
 # 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
 # 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/>.
 # 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
 import time

+ 2 - 2
mmnode-peerblocks

@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 #!/usr/bin/env python3
 #
 #
 # mmgen = Multi-Mode GENerator, command-line Bitcoin cold storage solution
 # 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
 # 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
 # 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/>.
 # 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
 import asyncio

+ 1 - 1
mmnode-txfind

@@ -17,7 +17,7 @@
 # this program.  If not, see <http://www.gnu.org/licenses/>.
 # 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 *
 from mmgen.common import *