X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=cmd%2Fballoon%2Fmain.go;h=e5d42d303291904439c8d8befbe70d41d2255b92;hb=HEAD;hp=b22924c4e4caa8dd4bdcc84f3b3bd725cf2a66e6;hpb=7a93eab905ad8534e0dbc853f67f84fea98976cc;p=balloon.git diff --git a/cmd/balloon/main.go b/cmd/balloon/main.go index b22924c..e5d42d3 100644 --- a/cmd/balloon/main.go +++ b/cmd/balloon/main.go @@ -1,20 +1,18 @@ -/* -balloon -- Balloon password hashing function -Copyright (C) 2016-2023 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 -. -*/ +// balloon -- Balloon password hashing function +// Copyright (C) 2016-2024 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 @@ -28,7 +26,7 @@ import ( "io" "os" - "go.cypherpunks.ru/balloon" + "go.cypherpunks.ru/balloon/v2" ) func main() {