summaryrefslogtreecommitdiff
path: root/extendedstats
diff options
context:
space:
mode:
Diffstat (limited to 'extendedstats')
-rw-r--r--extendedstats/darwin.go14
-rw-r--r--extendedstats/other.go14
-rw-r--r--extendedstats/unix.go14
-rw-r--r--extendedstats/windows.go14
4 files changed, 56 insertions, 0 deletions
diff --git a/extendedstats/darwin.go b/extendedstats/darwin.go
index 17298c9..59d6e38 100644
--- a/extendedstats/darwin.go
+++ b/extendedstats/darwin.go
@@ -1,6 +1,20 @@
//go:build darwin
// +build darwin
+/*
+ * 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 extendedstats
import (
diff --git a/extendedstats/other.go b/extendedstats/other.go
index 50caef6..2d76eaf 100644
--- a/extendedstats/other.go
+++ b/extendedstats/other.go
@@ -1,6 +1,20 @@
//go:build !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !darwin && !windows
// +build !dragonfly,!freebsd,!linux,!netbsd,!openbsd,!darwin,!windows
+/*
+ * 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 extendedstats
import (
diff --git a/extendedstats/unix.go b/extendedstats/unix.go
index 270a956..1454f1c 100644
--- a/extendedstats/unix.go
+++ b/extendedstats/unix.go
@@ -1,6 +1,20 @@
//go:build dragonfly || freebsd || linux || netbsd || openbsd
// +build dragonfly freebsd linux netbsd openbsd
+/*
+ * 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 extendedstats
import (
diff --git a/extendedstats/windows.go b/extendedstats/windows.go
index f38ffbd..063d29a 100644
--- a/extendedstats/windows.go
+++ b/extendedstats/windows.go
@@ -1,6 +1,20 @@
//go:build windows
// +build windows
+/*
+ * 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 extendedstats
import (