Skip to content

Commit 561493d

Browse files
lemiremarco-ippolito
authored andcommitted
deps,src: simplify base64 encoding
PR-URL: #52714 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 9fda8e2 commit 561493d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+20
-9194
lines changed

.github/workflows/tools.yml

-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
- acorn
1717
- acorn-walk
1818
- ada
19-
- base64
2019
- brotli
2120
- c-ares
2221
- cjs-module-lexer
@@ -80,14 +79,6 @@ jobs:
8079
cat temp-output
8180
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
8281
rm temp-output
83-
- id: base64
84-
subsystem: deps
85-
label: dependencies
86-
run: |
87-
./tools/dep_updaters/update-base64.sh > temp-output
88-
cat temp-output
89-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
90-
rm temp-output
9182
- id: brotli
9283
subsystem: deps
9384
label: dependencies

LICENSE

-32
Original file line numberDiff line numberDiff line change
@@ -2168,35 +2168,3 @@ The externally maintained libraries used by Node.js are:
21682168
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21692169
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21702170
"""
2171-
2172-
- base64, located at deps/base64/base64/, is licensed as follows:
2173-
"""
2174-
Copyright (c) 2005-2007, Nick Galbreath
2175-
Copyright (c) 2015-2018, Wojciech Muła
2176-
Copyright (c) 2016-2017, Matthieu Darbois
2177-
Copyright (c) 2013-2022, Alfred Klomp
2178-
All rights reserved.
2179-
2180-
Redistribution and use in source and binary forms, with or without
2181-
modification, are permitted provided that the following conditions are
2182-
met:
2183-
2184-
- Redistributions of source code must retain the above copyright notice,
2185-
this list of conditions and the following disclaimer.
2186-
2187-
- Redistributions in binary form must reproduce the above copyright
2188-
notice, this list of conditions and the following disclaimer in the
2189-
documentation and/or other materials provided with the distribution.
2190-
2191-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2192-
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2193-
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2194-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2195-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2196-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2197-
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2198-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2199-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2200-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2201-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2202-
"""

deps/base64/BUILD.gn

-14
This file was deleted.

deps/base64/README.md

-14
This file was deleted.

deps/base64/base64.gyp

-221
This file was deleted.

deps/base64/base64/.editorconfig

-22
This file was deleted.

deps/base64/base64/.gitignore

-1
This file was deleted.

0 commit comments

Comments
 (0)