mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore: add license headers, and allowlist argparse
This commit is contained in:
parent
96ff601efe
commit
0391cf70a3
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"packageAllowlist": [
|
"packageAllowlist": [
|
||||||
|
"argparse", // Python-2.0 licensed, which is fine but not on js-green-licenses default list
|
||||||
"taffydb" // MIT licensed, per its source code
|
"taffydb" // MIT licensed, per its source code
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,18 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2010 the JSDoc Authors.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* Translate doclet descriptions from Markdown into HTML.
|
* Translate doclet descriptions from Markdown into HTML.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,3 +1,18 @@
|
|||||||
|
/*
|
||||||
|
Copyright 2011 the JSDoc Authors.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
*/
|
||||||
@import url('./open-sans.css');
|
@import url('./open-sans.css');
|
||||||
@import url('./open-sans-italic.css');
|
@import url('./open-sans-italic.css');
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user