X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=cmd%2Fsgblog%2Fmain.go;fp=cmd%2Fsgblog%2Fmain.go;h=72b2cad692c1357baf8c392a64dce5e60a865c2c;hb=e20126f7d72acbe0af5c6bb62a9e5972c8e7fe8f;hp=12b1371b3e168eb3b7e390fdb4cb32f973e07075;hpb=1d477aad7ea7d7cd808cee04b8a4509b72cf5e5b;p=sgblog.git diff --git a/cmd/sgblog/main.go b/cmd/sgblog/main.go index 12b1371..72b2cad 100644 --- a/cmd/sgblog/main.go +++ b/cmd/sgblog/main.go @@ -1,19 +1,17 @@ -/* -SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine -Copyright (C) 2020-2023 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 +// 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 . // Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine package main