Skip to content

Commit

Permalink
fix: yarn library license issues (#6483)
Browse files Browse the repository at this point in the history
* fix: yarn library use license

* fix: typo

* fix: yarn software license issues
  • Loading branch information
abeizn authored Nov 24, 2023
1 parent 2cb0321 commit 1986653
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
31 changes: 23 additions & 8 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,11 @@ SOFTWARE.

--------------------------------------------------------------------------------

The following file is distributed under the BSD 2-Clause License:
The following file is distributed under different licenses:
./config-ui/.yarn/releases/yarn-3.4.1.cjs

BSD 2-Clause License

For Yarn software

Copyright (c) 2016-present, Yarn Contributors. All rights reserved.
================================================================================
The following library is distributed under the BSD 2-Clause License:
Yarn software - Copyright (c) 2016-present, Yarn Contributors. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand All @@ -262,4 +259,22 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
================================================================================
The following libraries are distributed under the MIT License:
fill-range - Copyright (c) 2014-present, Jon Schlinkert.
is-extglob - Copyright (c) 2014-2016, Jon Schlinkert.
is-glob - Copyright (c) 2014-2017, Jon Schlinkert.
is-number - Copyright (c) 2014-present, Jon Schlinkert.
is-windows - Copyright © 2015-2018, Jon Schlinkert.
to-regex-range - Copyright (c) 2015-present, Jon Schlinkert.
Yarn software - Copyright (c) 2015, Rebecca Turner
Yarn software - Copyright Joyent, Inc. and other Node contributors.
Yarn software - Copyright Node.js contributors. All rights reserved.
Yarn software - Copyright (c) 2014 Blake Embrey ([email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13 changes: 13 additions & 0 deletions config-ui/.yarn/releases/yarn-3.4.1.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
#!/usr/bin/env node
/* eslint-disable */
//prettier-ignore
/*
* The yarn-3.4.1.cjs file is a part of the Yarn package manager.
* This file includes multiple third-party codes, each under its respective license.
*
* The licenses for these third-party codes are detailed in the project's LICENSE file.
* Users and developers are encouraged to refer to the LICENSE file for specific
* licensing information pertaining to each third-party code segment included herein.
*
* The primary license for the Yarn package manager is the BSD License,
* with some portions of the code under different licenses, including MIT.
*
* Please see the LICENSE file for more detailed information on licensing.
*/
/*!
BSD 2-Clause License

Expand Down

0 comments on commit 1986653

Please sign in to comment.