add license notice to everything

This commit is contained in:
Aria Moradi
2021-01-26 23:32:12 +03:30
parent fbc71ce781
commit 5eb8dc66a8
43 changed files with 172 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
import React, { useState } from 'react';
import { makeStyles } from '@material-ui/core/styles';
import Card from '@material-ui/core/Card';