summary refs log tree commit diff stats
path: root/svc/query_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/query_test.go')
-rw-r--r--svc/query_test.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/svc/query_test.go b/svc/query_test.go
index 5581592..78d807b 100644
--- a/svc/query_test.go
+++ b/svc/query_test.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 (
m> 2020-05-27 01:41:35 -0700 6410 - primitives for raw keyboard input' href='/akkartik/mu/commit/apps/tui.mu?h=main&id=415354264b0fb9d8914fb8edf219b84aa7a1e1d1'>41535426 ^
6b343a82 ^
8c78c3eb ^
6b343a82 ^

9511ff5c ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34