Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: yarn library license issues #6483

Merged
merged 3 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should list them all

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like they have listed them all, although perhaps not quite in the format I would have chosen.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi justin, thank you very much for your question. Regarding the format you mentioned, I would like to ask you to clarify which format you are referring to.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

This comment was marked as resolved.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you at least add a link for the LICENSE file but ideally you should list the licenses here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, the bsd license should be listed here just like the apache license is listed in other files

BSD 2-Clause License

Expand Down
Loading