diff options
| author | Trevin Hofmann <[email protected]> | 2014-07-01 00:05:24 -0500 |
|---|---|---|
| committer | Trevin Hofmann <[email protected]> | 2014-07-01 00:05:24 -0500 |
| commit | 9a6497ed0798055d2117547e82a1569a4017d2f2 (patch) | |
| tree | f97f2ea0e47b671ac5602836f783a6751e118e7b | |
| parent | test: Fix warning about integer signedness in P2SH tests (diff) | |
| download | discoin-9a6497ed0798055d2117547e82a1569a4017d2f2.tar.xz discoin-9a6497ed0798055d2117547e82a1569a4017d2f2.zip | |
http to https, 2013 to 2014
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2009-2013 Bitcoin Developers +Copyright (c) 2009-2014 Bitcoin Developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1,7 +1,7 @@ Bitcoin Core integration/staging tree ===================================== -http://www.bitcoin.org +https://www.bitcoin.org Copyright (c) 2009-2014 Bitcoin Core Developers @@ -15,7 +15,7 @@ out collectively by the network. Bitcoin Core is the name of open source software which enables the use of this currency. For more information, as well as an immediately useable, binary version of -the Bitcoin Core software, see http://www.bitcoin.org/en/download. +the Bitcoin Core software, see https://www.bitcoin.org/en/download. License ------- |