Merge pull #966: Copyrights: Add MIT License Header To More Files

This commit is contained in:
David A. Harding 2015-07-26 11:54:27 -04:00
commit ae2c7b4caf
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
41 changed files with 194 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,7 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: privacy
---

View file

@ -1,4 +1,7 @@
---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: null
---