summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 23:59:01 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 23:59:01 +0530
commit019fb13d4ea1ce9f905edbacff39717892af01dc (patch)
treea532f1187fc5de7e1c74fef695fcd0bbd36c7fef /main.go
parent3637ed7f0a50e36f3acfbacc0f81bb7141e7a2d4 (diff)
fixed all the delete routes, temporarily disabled adding new documents
Diffstat (limited to 'main.go')
-rw-r--r--main.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/main.go b/main.go
index 35f1a81..d7a9cd3 100644
--- a/main.go
+++ b/main.go
@@ -1,3 +1,20 @@
+/* OpenBills-server - Server for libre billing software OpenBills-web
+ * Copyright (C) 2022 Vidhu Kant Sharma <vidhukant@vidhukant.xyz>
+
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ */
+
package main
import (