From a422c6266cf9fbc8e8eef518ec769e86472eedb8 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 14 Jul 2023 11:25:20 -0400 Subject: Add license information to files where its missing Some new(ish) files were missing license text. Signed-off-by: Will Hawkins --- series/message.go | 14 ++++++++++++++ series/statistics.go | 14 ++++++++++++++ 2 files changed, 28 insertions(+) (limited to 'series') diff --git a/series/message.go b/series/message.go index fa0b096..fac643b 100644 --- a/series/message.go +++ b/series/message.go @@ -1,3 +1,17 @@ +/* + * This file is part of Go Responsiveness. + * + * Go Responsiveness 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, + * either version 2 of the License, or (at your option) any later version. + * Go Responsiveness 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 Go Responsiveness. If not, see . + */ + package series import ( diff --git a/series/statistics.go b/series/statistics.go index 96ec93b..5d11164 100644 --- a/series/statistics.go +++ b/series/statistics.go @@ -1,3 +1,17 @@ +/* + * This file is part of Go Responsiveness. + * + * Go Responsiveness 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, + * either version 2 of the License, or (at your option) any later version. + * Go Responsiveness 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 Go Responsiveness. If not, see . + */ + package series import ( -- cgit v1.2.3