mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Merge pull #966: Copyrights: Add MIT License Header To More Files
This commit is contained in:
commit
ae2c7b4caf
41 changed files with 194 additions and 2 deletions
3
404.html
3
404.html
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
lang: en
|
||||
id: index
|
||||
|
|
10
Makefile
10
Makefile
|
@ -1,5 +1,5 @@
|
|||
## Optional Makefile: only used for testing & maintainer automation;
|
||||
## not used to build live site
|
||||
## This file is licensed under the MIT License (MIT) available on
|
||||
## http://opensource.org/licenses/MIT.
|
||||
|
||||
S=@ ## Silent: only print errors by default;
|
||||
## run `make S='' [other args]` to print commands as they're run
|
||||
|
@ -198,6 +198,12 @@ check-for-missing-copyright-licenses:
|
|||
## say MIT license, but it has to say something.) This can be extended
|
||||
## to include other directories by adding them after "_includes/"
|
||||
$S git grep -iL 'This file is licensed' _includes/ | eval $(ERROR_ON_OUTPUT)
|
||||
$S git ls-files | grep -v '^_alerts' \
|
||||
| while read file ; do \
|
||||
if sed -n 1p $$file | grep -q '^---$$' ; then \
|
||||
grep -iL 'This file is licensed' $$file ; \
|
||||
fi ; \
|
||||
done | eval $(ERROR_ON_OUTPUT)
|
||||
|
||||
check-for-missing-rpc-summaries:
|
||||
## Make sure the Quick Reference section has a summary for each RPC we
|
||||
|
|
|
@ -408,6 +408,9 @@ recommend naming it after the release, such as `0.10.0.md`
|
|||
Then copy in the following YAML header (the part between the three dashes, ---):
|
||||
~~~
|
||||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
## Required value below populates the %v variable (note: % needs to be escaped in YAML if it starts a value)
|
||||
required_version: 0.10.0
|
||||
## Optional release date. May be filled in hours/days after a release
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
## This file is licensed under the MIT License (MIT) available on
|
||||
## http://opensource.org/licenses/MIT.
|
||||
|
||||
title: "Some Miners Generating Invalid Blocks"
|
||||
alias: "spv-mining"
|
||||
active: false
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
type: posts
|
||||
layout: post
|
||||
lang: en
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
type: posts
|
||||
layout: post
|
||||
lang: en
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Required value below populates the %v variable (note: % needs to be escaped in YAML if it starts a value)
|
||||
required_version: 0.10.0
|
||||
## Optional release date. May be filled in hours/days after a release
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Required value below populates the %v variable (note: % needs to be escaped in YAML if it starts a value)
|
||||
required_version: 0.10.1
|
||||
## Optional release date. May be filled in hours/days after a release
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Required value below populates the %v variable (note: % needs to be escaped in YAML if it starts a value)
|
||||
required_version: 0.10.2
|
||||
## Optional release date. May be filled in hours/days after a release
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Required value below populates the %v variable (note: % needs to be escaped in YAML if it starts a value)
|
||||
required_version: 0.11.0
|
||||
## Optional release date. May be filled in hours/days after a release
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.3.21
|
||||
optional_date: 2011-04-27
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.3.22
|
||||
optional_date: 2011-06-05
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.3.23
|
||||
optional_date: 2011-06-14
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.3.24
|
||||
optional_date: 2011-07-08
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.4.0
|
||||
optional_date: 2011-09-23
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.5.0
|
||||
optional_date: 2011-11-21
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.5.1
|
||||
optional_date: 2011-12-15
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.5.2
|
||||
optional_date: 2012-01-09
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.5.3.1
|
||||
optional_date: 2012-03-16
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.5.3
|
||||
optional_date: 2012-03-14
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.6.0
|
||||
optional_date: 2012-03-30
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.6.1
|
||||
optional_date: 2012-05-04
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.6.2
|
||||
optional_date: 2012-05-08
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.6.3
|
||||
optional_date: 2012-06-25
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.7.0
|
||||
optional_date: 2012-09-17
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.7.1
|
||||
optional_date: 2012-10-19
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.7.2
|
||||
optional_date: 2012-12-14
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.0
|
||||
optional_date: 2013-02-19
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.1
|
||||
optional_date: 2013-03-18
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.2
|
||||
optional_date: 2013-05-29
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.3
|
||||
optional_date: 2013-06-25
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.4
|
||||
optional_date: 2013-09-03
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.5
|
||||
optional_date: 2013-09-13
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.8.6
|
||||
optional_date: 2013-12-09
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.9.0
|
||||
optional_date: 2014-03-19
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.9.1
|
||||
optional_date: 2014-04-08
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.9.2.1
|
||||
optional_date: 2014-06-19
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.9.2
|
||||
optional_date: 2014-06-16
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
# Text originally from Bitcoin Core project
|
||||
# Metadata and small formatting changes from Bitcoin.org project
|
||||
|
||||
## Please see _releases/0.10.0.md for a release template
|
||||
required_version: 0.9.3
|
||||
optional_date: 2014-09-27
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: privacy
|
||||
---
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: null
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue