From f316ebf4a0df029512c8afa2f9e6f125a9f2e17d Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Fri, 13 Jan 2023 14:05:00 -0600 Subject: [PATCH] add copyright --- .../indexer/database/sql/postgres/log_adapter.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/statediff/indexer/database/sql/postgres/log_adapter.go b/statediff/indexer/database/sql/postgres/log_adapter.go index cd5834f94..c3ceead46 100644 --- a/statediff/indexer/database/sql/postgres/log_adapter.go +++ b/statediff/indexer/database/sql/postgres/log_adapter.go @@ -1,3 +1,18 @@ +// Copyright © 2023 Cerc + +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// This program 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 Affero General Public License for more details. + +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package postgres import (