fix: yarn library license issues (#6483) (#6515)

* fix: yarn library use license

* fix: typo

* fix: yarn software license issues

Co-authored-by: abeizn <zikuan.an@merico.dev>
diff --git a/LICENSE b/LICENSE
index ee94f53..b3617f0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -234,14 +234,11 @@
 
 --------------------------------------------------------------------------------
 
-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:
@@ -262,4 +259,22 @@
 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.
\ No newline at end of file
+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 (hello@blakeembrey.com)
+
+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.
\ No newline at end of file
diff --git a/config-ui/.yarn/releases/yarn-3.4.1.cjs b/config-ui/.yarn/releases/yarn-3.4.1.cjs
index 40630a2..7eb0994 100755
--- a/config-ui/.yarn/releases/yarn-3.4.1.cjs
+++ b/config-ui/.yarn/releases/yarn-3.4.1.cjs
@@ -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