copyright on html, js, scss

This commit is contained in:
Dragos 2019-07-05 14:09:18 +03:00
parent a7791837dc
commit 00a93a1b1e
3 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,21 @@
<!--
=========================================================
* 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.
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>

View File

@ -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 * 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) * Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/blob/master/LICENSE.md)
========================================================= =========================================================

View File

@ -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 Vue from "vue";
import App from "./App.vue"; import App from "./App.vue";
import router from "./router"; import router from "./router";