Skip to content

Commit e545a8b

Browse files
committed
Bumped year in headers & LICENSE
1 parent 71e8bd5 commit e545a8b

23 files changed

+26
-26
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Mykhailo Shevchuk & Contributors
3+
Copyright (c) 2020-2022 Mykhailo Shevchuk & Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

src/Serilog.Sinks.Grafana.Loki/DictionaryComparer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.
@@ -53,4 +53,4 @@ public int GetHashCode(IDictionary<TKey, TValue> obj)
5353
}
5454
}
5555
}
56-
}
56+
}

src/Serilog.Sinks.Grafana.Loki/HttpClients/BaseLokiHttpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

src/Serilog.Sinks.Grafana.Loki/HttpClients/LokiGzipHttpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

src/Serilog.Sinks.Grafana.Loki/HttpClients/LokiHttpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

src/Serilog.Sinks.Grafana.Loki/ILabelAwareTextFormatter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.
@@ -32,4 +32,4 @@ public interface ILabelAwareTextFormatter
3232
/// <param name="labels">List of labels that are attached to this stream</param>
3333
public void Format(LogEvent logEvent, TextWriter output, IEnumerable<string> labels);
3434
}
35-
}
35+
}

src/Serilog.Sinks.Grafana.Loki/ILokiBatchFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

src/Serilog.Sinks.Grafana.Loki/ILokiHttpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

src/Serilog.Sinks.Grafana.Loki/Infrastructure/BoundedQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

src/Serilog.Sinks.Grafana.Loki/Infrastructure/ExponentialBackoffConnectionSchedule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020-2021 Mykhailo Shevchuk & Contributors
1+
// Copyright 2020-2022 Mykhailo Shevchuk & Contributors
22
//
33
// Licensed under the MIT license;
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)