summaryrefslogtreecommitdiff
path: root/series/statistics.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-07-14 11:25:20 -0400
committerWill Hawkins <[email protected]>2023-07-14 11:25:20 -0400
commita422c6266cf9fbc8e8eef518ec769e86472eedb8 (patch)
treed9ff67139bf7c9741941058981bde3c615737f4e /series/statistics.go
parentc59943a12da4845ccaf7b93ec4b293b19dedea76 (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.go14
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 (