From 50c85a497311e139f8d77dfb542f0898c7e78c06 Mon Sep 17 00:00:00 2001 From: Kazumichi Yamamoto Date: Wed, 8 Jan 2025 09:44:04 +0900 Subject: [PATCH] Copyright 2025 (#76) --- Makefile | 2 +- README.md | 7 ++++++- examples/main.go | 2 +- otelsetup.go | 2 +- otelsetup_test.go | 2 +- trace_context.go | 2 +- trace_context_test.go | 2 +- version/version.go | 2 +- 8 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 22881d5..49411fa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #==================== AUTHOR ?= The sacloud/go-otelsetup Authors -COPYRIGHT_YEAR ?= 2022-2023 +COPYRIGHT_YEAR ?= 2023-2025 BIN ?= go-otelsetup GO_FILES ?= $(shell find . -name '*.go') diff --git a/README.md b/README.md index 73e319c..f1ee1d1 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,9 @@ opentelemetry-goを用いてOTel SDKのセットアップを行うためのラ defer span.End() fmt.Println("SpanID:", trace.SpanContextFromContext(ctx).SpanID()) -``` \ No newline at end of file +``` + +## License + +`go-otelsetup` Copyright (C) 2023-2025 The sacloud/go-otelsetup authors. +This project is published under [Apache 2.0 License](LICENSE). \ No newline at end of file diff --git a/examples/main.go b/examples/main.go index ffb7c0e..7bf9e7a 100644 --- a/examples/main.go +++ b/examples/main.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The sacloud/go-otelsetup Authors +// Copyright 2023-2025 The sacloud/go-otelsetup Authors // // 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/otelsetup.go b/otelsetup.go index 76f32b8..67bf14a 100644 --- a/otelsetup.go +++ b/otelsetup.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The sacloud/go-otelsetup Authors +// Copyright 2023-2025 The sacloud/go-otelsetup Authors // // 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/otelsetup_test.go b/otelsetup_test.go index 7ac43c7..db8316e 100644 --- a/otelsetup_test.go +++ b/otelsetup_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The sacloud/go-otelsetup Authors +// Copyright 2023-2025 The sacloud/go-otelsetup Authors // // 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/trace_context.go b/trace_context.go index e0b1881..2917619 100644 --- a/trace_context.go +++ b/trace_context.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The sacloud/go-otelsetup Authors +// Copyright 2023-2025 The sacloud/go-otelsetup Authors // // 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/trace_context_test.go b/trace_context_test.go index 49d15cf..ea7af12 100644 --- a/trace_context_test.go +++ b/trace_context_test.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The sacloud/go-otelsetup Authors +// Copyright 2023-2025 The sacloud/go-otelsetup Authors // // 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/version/version.go b/version/version.go index 4b52adb..ac46e63 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 The sacloud/go-otelsetup Authors +// Copyright 2023-2025 The sacloud/go-otelsetup Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.