X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=main.go;fp=main.go;h=17957374a6e4bbf799f3930798b1a6dc7b2f3404;hb=faacdaeddb85e786f1a0abd6965e2d3415fe2b28;hp=c1bc2712484828c6b1ba80781c0ae2695df1a720;hpb=a0eb00e593d89ec1ec04cc4286f7784398f27034;p=paster.git diff --git a/main.go b/main.go index c1bc271..1795737 100644 --- a/main.go +++ b/main.go @@ -1,19 +1,17 @@ -/* -paster -- paste service -Copyright (C) 2021-2023 Sergey Matveev - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU 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 General Public License -along with this program. If not, see . -*/ +// paster -- paste service +// Copyright (C) 2021-2024 Sergey Matveev +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU 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 General Public License +// along with this program. If not, see . package main