Skip to content

Commit

Permalink
- copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu committed Jul 5, 2019
1 parent ac910e2 commit b7be3aa
Show file tree
Hide file tree
Showing 23 changed files with 367 additions and 2 deletions.
19 changes: 19 additions & 0 deletions Documentation/documentation.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 lang="en">

Expand Down
19 changes: 19 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!--
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 lang="en" class="perfect-scrollbar-off">
<head>
Expand Down
4 changes: 3 additions & 1 deletion src/assets/css/black-dashboard-react.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md)
* Coded by Creative Tim
=========================================================
Expand Down
17 changes: 17 additions & 0 deletions src/assets/demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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.
*/
.tim-row {
margin-bottom: 20px;
}
Expand Down
4 changes: 3 additions & 1 deletion src/assets/scss/black-dashboard-react.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2018 Creative Tim (http://www.creative-tim.com)
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md)
* Coded by Creative Tim
=========================================================
Expand Down
17 changes: 17 additions & 0 deletions src/components/FixedPlugin/FixedPlugin.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React, { Component } from "react";

// reactstrap components
Expand Down
17 changes: 17 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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.
*/
/*eslint-disable*/
import React from "react";
// used for making the prop types of this component
Expand Down
17 changes: 17 additions & 0 deletions src/components/Navbars/AdminNavbar.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
// nodejs library that concatenates classes
import classNames from "classnames";
Expand Down
17 changes: 17 additions & 0 deletions src/components/Navbars/RTLNavbar.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
// nodejs library that concatenates classes
import classNames from "classnames";
Expand Down
17 changes: 17 additions & 0 deletions src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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.
*/
/*eslint-disable*/
import React from "react";
import { NavLink, Link } from "react-router-dom";
Expand Down
17 changes: 17 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
import ReactDOM from "react-dom";
import { createBrowserHistory } from "history";
Expand Down
17 changes: 17 additions & 0 deletions src/layouts/Admin/Admin.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
import { Route, Switch } from "react-router-dom";
// javascript plugin used to create scrollbars on windows
Expand Down
17 changes: 17 additions & 0 deletions src/layouts/RTL/RTL.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
import { Route, Switch } from "react-router-dom";
// javascript plugin used to create scrollbars on windows
Expand Down
17 changes: 17 additions & 0 deletions src/routes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 Dashboard from "views/Dashboard.jsx";
import Icons from "views/Icons.jsx";
import Map from "views/Map.jsx";
Expand Down
17 changes: 17 additions & 0 deletions src/variables/charts.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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.
*/
// ##############################
// // // Chart variables
// #############################
Expand Down
17 changes: 17 additions & 0 deletions src/views/Dashboard.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
// nodejs library that concatenates classes
import classNames from "classnames";
Expand Down
17 changes: 17 additions & 0 deletions src/views/Icons.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";

// reactstrap components
Expand Down
17 changes: 17 additions & 0 deletions src/views/Map.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
// react plugin used to create google maps
import {
Expand Down
17 changes: 17 additions & 0 deletions src/views/Notifications.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*!
=========================================================
* Black Dashboard React v1.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/black-dashboard-react
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/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 React from "react";
// react plugin for creating notifications over the dashboard
import NotificationAlert from "react-notification-alert";
Expand Down
Loading

0 comments on commit b7be3aa

Please sign in to comment.