summary refs log tree commit diff stats
path: root/svc/leveldb.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-07-11 00:57:06 -0400
committerBen Morrison <ben@gbmor.dev>2019-07-11 00:57:06 -0400
commitf13255f2e6b248902192a8a124ebc8c2c9291627 (patch)
tree9196f30ab805d79e93c1d1292f0e4a0a31ac33e0 /svc/leveldb.go
parent9d9a2e5a7131424e1c63c056d4599bbb550cc98a (diff)
downloadgetwtxt-f13255f2e6b248902192a8a124ebc8c2c9291627.tar.gz
license notice at top of each file
Diffstat (limited to 'svc/leveldb.go')
-rw-r--r--svc/leveldb.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/svc/leveldb.go b/svc/leveldb.go
index 3a1fccf..31f0953 100644
--- a/svc/leveldb.go
+++ b/svc/leveldb.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 (
terms' href='/danisanti/profani-tty/commit/themes/boothj5_slack?id=1a3dc91e119f029807a0e7156a869ce2ffcff0ed'>1a3dc91e ^
3666eb4f ^






















f0837abf ^

3666eb4f ^
















f0837abf ^
3666eb4f ^
f0837abf ^
3666eb4f ^


f0837abf ^
3666eb4f ^



f0837abf ^
3666eb4f ^
f0837abf ^
3666eb4f ^
f0837abf ^
3666eb4f ^



f0837abf ^
3666eb4f ^

abc2f0de ^
3666eb4f ^

f0837abf ^
3666eb4f ^
f0837abf ^




3666eb4f ^






f0837abf ^
72c1c496 ^
bab75cae ^
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135