Skip to content

Commit a2584bd

Browse files
committed
Add missing license header
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
1 parent 98545f6 commit a2584bd

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

unit/otel_error_handler.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
// Copyright (c) 2024 Bryan Frimin <bryan@frimin.fr>.
2+
//
3+
// Permission to use, copy, modify, and/or distribute this software
4+
// for any purpose with or without fee is hereby granted, provided
5+
// that the above copyright notice and this permission notice appear
6+
// in all copies.
7+
//
8+
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
9+
// WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
10+
// WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
11+
// AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
12+
// CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13+
// OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
14+
// NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
15+
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16+
117
package unit
218

319
import (

0 commit comments

Comments
 (0)