summary refs log tree commit diff stats
path: root/svc/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/help.go')
-rw-r--r--svc/help.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/svc/help.go b/svc/help.go
index f3bbfab..2e4ec2b 100644
--- a/svc/help.go
+++ b/svc/help.go
@@ -1,3 +1,22 @@
+/*
+Copyright (c) 2019 Ben Morrison (gbmor)
+
+This file is part of Getwtxt.
+
+Getwtxt 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.
+
+Getwtxt 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 Getwtxt.  If not, see <https://www.gnu.org/licenses/>.
+*/
+
 package svc // import "github.com/getwtxt/getwtxt/svc"
 
 import "fmt"
='n112' href='#n112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159