Skip to content

Commit

Permalink
Copyright 2025 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc authored Jan 8, 2025
1 parent 043ffdf commit 50c85a4
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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')
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ opentelemetry-goを用いてOTel SDKのセットアップを行うためのラ
defer span.End()

fmt.Println("SpanID:", trace.SpanContextFromContext(ctx).SpanID())
```
```

## License

`go-otelsetup` Copyright (C) 2023-2025 The sacloud/go-otelsetup authors.
This project is published under [Apache 2.0 License](LICENSE).
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion otelsetup.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion otelsetup_test.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion trace_context.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion trace_context_test.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 50c85a4

Please sign in to comment.