From: Sergey Matveev Date: Sat, 5 Oct 2019 08:05:53 +0000 (+0300) Subject: Add missing copyright information X-Git-Tag: v1.1.0~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=balloon.git;a=commitdiff_plain;h=0da8173d31c47459cef75d5ff17bc89be0598a19 Add missing copyright information --- diff --git a/cmd/balloon/main.go b/cmd/balloon/main.go index 0c737c9..65d27a1 100644 --- a/cmd/balloon/main.go +++ b/cmd/balloon/main.go @@ -1,3 +1,21 @@ +/* +balloon -- Balloon password hashing function +Copyright (C) 2016-2019 Sergey Matveev + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as +the Free Software Foundation, version 3 of the License. + +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 Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this program. If not, see +. +*/ + package main import (