From 93311ca84e35cbc6dbe712368e9180637f14a816 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 2 Aug 2018 15:41:06 +0900 Subject: [PATCH] Move query.py to contrib/ --- query.py => contrib/query.py | 2 +- electrumx_server | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename query.py => contrib/query.py (98%) diff --git a/query.py b/contrib/query.py similarity index 98% rename from query.py rename to contrib/query.py index 96762d3..955ff37 100755 --- a/query.py +++ b/contrib/query.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2016, Neil Booth +# Copyright (c) 2016-2018, Neil Booth # # All rights reserved. # diff --git a/electrumx_server b/electrumx_server index 38b8920..eb12fd0 100755 --- a/electrumx_server +++ b/electrumx_server @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2016, Neil Booth +# Copyright (c) 2016-2018, Neil Booth # # All rights reserved. #