diff options
Diffstat (limited to 'src/components/Display')
-rw-r--r-- | src/components/Display/Display.scss | 8 | ||||
-rw-r--r-- | src/components/Display/DisplayItem.js | 8 | ||||
-rw-r--r-- | src/components/Display/Form.css | 0 | ||||
-rw-r--r-- | src/components/Display/ItemsDisplay.js | 8 | ||||
-rw-r--r-- | src/components/Display/SummaryDisplay.js | 8 |
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"; |