Skip to content

Commit 2135816

Browse files
committed
added copyrights
1 parent 6bf5cfd commit 2135816

File tree

4 files changed

+45
-1
lines changed

4 files changed

+45
-1
lines changed

src/assets/css/demo.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*!
2+
3+
=========================================================
4+
* Light Bootstrap Dashboard Angular - v1.5.1
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2
8+
* Copyright 2016 Creative Tim (http://www.creative-tim.com)
9+
* Licensed under MIT
10+
11+
=========================================================
12+
13+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14+
15+
*/
116
@media (min-width: 992px){
217
.typo-line{
318
padding-left: 140px;

src/assets/sass/light-bootstrap-dashboard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Light Bootstrap Dashboard Free Angular CLI - v1.4.0
4+
* Light Bootstrap Dashboard Angular - v1.5.1
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2

src/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<!--
2+
=========================================================
3+
* Light Bootstrap Dashboard Angular - v1.5.1
4+
=========================================================
5+
6+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2
7+
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
8+
* Licensed under MIT
9+
10+
=========================================================
11+
12+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13+
14+
-->
115
<!doctype html>
216
<html>
317
<head>

src/main.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*!
2+
3+
=========================================================
4+
* Light Bootstrap Dashboard Angular - v1.5.1
5+
=========================================================
6+
7+
* Product Page: https://www.creative-tim.com/product/light-bootstrap-dashboard-angular2
8+
* Copyright 2016 Creative Tim (http://www.creative-tim.com)
9+
* Licensed under MIT
10+
11+
=========================================================
12+
13+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
14+
15+
*/
116
import { enableProdMode } from '@angular/core';
217
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
318

0 commit comments

Comments
 (0)