mirror of
https://github.com/seigler/dash-docs
synced 2025-07-26 17:26:12 +00:00
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:
parent
e509a927f9
commit
e038560ab7
41 changed files with 194 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue