We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00fb70 commit 5974d06Copy full SHA for 5974d06
1 file changed
cglicenses.json
@@ -123,5 +123,13 @@
123
"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE",
124
"SOFTWARE."
125
]
126
+ },
127
+ {
128
+ // Reason: The license at https://github.com/microsoft/tslib/blob/master/LICENSE.txt
129
+ // does not include a clear Copyright statement.
130
+ "name": "tslib",
131
+ "prependLicenseText": [
132
+ "Copyright (c) Microsoft Corporation. All rights reserved."
133
+ ]
134
}
135
0 commit comments