Skip to content

Commit 24bc27d

Browse files
committed
added copyright
1 parent 8c33c28 commit 24bc27d

File tree

4 files changed

+62
-9
lines changed

4 files changed

+62
-9
lines changed

src/assets/css/demo.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* Paper Dashboard Angular - v2.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
.tim-row {
219
margin-bottom: 20px;
320
}

src/assets/scss/paper-dashboard.scss

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
/*!
22
3-
=========================================================
4-
* Paper Dashboard 2 - v2.0.0
5-
=========================================================
3+
=========================================================
4+
* Paper Dashboard Angular - v2.0.0
5+
=========================================================
66
7-
* Product Page: https://www.creative-tim.com/product/paper-dashboard-2
8-
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
7+
* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
910
10-
* Designed by www.invisionapp.com Coded by www.creative-tim.com
11+
* Coded by Creative Tim
1112
12-
=========================================================
13+
=========================================================
1314
14-
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1516
16-
*/
17+
*/
1718

1819
@import 'paper-dashboard/variables';
1920
@import 'paper-dashboard/mixins';

src/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<!--
2+
3+
=========================================================
4+
* Paper Dashboard Angular - v2.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
-->
18+
119
<!doctype html>
220
<html>
321
<head>

src/main.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/*!
2+
3+
=========================================================
4+
* Paper Dashboard Angular - v2.0.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/paper-dashboard-angular
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/paper-dashboard-angular/blob/master/LICENSE.md)
10+
11+
* Coded by Creative Tim
12+
13+
=========================================================
14+
15+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
*/
118
import { enableProdMode } from '@angular/core';
219
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
320

0 commit comments

Comments
 (0)