From e6f4b6dbc78a7d9cde5dcd7de68a83a024793dd2 Mon Sep 17 00:00:00 2001 From: Dragos Date: Fri, 5 Jul 2019 14:50:01 +0300 Subject: [PATCH] copyright on html, js, scss --- public/index.html | 18 ++++++++++++++ src/assets/scss/material-dashboard.scss | 31 +++++++++++-------------- src/main.js | 14 +++++++++++ 3 files changed, 45 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index 9e6d5eb..cadfa54 100644 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,21 @@ + + diff --git a/src/assets/scss/material-dashboard.scss b/src/assets/scss/material-dashboard.scss index 398a83b..c933948 100644 --- a/src/assets/scss/material-dashboard.scss +++ b/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"; diff --git a/src/main.js b/src/main.js index 67afa37..188b83d 100644 --- a/src/main.js +++ b/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";