From 8ee8e8ce16fcbd14aa767245a00232c24234dffc Mon Sep 17 00:00:00 2001 From: Po-Yao Chen Date: Tue, 12 Nov 2024 15:06:14 +0000 Subject: [PATCH] add license header --- otellib/http.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/otellib/http.go b/otellib/http.go index 9ae8b30..fda865c 100644 --- a/otellib/http.go +++ b/otellib/http.go @@ -1,3 +1,6 @@ +// Copyright 2024 Yahoo Inc. +// Licensed under the terms of the Apache License 2.0. Please see LICENSE file in project root for terms. + package otellib import (