summaryrefslogtreecommitdiff
path: root/util.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-10-23 12:34:16 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-10-23 12:34:32 -0400
commit970e8578c5326ad236304ecbaba05920c80448bd (patch)
treef4b53cf75a892a456a805d9c4afb5389ee88fdd1 /util.go
parent4a566395874113e38b5785fc5e436c96c001b032 (diff)
License under the AGPL
Diffstat (limited to 'util.go')
-rw-r--r--util.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/util.go b/util.go
index dbb7d70..35aadeb 100644
--- a/util.go
+++ b/util.go
@@ -1,3 +1,18 @@
+// Copyright (C) 2017 Luke Shumaker <lukeshu@lukeshu.com>
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see <https://www.gnu.org/licenses/>.
+
package libfastimport
import (