diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-10-23 12:34:16 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-10-23 12:34:32 -0400 |
commit | 970e8578c5326ad236304ecbaba05920c80448bd (patch) | |
tree | f4b53cf75a892a456a805d9c4afb5389ee88fdd1 /parse_catblob.go | |
parent | 4a566395874113e38b5785fc5e436c96c001b032 (diff) |
License under the AGPL
Diffstat (limited to 'parse_catblob.go')
-rw-r--r-- | parse_catblob.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parse_catblob.go b/parse_catblob.go index 7a018cf..d03d0f5 100644 --- a/parse_catblob.go +++ b/parse_catblob.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 ( |