diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/main.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/server/main.go b/server/main.go index 2a02269..544f292 100644 --- a/server/main.go +++ b/server/main.go @@ -1,3 +1,14 @@ +/* + * 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 +*/ + +// backend for OpenBills +// currently HIGHLY under development + package main import ( |