diff options
| author | Will Hawkins <[email protected]> | 2023-07-14 11:25:20 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-07-14 11:25:20 -0400 |
| commit | a422c6266cf9fbc8e8eef518ec769e86472eedb8 (patch) | |
| tree | d9ff67139bf7c9741941058981bde3c615737f4e /series/statistics.go | |
| parent | c59943a12da4845ccaf7b93ec4b293b19dedea76 (diff) | |
Add license information to files where its missing
Some new(ish) files were missing license text.
Signed-off-by: Will Hawkins <[email protected]>
Diffstat (limited to 'series/statistics.go')
| -rw-r--r-- | series/statistics.go | 14 |
1 files changed, 14 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. + */ + package series import ( |
