X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=common.go;h=e7ac21752d701e533c25f62ccba47e8e87fcce5f;hb=HEAD;hp=9a33a4a64dd025d46eef30c07c5384b214f82e06;hpb=fb473fd627f8b146f56e69548998f870ce8f6976;p=sgblog.git diff --git a/common.go b/common.go index 9a33a4a..e7ac217 100644 --- a/common.go +++ b/common.go @@ -1,3 +1,18 @@ +// SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine +// Copyright (C) 2020-2024 Sergey Matveev +// +// 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, 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 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 . + // SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine package sgblog @@ -15,7 +30,7 @@ import ( ) const ( - Version = "0.29.0" + Version = "0.34.0" WhenFmt = "2006-01-02 15:04:05Z07:00" )