field.go | 30 ++++++++++++++---------------- r.go | 30 ++++++++++++++---------------- slog/handler.go | 15 +++++++++++++++ slog/handler_test.go | 15 +++++++++++++++ w.go | 30 ++++++++++++++---------------- diff --git a/field.go b/field.go index 8c5d59e740bc21a36466724e30311e2fceb0d41d1b591cf01276d67cbbd7fd9e..fcafe1d6c41103e8fa39d5e97b841eb05590eff2134e448f6438a4814cf9852f 100644 --- a/field.go +++ b/field.go @@ -1,19 +1,17 @@ -/* -recfile -- GNU recutils'es recfiles parser on pure Go -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 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 . -*/ +// recfile -- GNU recutils'es recfiles parser on pure Go +// 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 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 . // GNU recutils'es recfiles parser/writer on pure Go package recfile diff --git a/r.go b/r.go index bd079e22e81aa7cc30147a600362b8d372b96c800fab876905e6bb8d43cfdb0c..e4d65a764c4aac32fca00423c6e9f395f74d97396011e2a645e6bcb194ea9eee 100644 --- a/r.go +++ b/r.go @@ -1,19 +1,17 @@ -/* -recfile -- GNU recutils'es recfiles parser on pure Go -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 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 . -*/ +// recfile -- GNU recutils'es recfiles parser on pure Go +// 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 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 recfile diff --git a/slog/handler.go b/slog/handler.go index 4962cb7a8f7888ef6131cff99549646cc9a2516801f5c2abe98c19e39a7236d5..829f7d6bbe7f2f9aef84ea5c2677c55bc01d28249ce38f8488ff8492048bf046 100644 --- a/slog/handler.go +++ b/slog/handler.go @@ -1,3 +1,18 @@ +// recfile -- GNU recutils'es recfiles parser on pure Go +// 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 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 slog import ( diff --git a/slog/handler_test.go b/slog/handler_test.go index a0c25838fe683b678b7dd4268744f735cba2c3808f98947a0e36431f948eb305..020917c5ac253829432d3bc99f82a0c67e64352ebe17e1587ea2df23485e5099 100644 --- a/slog/handler_test.go +++ b/slog/handler_test.go @@ -1,3 +1,18 @@ +// recfile -- GNU recutils'es recfiles parser on pure Go +// 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 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 slog import ( diff --git a/w.go b/w.go index 84030cdf0b0c12ab0dfb4a0e10674629a3d400bfb9f2e63635abb5fa9b42910c..a7b581f2dc747a27858a429fe3fb3226b8b3cb79f69c94cdf1c077ef4e942dbc 100644 --- a/w.go +++ b/w.go @@ -1,19 +1,17 @@ -/* -recfile -- GNU recutils'es recfiles parser on pure Go -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 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 . -*/ +// recfile -- GNU recutils'es recfiles parser on pure Go +// 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 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 recfile