Skip to content

Commit

Permalink
copyright on html, js, scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosct committed Jul 5, 2019
1 parent c8615be commit e6f4b6d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 18 deletions.
18 changes: 18 additions & 0 deletions public/index.html
@@ -1,3 +1,21 @@
<!--
=========================================================
* Vue Material Dashboard - v1.2.1
=========================================================
* Product Page: https://www.creative-tim.com/product/vue-material-dashboard
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->

<!DOCTYPE html>
<html>
<head>
Expand Down
31 changes: 13 additions & 18 deletions src/assets/scss/material-dashboard.scss
@@ -1,21 +1,16 @@


/*!
=========================================================
* Material Dashboard - v1.0.1
=========================================================
* Product Page: http://www.creative-tim.com/product/material-dashboard
* Copyright 2017 Creative Tim (http://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/material-dashboard/blob/master/LICENSE.md)
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*/

// =========================================================
// * Vue Material Dashboard - v1.2.1
// =========================================================
//
// * Product Page: https://www.creative-tim.com/product/vue-material-dashboard
// * Copyright 2019 Creative Tim (https://www.creative-tim.com)
// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
//
// * Coded by Creative Tim
//
// =========================================================
//
// * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

//variables and mixins
@import "md/variables";
Expand Down
14 changes: 14 additions & 0 deletions src/main.js
@@ -1,3 +1,17 @@
// =========================================================
// * Vue Material Dashboard - v1.2.1
// =========================================================
//
// * Product Page: https://www.creative-tim.com/product/vue-material-dashboard
// * Copyright 2019 Creative Tim (https://www.creative-tim.com)
// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-dashboard/blob/master/LICENSE.md)
//
// * Coded by Creative Tim
//
// =========================================================
//
// * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from "vue";
Expand Down

0 comments on commit e6f4b6d

Please sign in to comment.