Skip to content

Commit 81faab2

Browse files
authored
Merge pull request dogecoin#48 from fwolfst/47-UPDATE_MIT_LINK_TO_HTTPS
Update URLs to MIT license.
2 parents 88ab64f + b17634e commit 81faab2

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

gen/gen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2014 BitPay Inc.
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
//
66
// To re-create univalue_escapes.h:

include/univalue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 BitPay Inc.
22
// Copyright 2015 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 __UNIVALUE_H__
77
#define __UNIVALUE_H__

lib/univalue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 BitPay Inc.
22
// Copyright 2015 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 <stdint.h>
77
#include <iomanip>

lib/univalue_get.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright 2014 BitPay Inc.
22
// Copyright 2015 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 <stdint.h>
77
#include <errno.h>

lib/univalue_read.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2014 BitPay Inc.
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 <string.h>
66
#include <vector>

lib/univalue_utffilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2016 Wladimir J. van der Laan
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
#ifndef UNIVALUE_UTFFILTER_H
55
#define UNIVALUE_UTFFILTER_H
66

lib/univalue_write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2014 BitPay Inc.
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 <iomanip>
66
#include <sstream>

test/object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) 2014 BitPay Inc.
22
// Copyright (c) 2014-2016 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 <stdint.h>
77
#include <vector>

test/unitester.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2014 BitPay Inc.
22
// Distributed under the MIT/X11 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 <stdlib.h>
66
#include <stdio.h>

0 commit comments

Comments
 (0)