Skip to content

Commit eae3265

Browse files
wolfboysbenjobs
andauthored
[Improve] Properly carry vue-vben-admin's license info (#3694)
Co-authored-by: benjobs <[email protected]>
1 parent c6ad494 commit eae3265

File tree

6 files changed

+29
-377
lines changed

6 files changed

+29
-377
lines changed

.dlc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
},
2121
{
2222
"pattern": "^https://twitter.com*"
23+
},
24+
{
25+
"pattern": "^/"
2326
}
2427
],
2528
"timeout": "30s",

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ MIT License
226226

227227
The following components are provided under the MIT License
228228
These files from https://github.com/vbenjs/vue-vben-admin
229+
The text of the license is included in dist-material/release-docs/licenses/ui-licenses/license-vue-vben-admin.txt
229230

230231
streampark-console/streampark-console-webapp/src/App.vue
231232
streampark-console/streampark-console-webapp/src/main.ts
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020-present, Vben
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

streampark-console/streampark-console-webapp/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.
Lines changed: 4 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,5 @@
1-
<div align="center">
2-
<br/>
3-
<h1>
4-
<a href="https://streampark.apache.org" target="_blank" rel="noopener noreferrer">
5-
<img width="600" src="https://streampark.apache.org/image/logo_name.png" alt="StreamPark logo">
6-
</a>
7-
</h1>
8-
<strong style="font-size: 1.5rem">Make stream processing easier!!!</strong>
9-
</div>
1+
# Apache StreamPark Web UI
102

11-
<br/>
12-
13-
<p align="center">
14-
<img src="https://tokei.rs/b1/github/apache/streampark">
15-
<img src="https://img.shields.io/github/v/release/apache/streampark.svg">
16-
<img src="https://img.shields.io/github/stars/apache/streampark">
17-
<img src="https://img.shields.io/github/forks/apache/streampark">
18-
<img src="https://img.shields.io/github/issues/apache/streampark">
19-
<img src="https://img.shields.io/github/downloads/apache/streampark/total.svg">
20-
<img src="https://img.shields.io/github/languages/count/apache/streampark">
21-
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg"></a>
22-
</p>
23-
24-
<div align="center">
25-
26-
**[Official Website](https://streampark.apache.org)**
27-
28-
</div>
29-
30-
#### English | [中文](README.zh-CN.md)
31-
32-
# Apache StreamPark (Incubating)
33-
34-
Make stream processing easier
35-
36-
> A magical framework that make stream processing easier!
37-
38-
![](https://streampark.apache.org/image/dashboard.png)
39-
40-
### Use Gitpod
41-
42-
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
43-
44-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/incubator-streampark)
45-
46-
## Local development
47-
48-
### Prerequisite
49-
50-
- [Node.js 16.0+](https://nodejs.org/en/download/)
51-
- [pnpm](https://pnpm.io/installation)
52-
53-
### Build and run
54-
55-
1. Install dependencies:
56-
57-
```bash
58-
pnpm install
59-
```
60-
61-
2. Start a dev server:
62-
63-
```bash
64-
pnpm serve
65-
```
66-
67-
3. Build for production:
68-
69-
```bash
70-
pnpm build
71-
```
72-
73-
## Browser support
74-
75-
The `Chrome 80+` browser is recommended for local development
76-
77-
Support modern browsers, not IE
78-
79-
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari |
80-
| :-: | :-: | :-: | :-: | :-: |
81-
| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
3+
> [!NOTE]
4+
>
5+
> This StreamPark WebUI is a fork to [Vue vben admin](https://github.com/vbenjs/vue-vben-admin). Check [LICENSE](/LICENSE) and [license-vue-vben-admin.txt](/dist-material/release-docs/licenses/ui-licenses/license-vue-vben-admin.txt) for more details.

0 commit comments

Comments
 (0)