Copyrights: Add MIT License Header To More Files

- Makefile: extend copyright check test to scan all files with YAML
  headers

    - Exclude alerts from check -- lack of a license shouldn't prevent
      us from publishing emergency information

    - Also add license to Makefile itself

- Fix all errors caught by new test

    - For release notes, also link to github.com/bitcoin/bitcoin
      repository as origin

        - Also update README.md release instructions to include license
This commit is contained in:
David A. Harding 2015-07-17 17:16:36 -04:00
parent e509a927f9
commit e038560ab7
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
41 changed files with 194 additions and 2 deletions

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