Skip to content

Commit 7dc67d8

Browse files
authored
Merge pull request #2504 from div72/http2https
scripted-diff: change http to https in copyright text
2 parents e979f37 + 279b984 commit 7dc67d8

40 files changed

+40
-40
lines changed

cd/00_setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2019-2020 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/00_setup_env_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2019-2020 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/00_setup_env_win32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2019-2020 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/00_setup_env_win64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2019-2020 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/03_before_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2018-2019 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/04_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2018-2020 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/06_script_a.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2018-2020 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/06_script_b.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2021 The Gridcoin developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

cd/run_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2019 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66

77
export LC_ALL=C.UTF-8
88

share/genbuild.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# Copyright (c) 2012-2020 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
4-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
# file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
export LC_ALL=C
77
if [ $# -gt 1 ]; then

src/Makefile.crc32c.include

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2019 The Bitcoin Core developers
22
# Distributed under the MIT software license, see the accompanying
3-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
# file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
LIBCRC32C_INT = crc32c/libcrc32c.a
66
LIBLEVELDB_SSE42_INT = leveldb/libleveldb_sse42.a

src/base58.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2020 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
/**
77
* Why base-58 instead of standard base-64 encoding?

src/clientversion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2012-2020 The Bitcoin Core developers
22
// Copyright (c) 2021 The Gridcoin developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#include <clientversion.h>
77

src/compat/cpuid.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2017-2019 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#ifndef BITCOIN_COMPAT_CPUID_H
66
#define BITCOIN_COMPAT_CPUID_H

src/crypto/sha3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
// Based on https://github.com/mjosaarinen/tiny_sha3/blob/master/sha3.c
66
// by Markku-Juhani O. Saarinen <[email protected]>

src/crypto/sha3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#ifndef BITCOIN_CRYPTO_SHA3_H
66
#define BITCOIN_CRYPTO_SHA3_H

src/node/blockstorage.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2011-2021 The Bitcoin Core developers
22
// Copyright (c) 2021 The Gridcoin developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#include "chainparams.h"
77
#include "clientversion.h"

src/node/blockstorage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2011-2021 The Bitcoin Core developers
22
// Copyright (c) 2021 The Gridcoin developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
77
#define BITCOIN_NODE_BLOCKSTORAGE_H

src/qt/locale/bitcoin_pl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This product includes software developed by the OpenSSL Project for use in the O
1919
<translation>
2020
Oprogramowanie eksperymentalne.
2121

22-
Rozprowadzane na licencji MIT/X11, zobacz plik 'COPYING' lub http://www.opensource.org/licenses/mit-license.php.
22+
Rozprowadzane na licencji MIT/X11, zobacz plik 'COPYING' lub https://opensource.org/licenses/mit-license.php.
2323

2424
Ten produkt zawiera oprogramowanie stworzone przez OpenSSL Project do użytku przez OpenSSL Toolkit (http://www.openssl.org/). Oprogramowanie kryptograficzne napisane przez Eric'a Young ([email protected]) i oprogramowanie UPnP napisane przez Thomas'a Bernard.</translation>
2525
</message>

src/random.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2020 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#include <random.h>
77

src/random.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2020 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#ifndef BITCOIN_RANDOM_H
77
#define BITCOIN_RANDOM_H

src/randomenv.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2020 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#if defined(HAVE_CONFIG_H)
77
#include <config/gridcoin-config.h>

src/randomenv.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2019 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#ifndef BITCOIN_RANDOMENV_H
77
#define BITCOIN_RANDOMENV_H

src/scheduler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2015-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <scheduler.h>
66

src/scheduler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2015-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#ifndef BITCOIN_SCHEDULER_H
66
#define BITCOIN_SCHEDULER_H

src/test/base32_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2012-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <util/strencodings.h>
66

src/test/base58_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2011-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <boost/test/unit_test.hpp>
66

src/test/base64_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2011-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <util/strencodings.h>
66

src/test/compilerbug_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2019-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <boost/test/unit_test.hpp>
66

src/test/sanity_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2012-2017 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <key.h>
66
#include <util/time.h>

src/test/scheduler_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2012-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <random.h>
66
#include <scheduler.h>

src/test/script_p2sh_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2012-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <main.h>
66
#include <policy/policy.h>

src/test/script_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2011-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <vector>
66
#include <sstream>

src/test/sigopcount_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2012-2017 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <vector>
66
#include <boost/test/unit_test.hpp>

src/test/sync_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2012-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <sync.h>
66

src/test/test_gridcoin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2015-2018 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#ifndef GRIDCOIN_TEST_TEST_GRIDCOIN_H
66
#define GRIDCOIN_TEST_TEST_GRIDCOIN_H

src/test/transaction_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2011-2020 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#include <map>
66
#include <string>

src/threadinterrupt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2009-2010 Satoshi Nakamoto
22
// Copyright (c) 2009-2018 The Bitcoin Core developers
33
// Distributed under the MIT software license, see the accompanying
4-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
// file COPYING or https://opensource.org/licenses/mit-license.php.
55

66
#include <threadinterrupt.h>
77

src/threadinterrupt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright (c) 2016-2019 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
3-
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
3+
// file COPYING or https://opensource.org/licenses/mit-license.php.
44

55
#ifndef BITCOIN_THREADINTERRUPT_H
66
#define BITCOIN_THREADINTERRUPT_H

test/lint/lint-python-dead-code.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2021 The Bitcoin Core developers
44
# Distributed under the MIT software license, see the accompanying
5-
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5+
# file COPYING or https://opensource.org/licenses/mit-license.php.
66
#
77
# Find dead Python code.
88

0 commit comments

Comments
 (0)