From 53167785f16683af831539af4016bf772a8352e8 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Tue, 27 Apr 2021 18:23:27 +0530 Subject: licenced the software with MIT --- src/components/Display/ItemsDisplay.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/components/Display/ItemsDisplay.js') diff --git a/src/components/Display/ItemsDisplay.js b/src/components/Display/ItemsDisplay.js index bdf1a40..c8aeb76 100644 --- a/src/components/Display/ItemsDisplay.js +++ b/src/components/Display/ItemsDisplay.js @@ -1,3 +1,11 @@ +/* + * OpenBills - Self hosted browser app to generate and keep track of simple invoices + * Version - 0 + * Licensed under the MIT license - https://opensource.org/licenses/MIT + * + * Copyright (c) 2021 Vidhu Kant Sharma +*/ + import React from "react"; import "./Display.css"; import DisplayItem from "./DisplayItem"; -- cgit v1.2.3