Skip to content

Commit

Permalink
Add license notice to some files
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Nov 8, 2018
1 parent c3b6d8c commit 6eaa1c1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<meta name="description" content="“爱盘”收集了一些常用的逆向工具和安全工具,并提供在线直接下载,工具主要来源于论坛『逆向资源区』和『安全工具区』。">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="theme-color" content="#4d545d">
<meta name="author" content="Ganlv">
<meta name="license" content="MIT License">
<meta name="repository" content="https://github.com/ganlvtech/down_52pojie_cn">
<title>爱盘 - 最新的在线破解工具包</title>
<link rel="icon" href="https://www.52pojie.cn/favicon.ico">
</head>
Expand Down
5 changes: 5 additions & 0 deletions src/Down52PojieCn.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* down.52pojie.cn (https://github.com/ganlvtech/down_52pojie_cn)
* Copyright (c) 2018 Ganlv (https://github.com/ganlvtech)
* Licensed under MIT (https://github.com/ganlvtech/down_52pojie_cn/blob/master/LICENSE)
*/
import axios from 'axios';
import jQuery from 'jquery';
import toastr from 'toastr';
Expand Down
5 changes: 5 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* down.52pojie.cn (https://github.com/ganlvtech/down_52pojie_cn)
* Copyright (c) 2018 Ganlv (https://github.com/ganlvtech)
* Licensed under MIT (https://github.com/ganlvtech/down_52pojie_cn/blob/master/LICENSE)
*/
import './styles/index.scss';
import Down52PojieCn from './Down52PojieCn';

Expand Down
5 changes: 5 additions & 0 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* down.52pojie.cn (https://github.com/ganlvtech/down_52pojie_cn)
* Copyright (c) 2018 Ganlv (https://github.com/ganlvtech)
* Licensed under MIT (https://github.com/ganlvtech/down_52pojie_cn/blob/master/LICENSE)
*/
@import '~bootstrap/dist/css/bootstrap.css';
@import "~toastr/build/toastr.css";

Expand Down

0 comments on commit 6eaa1c1

Please sign in to comment.