Skip to content

Commit

Permalink
chore(license) fixes licchk for markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Sep 16, 2019
1 parent ad309ea commit a9df963
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HEADER.md
@@ -0,0 +1,2 @@
## License <a name="license"></a>
Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
2 changes: 1 addition & 1 deletion lib/tools/notes.md
Expand Up @@ -36,4 +36,4 @@ Version 0.15.0 {bc4416a38d5d8d9d53dd4f5cbe3992aa} 2017-11-08
- Latest public API is available in api.txt.

## License <a name="license"></a>
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
Accord Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Accord Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -76,7 +76,7 @@
},
"license-check-and-add-config": {
"folder": "./lib",
"license": "LICENSE.txt",
"license": "HEADER",
"exact_paths_method": "EXCLUDE",
"exact_paths": [
"api.txt",
Expand All @@ -85,7 +85,7 @@
"index.d.ts",
"./system",
"./introspect/parser.js",
"LICENSE.txt",
"LICENSE",
"node_modules",
".nyc-output",
"out",
Expand Down Expand Up @@ -113,7 +113,7 @@
}
},
"md": {
"file": "./markdown-license.txt"
"file": "HEADER.md"
}
}
},
Expand Down

0 comments on commit a9df963

Please sign in to comment.