aboutsummaryrefslogtreecommitdiff
path: root/src/components/Display
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-27 18:23:27 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-27 18:23:27 +0530
commit53167785f16683af831539af4016bf772a8352e8 (patch)
tree49d9d2f134e185fbc6c108fc443b8f350c9345f9 /src/components/Display
parent3b2118a7b92748f2cdad266152ddf81010287f04 (diff)
licenced the software with MIT
Diffstat (limited to 'src/components/Display')
-rw-r--r--src/components/Display/Display.scss8
-rw-r--r--src/components/Display/DisplayItem.js8
-rw-r--r--src/components/Display/Form.css0
-rw-r--r--src/components/Display/ItemsDisplay.js8
-rw-r--r--src/components/Display/SummaryDisplay.js8
5 files changed, 32 insertions, 0 deletions
diff --git a/src/components/Display/Display.scss b/src/components/Display/Display.scss
index 7754eb5..d86f4e9 100644
--- a/src/components/Display/Display.scss
+++ b/src/components/Display/Display.scss
@@ -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 "../../styles/theme";
.ItemsDisplay,
diff --git a/src/components/Display/DisplayItem.js b/src/components/Display/DisplayItem.js
index 4bd1b97..8fe6d9a 100644
--- a/src/components/Display/DisplayItem.js
+++ b/src/components/Display/DisplayItem.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";
diff --git a/src/components/Display/Form.css b/src/components/Display/Form.css
deleted file mode 100644
index e69de29..0000000
--- a/src/components/Display/Form.css
+++ /dev/null
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";
diff --git a/src/components/Display/SummaryDisplay.js b/src/components/Display/SummaryDisplay.js
index 2515df8..5cdcc93 100644
--- a/src/components/Display/SummaryDisplay.js
+++ b/src/components/Display/SummaryDisplay.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";