chore: add license headers, and allowlist argparse

This commit is contained in:
Jeff Williams 2023-01-29 16:16:22 -08:00
parent 96ff601efe
commit 0391cf70a3
No known key found for this signature in database
3 changed files with 31 additions and 0 deletions

View File

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

View File

@ -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.
*/ */

View File

@ -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');