This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new b338b4930 add license for admin dependency micrometer (#4409)
b338b4930 is described below
commit b338b493071c11073c72624d40da82d724d8b8c5
Author: tomsun28 <[email protected]>
AuthorDate: Tue Mar 21 11:08:24 2023 +0800
add license for admin dependency micrometer (#4409)
* add license for admin dependency micrometer
* add license for admin dependency micrometer
* add license for admin dependency micrometer
---------
Co-authored-by: xiaoyu <[email protected]>
---
.../release-docs/licenses/LICENSE-micrometer.txt | 45 ++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git
a/shenyu-dist/shenyu-admin-dist/src/main/release-docs/licenses/LICENSE-micrometer.txt
b/shenyu-dist/shenyu-admin-dist/src/main/release-docs/licenses/LICENSE-micrometer.txt
new file mode 100644
index 000000000..076c3641f
--- /dev/null
+++
b/shenyu-dist/shenyu-admin-dist/src/main/release-docs/licenses/LICENSE-micrometer.txt
@@ -0,0 +1,45 @@
+Micrometer
+
+Copyright (c) 2017-Present VMware, Inc. All Rights Reserved.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ https://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-------------------------------------------------------------------------------
+
+This product contains a modified portion of 'io.netty.util.internal.logging',
+in the Netty/Common library distributed by The Netty Project:
+
+ * Copyright 2013 The Netty Project
+ * License: Apache License v2.0
+ * Homepage: https://netty.io
+
+This product contains a modified portion of 'StringUtils.isBlank()',
+in the Commons Lang library distributed by The Apache Software Foundation:
+
+ * Copyright 2001-2019 The Apache Software Foundation
+ * License: Apache License v2.0
+ * Homepage: https://commons.apache.org/proper/commons-lang/
+
+This product contains a modified portion of 'JsonUtf8Writer',
+in the Moshi library distributed by Square, Inc:
+
+ * Copyright 2010 Google Inc.
+ * License: Apache License v2.0
+ * Homepage: https://github.com/square/moshi
+
+This product contains a modified portion of the 'org.springframework.lang'
+package in the Spring Framework library, distributed by VMware, Inc:
+
+ * Copyright 2002-2019 the original author or authors.
+ * License: Apache License v2.0
+ * Homepage: https://spring.io/projects/spring-framework