Skip to content

Commit c9aee47

Browse files
committed
Correct author name
1 parent 4d0b681 commit c9aee47

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Ignore Gradle project-specific cache directory
2+
.gradle
3+
4+
# Ignore build files
5+
dropwizard
6+
opentelemetry-javaagent.jar
7+
cache-client-extension/lib/build
8+
9+
# Ignore IntelliJ Idea files
10+
.idea
11+
12+
# Ignore DS_Store
13+
.DS_Store

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Freeware License, some rights reserved
22

3-
Copyright (c) 2023 Daniel Gomez-Blanco
3+
Copyright (c) 2023 Daniel Gomez Blanco
44

55
Permission is hereby granted, free of charge, to anyone obtaining a copy
66
of this software and associated documentation files (the "Software"),

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apress Source Code
22

3-
This repository accompanies [Practical OpenTelemetry: Adopting Open Observability Standards Across Your Organization](https://www.link.springer.com/book/10.1007/9781484290743) by Daniel Gomez-Blanco (Apress, 2023).
3+
This repository accompanies [Practical OpenTelemetry: Adopting Open Observability Standards Across Your Organization](https://www.link.springer.com/book/10.1007/9781484290743) by Daniel Gomez Blanco (Apress, 2023).
44

55
[comment]: #cover
66
![Cover image](9781484290743.jpg)

0 commit comments

Comments
 (0)