From 64ed806b94e2d2b2cb4ca14385f7b16042b2f6e7 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 10 Aug 2022 15:50:45 -0400 Subject: Fix typos in the license text There were several places where boilerplate language was left in the license block at the top of files containing source. --- lgc/lgc.go | 2 +- ma/ma.go | 2 +- saturating/saturating.go | 2 +- timeoutat/timeoutat.go | 2 +- utilities/utilities.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lgc/lgc.go b/lgc/lgc.go index 50b15c6..07ce672 100644 --- a/lgc/lgc.go +++ b/lgc/lgc.go @@ -9,7 +9,7 @@ * 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 Foobar. If not, see . + * with Go Responsiveness. If not, see . */ package lgc diff --git a/ma/ma.go b/ma/ma.go index fd48f1a..7f5f39f 100644 --- a/ma/ma.go +++ b/ma/ma.go @@ -9,7 +9,7 @@ * 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 Foobar. If not, see . + * with Go Responsiveness. If not, see . */ package ma diff --git a/saturating/saturating.go b/saturating/saturating.go index f2656b0..da8bf17 100644 --- a/saturating/saturating.go +++ b/saturating/saturating.go @@ -9,7 +9,7 @@ * 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 Foobar. If not, see . + * with Go Responsiveness. If not, see . */ package saturating diff --git a/timeoutat/timeoutat.go b/timeoutat/timeoutat.go index 673ca38..5ee3af4 100644 --- a/timeoutat/timeoutat.go +++ b/timeoutat/timeoutat.go @@ -9,7 +9,7 @@ * 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 Foobar. If not, see . + * with Go Responsiveness. If not, see . */ package timeoutat diff --git a/utilities/utilities.go b/utilities/utilities.go index d4303ec..b6f505f 100644 --- a/utilities/utilities.go +++ b/utilities/utilities.go @@ -9,7 +9,7 @@ * 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 Foobar. If not, see . + * with Go Responsiveness. If not, see . */ package utilities -- cgit v1.2.3