From 00a93a1b1e5d4c7ed343cd4f8ccbb5a4530024c3 Mon Sep 17 00:00:00 2001 From: Dragos Date: Fri, 5 Jul 2019 14:09:18 +0300 Subject: [PATCH] copyright on html, js, scss --- public/index.html | 18 ++++++++++++++++++ src/assets/scss/material-kit.scss | 4 ++-- src/main.js | 14 ++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index a68a25b..f7afc6f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,3 +1,21 @@ + + diff --git a/src/assets/scss/material-kit.scss b/src/assets/scss/material-kit.scss index 2e1f1fe..fcc7fc3 100644 --- a/src/assets/scss/material-kit.scss +++ b/src/assets/scss/material-kit.scss @@ -1,11 +1,11 @@ /*! ========================================================= - * Vue Material Kit - v1.0.0 + * Vue Material Kit - v1.1.0 ========================================================= * Product Page: http://www.creative-tim.com/product/vue-material-kit - * Copyright 2018 Creative Tim (http://www.creative-tim.com) + * Copyright 2019 Creative Tim (http://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/blob/master/LICENSE.md) ========================================================= diff --git a/src/main.js b/src/main.js index 0ff828d..1c36a04 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,17 @@ +// ========================================================= +// * Vue Material Kit - v1.1.0 +// ========================================================= +// +// * Product Page: https://www.creative-tim.com/product/vue-material-kit +// * Copyright 2019 Creative Tim (https://www.creative-tim.com) +// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/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. + import Vue from "vue"; import App from "./App.vue"; import router from "./router";