README.texi | 2 +- cmd/sgblog-comment-add/mail.go | 30 ++++++++++++++---------------- cmd/sgblog-comment-add/main.go | 30 ++++++++++++++---------------- cmd/sgblog-topics/main.go | 30 ++++++++++++++---------------- cmd/sgblog/gemini.go | 30 ++++++++++++++---------------- cmd/sgblog/gopher.go | 30 ++++++++++++++---------------- cmd/sgblog/http.go | 30 ++++++++++++++---------------- cmd/sgblog/img.go | 15 +++++++++++++++ cmd/sgblog/main.go | 30 ++++++++++++++---------------- cmd/sgblog/topics.go | 30 ++++++++++++++---------------- common.go | 15 +++++++++++++++ diff --git a/README.texi b/README.texi index 15eb2b06bcabd5acf964ba514843a6b64ea20cf08e24d72f19f5ff5a0ae1742a..f1bb7e710aca68191d31e6bea6d211fafc1dbf839bb3edb7626f47aee55bcaa9 100644 --- a/README.texi +++ b/README.texi @@ -3,7 +3,7 @@ @documentencoding UTF-8 @settitle SGBlog @copying -Copyright @copyright{} 2020-2023 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2020-2024 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top diff --git a/cmd/sgblog-comment-add/mail.go b/cmd/sgblog-comment-add/mail.go index 4dec5331e9dce6aef17339f716782cc4d6cd470dfd633ff6609213b141e62cd0..2068b78e3d1c1222acae58db10d9808fbc2c4e83d8d2b51d599993a8d95ae10b 100644 --- a/cmd/sgblog-comment-add/mail.go +++ b/cmd/sgblog-comment-add/mail.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 . package main diff --git a/cmd/sgblog-comment-add/main.go b/cmd/sgblog-comment-add/main.go index 4fcf93375a524cd5955837fa458a6562e73c17e9e7c2a44170f42d520ac29b04..3604dd9076f747cbc15c2f855400f4dfa80280b78729e1e39f7370640fa0edf1 100644 --- a/cmd/sgblog-comment-add/main.go +++ b/cmd/sgblog-comment-add/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 diff --git a/cmd/sgblog-topics/main.go b/cmd/sgblog-topics/main.go index caefbd036ea984206ef2550d0052ada491e3a31e19cd76717d6102bc989cff78..3c380d91844bae373e53ba5c997aff4a85dabe8a6025380613562179f30f5237 100644 --- a/cmd/sgblog-topics/main.go +++ b/cmd/sgblog-topics/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 diff --git a/cmd/sgblog/gemini.go b/cmd/sgblog/gemini.go index 29eee6af8c5465e9397cefdcce46abd9b60224b7a0cb45824023e93b5507f062..f5c85159ba5440b1e738bd4e85cf8a52d256a245808330381d81727d6ac690d0 100644 --- a/cmd/sgblog/gemini.go +++ b/cmd/sgblog/gemini.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 . package main diff --git a/cmd/sgblog/gopher.go b/cmd/sgblog/gopher.go index b5dc40f8fe342c39c31ac059a9752258a1320b63382bc3b11fe19991dfe36336..4d40129373d921574ffdecc4caa9947f408e31b71c8e24c8f21df31c9f898a28 100644 --- a/cmd/sgblog/gopher.go +++ b/cmd/sgblog/gopher.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 . package main diff --git a/cmd/sgblog/http.go b/cmd/sgblog/http.go index b438e9669826f2c61f862ab94af242ff6bf12c440b38671635e65b0eb1810387..33078fdd482d97ac8f9d4ee33b26c954cc04c0f2f8b31c84195132fdd98afd0a 100644 --- a/cmd/sgblog/http.go +++ b/cmd/sgblog/http.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 . package main diff --git a/cmd/sgblog/img.go b/cmd/sgblog/img.go index 93843fdb7de79ba9476872ab79d69f4b6dc0f04c11996cf38f7ec826972e135d..2c831152889423e7dd413e3dca8fe37aa5468d1b6998f098701b6bdeb57047be 100644 --- a/cmd/sgblog/img.go +++ b/cmd/sgblog/img.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 . + package main import ( diff --git a/cmd/sgblog/main.go b/cmd/sgblog/main.go index 7842f7d7f0699aa5ec8adc5af0d6e62d388a170d153eae742168cb70c3796088..315539176725f7d51758034e718169548bd285a596eeeadb29296ce0fda405c0 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 diff --git a/cmd/sgblog/topics.go b/cmd/sgblog/topics.go index cc57d519da4ac3cf725c0b5054c51c452ab5c9a22d8db2110e694cde6998063f..14940b9f3000d7327ed7382748fdaf03ba3108a1d81cced7173a49060addb8f9 100644 --- a/cmd/sgblog/topics.go +++ b/cmd/sgblog/topics.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 . package main diff --git a/common.go b/common.go index b3a6513bdf016bb419ac17376d1ffe40e43353d023c7beb2d826c2c752f08500..5f95b8f4601e86abc8b39a09fc3816f4e38971c1547ae139d0a1cf2c26a8a6df 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