From 1d5d0affa6a70a7e855606dc5fb13d605f069612 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 14:54:51 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- pkg/parcacol/arrow_test.go | 13 +++++++++++++ pkg/profile/reader.go | 13 +++++++++++++ pkg/profile/writer.go | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/pkg/parcacol/arrow_test.go b/pkg/parcacol/arrow_test.go index 4ddfd9bdb02..2cc355ba3f0 100644 --- a/pkg/parcacol/arrow_test.go +++ b/pkg/parcacol/arrow_test.go @@ -1,3 +1,16 @@ +// Copyright 2023 The Parca Authors +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package parcacol import ( diff --git a/pkg/profile/reader.go b/pkg/profile/reader.go index 8f5397fcbb5..86a602a4f68 100644 --- a/pkg/profile/reader.go +++ b/pkg/profile/reader.go @@ -1,3 +1,16 @@ +// Copyright 2023 The Parca Authors +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package profile import ( diff --git a/pkg/profile/writer.go b/pkg/profile/writer.go index bd2c272d26a..3d3eece1c01 100644 --- a/pkg/profile/writer.go +++ b/pkg/profile/writer.go @@ -1,3 +1,16 @@ +// Copyright 2023 The Parca Authors +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + package profile import (