summaryrefslogtreecommitdiff
path: root/backend.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 /backend.go
parent4a566395874113e38b5785fc5e436c96c001b032 (diff)
License under the AGPL
Diffstat (limited to 'backend.go')
-rw-r--r--backend.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/backend.go b/backend.go
index 52b2441..9da1b1b 100644
--- a/backend.go
+++ b/backend.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 (