Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ca0cfc

Browse files
avivkellermarco-ippolito
authored andcommitted
meta: remove license for hljs
PR-URL:#53970Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>Reviewed-By: Matteo Collina <matteo.collina@gmail.com>Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parentffb0bd3 commit6ca0cfc

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

‎LICENSE

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,39 +1989,6 @@ The externally maintained libraries used by Node.js are:
19891989
THE POSSIBILITY OF SUCH DAMAGE.
19901990
"""
19911991

1992-
- highlight.js, located at doc/api_assets/highlight.pack.js, is licensed as follows:
1993-
"""
1994-
BSD 3-Clause License
1995-
1996-
Copyright (c) 2006, Ivan Sagalaev.
1997-
All rights reserved.
1998-
1999-
Redistribution and use in source and binary forms, with or without
2000-
modification, are permitted provided that the following conditions are met:
2001-
2002-
* Redistributions of source code must retain the above copyright notice, this
2003-
list of conditions and the following disclaimer.
2004-
2005-
* Redistributions in binary form must reproduce the above copyright notice,
2006-
this list of conditions and the following disclaimer in the documentation
2007-
and/or other materials provided with the distribution.
2008-
2009-
* Neither the name of the copyright holder nor the names of its
2010-
contributors may be used to endorse or promote products derived from
2011-
this software without specific prior written permission.
2012-
2013-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2014-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2015-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2016-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
2017-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2018-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2019-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2020-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2021-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2022-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2023-
"""
2024-
20251992
- node-heapdump, located at src/heap_utils.cc, is licensed as follows:
20261993
"""
20271994
ISC License

‎tools/license-builder.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ addlicense "brotli" "deps/brotli" "$licenseText"
129129
licenseText="$(cat"${rootdir}/deps/histogram/LICENSE.txt")"
130130
addlicense"HdrHistogram""deps/histogram""$licenseText"
131131

132-
licenseText="$(curl -sL https://raw.githubusercontent.com/highlightjs/highlight.js/63f367c46f2eeb6f9b7a3545e325eeeb917f9942/LICENSE)"
133-
addlicense"highlight.js""doc/api_assets/highlight.pack.js""$licenseText"
134-
135132
licenseText="$(curl -sL https://raw.githubusercontent.com/bnoordhuis/node-heapdump/0ca52441e46241ffbea56a389e2856ec01c48c97/LICENSE)"
136133
addlicense"node-heapdump""src/heap_utils.cc""$licenseText"
137134

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp