From ec5d22ce269885912584ecebaf906bbc2b7d3915 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 12 Nov 2023 13:07:46 -0500 Subject: [PATCH] chore: update license headers Signed-off-by: Chris Gianelloni --- LICENSE | 2 +- cmd/snek/main.go | 2 +- event/event.go | 2 +- filter/chainsync/chainsync.go | 2 +- filter/chainsync/option.go | 2 +- filter/chainsync/plugin.go | 2 +- filter/event/event.go | 2 +- filter/event/option.go | 2 +- filter/event/plugin.go | 2 +- filter/filter.go | 2 +- input/chainsync/block.go | 2 +- input/chainsync/chainsync.go | 2 +- input/chainsync/json.go | 2 +- input/chainsync/options.go | 2 +- input/chainsync/plugin.go | 2 +- input/chainsync/rollback.go | 2 +- input/chainsync/tx.go | 2 +- input/input.go | 2 +- internal/config/config.go | 2 +- internal/logging/logging.go | 2 +- internal/version/version.go | 2 +- output/embedded/embedded.go | 2 +- output/embedded/options.go | 2 +- output/log/log.go | 2 +- output/log/options.go | 2 +- output/log/plugin.go | 2 +- output/notify/notify.go | 2 +- output/notify/options.go | 2 +- output/notify/plugin.go | 2 +- output/output.go | 2 +- output/push/api_routes.go | 2 +- output/push/fcm_repository.go | 2 +- output/push/options.go | 2 +- output/push/plugin.go | 2 +- output/push/push.go | 2 +- output/webhook/options.go | 2 +- output/webhook/plugin.go | 2 +- output/webhook/webhook.go | 2 +- pipeline/pipeline.go | 2 +- plugin/option.go | 2 +- plugin/plugin.go | 2 +- plugin/register.go | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/LICENSE b/LICENSE index 2760d9f..ebe2136 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 Blink Labs, Inc. + Copyright 2023 Blink Labs Software Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/snek/main.go b/cmd/snek/main.go index f0d232a..e29d9b5 100644 --- a/cmd/snek/main.go +++ b/cmd/snek/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/event/event.go b/event/event.go index cfa4372..bea6228 100644 --- a/event/event.go +++ b/event/event.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/chainsync/chainsync.go b/filter/chainsync/chainsync.go index c2db1a4..979931a 100644 --- a/filter/chainsync/chainsync.go +++ b/filter/chainsync/chainsync.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/chainsync/option.go b/filter/chainsync/option.go index 5842419..9785f9b 100644 --- a/filter/chainsync/option.go +++ b/filter/chainsync/option.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/chainsync/plugin.go b/filter/chainsync/plugin.go index 6c09c94..7d9bf4c 100644 --- a/filter/chainsync/plugin.go +++ b/filter/chainsync/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/event/event.go b/filter/event/event.go index d26987e..ba68ca1 100644 --- a/filter/event/event.go +++ b/filter/event/event.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/event/option.go b/filter/event/option.go index 4bb7c4b..28c54d9 100644 --- a/filter/event/option.go +++ b/filter/event/option.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/event/plugin.go b/filter/event/plugin.go index 41ba28d..8341f30 100644 --- a/filter/event/plugin.go +++ b/filter/event/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/filter/filter.go b/filter/filter.go index 7f525b0..ec59f51 100644 --- a/filter/filter.go +++ b/filter/filter.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/block.go b/input/chainsync/block.go index 9eddeb7..1af529c 100644 --- a/input/chainsync/block.go +++ b/input/chainsync/block.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/chainsync.go b/input/chainsync/chainsync.go index 6a27b10..8d355af 100644 --- a/input/chainsync/chainsync.go +++ b/input/chainsync/chainsync.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/json.go b/input/chainsync/json.go index eed5800..f3fc6b1 100644 --- a/input/chainsync/json.go +++ b/input/chainsync/json.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/options.go b/input/chainsync/options.go index 6ced851..69622d9 100644 --- a/input/chainsync/options.go +++ b/input/chainsync/options.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/plugin.go b/input/chainsync/plugin.go index fdc172e..5a610dd 100644 --- a/input/chainsync/plugin.go +++ b/input/chainsync/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/rollback.go b/input/chainsync/rollback.go index 0f1fd56..ee787d7 100644 --- a/input/chainsync/rollback.go +++ b/input/chainsync/rollback.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/chainsync/tx.go b/input/chainsync/tx.go index 3243619..0d17ff9 100644 --- a/input/chainsync/tx.go +++ b/input/chainsync/tx.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/input/input.go b/input/input.go index bfdd2cd..162636e 100644 --- a/input/input.go +++ b/input/input.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/config/config.go b/internal/config/config.go index 323b82d..a10fd53 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/logging/logging.go b/internal/logging/logging.go index d57bf3e..90c3a8b 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/internal/version/version.go b/internal/version/version.go index f1ab60d..5a10b82 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/embedded/embedded.go b/output/embedded/embedded.go index 6aa0cb5..3761808 100644 --- a/output/embedded/embedded.go +++ b/output/embedded/embedded.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/embedded/options.go b/output/embedded/options.go index 240b947..c29aa2b 100644 --- a/output/embedded/options.go +++ b/output/embedded/options.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/log/log.go b/output/log/log.go index c22a5a7..f9c467a 100644 --- a/output/log/log.go +++ b/output/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/log/options.go b/output/log/options.go index b49edc1..452a476 100644 --- a/output/log/options.go +++ b/output/log/options.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/log/plugin.go b/output/log/plugin.go index 559c010..1a2f5ae 100644 --- a/output/log/plugin.go +++ b/output/log/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/notify/notify.go b/output/notify/notify.go index e6dd7e0..fb5fcda 100644 --- a/output/notify/notify.go +++ b/output/notify/notify.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/notify/options.go b/output/notify/options.go index db39e20..43384bc 100644 --- a/output/notify/options.go +++ b/output/notify/options.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/notify/plugin.go b/output/notify/plugin.go index 2973c19..7e8b565 100644 --- a/output/notify/plugin.go +++ b/output/notify/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/output.go b/output/output.go index 1c01812..8320549 100644 --- a/output/output.go +++ b/output/output.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/push/api_routes.go b/output/push/api_routes.go index ad716ca..93eef29 100644 --- a/output/push/api_routes.go +++ b/output/push/api_routes.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/push/fcm_repository.go b/output/push/fcm_repository.go index 8eeade0..e51b84b 100644 --- a/output/push/fcm_repository.go +++ b/output/push/fcm_repository.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/push/options.go b/output/push/options.go index 11778df..0b886f2 100644 --- a/output/push/options.go +++ b/output/push/options.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/push/plugin.go b/output/push/plugin.go index abc612b..6d1896d 100644 --- a/output/push/plugin.go +++ b/output/push/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/push/push.go b/output/push/push.go index f6a138f..4f597b6 100644 --- a/output/push/push.go +++ b/output/push/push.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/webhook/options.go b/output/webhook/options.go index 3f1f900..449f19f 100644 --- a/output/webhook/options.go +++ b/output/webhook/options.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/webhook/plugin.go b/output/webhook/plugin.go index 76fdb83..a9c0e8f 100644 --- a/output/webhook/plugin.go +++ b/output/webhook/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/output/webhook/webhook.go b/output/webhook/webhook.go index 88fdbde..dbe1d46 100644 --- a/output/webhook/webhook.go +++ b/output/webhook/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pipeline/pipeline.go b/pipeline/pipeline.go index 4f33d02..5a90bc5 100644 --- a/pipeline/pipeline.go +++ b/pipeline/pipeline.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/option.go b/plugin/option.go index 9962b12..008a570 100644 --- a/plugin/option.go +++ b/plugin/option.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/plugin.go b/plugin/plugin.go index fc311b1..fd855be 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/plugin/register.go b/plugin/register.go index cb0b64e..92ea72d 100644 --- a/plugin/register.go +++ b/plugin/register.go @@ -1,4 +1,4 @@ -// Copyright 2023 Blink Labs, LLC. +// Copyright 2023 Blink Labs Software // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.