aboutsummaryrefslogtreecommitdiff
path: root/src/components/BillingPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/BillingPage.js')
-rw-r--r--src/components/BillingPage.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/BillingPage.js b/src/components/BillingPage.js
index 1f42bf0..7f97b32 100644
--- a/src/components/BillingPage.js
+++ b/src/components/BillingPage.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, { useState, useEffect } from "react";
import axios from "axios";