Skip to content

Commit dbd117b

Browse files
committed
added copyright
1 parent 78e2a5c commit dbd117b

File tree

4 files changed

+60
-15
lines changed

4 files changed

+60
-15
lines changed

src/assets/css/demo.css

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
/*my-app .main-panel .main-content .card{
2-
animation-duration: 750ms;
3-
opacity: 0;
4-
animation-name: fadeIn;
5-
animation-fill-mode: forwards;
6-
}*/
1+
/*!
72
3+
=========================================================
4+
* Material Dashboard Angular - v2.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-angular2/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+
*/
818
.tim-typo{
919
padding-left: 25%;
1020
margin-bottom: 40px;

src/assets/scss/material-dashboard.scss

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
/*!
22
3-
=========================================================
4-
* Material Dashboard Angular - v2.3.0
5-
=========================================================
3+
=========================================================
4+
* Material Dashboard Angular - v2.3.0
5+
=========================================================
66
7-
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
8-
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
7+
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-angular2/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
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
1819

1920
@import "core/variables";

src/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<!--
2+
3+
=========================================================
4+
* Material Dashboard Angular - v2.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-angular2/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
<!doctype html>
219
<html>
320
<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+
* Material Dashboard Angular - v2.3.0
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
8+
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard-angular2/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)